Skip to content

Commit

Permalink
xxx: debug hax
Browse files Browse the repository at this point in the history
Signed-off-by: John Mulligan <jmulligan@redhat.com>
  • Loading branch information
phlogistonjohn committed Jun 27, 2022
1 parent cbbc3c5 commit 17bfdba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
fail-fast: false
matrix:
ceph_version:
- "nautilus"
- "octopus"
- "pacific"
### - "nautilus"
### - "octopus"
### - "pacific"
- "quincy"
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ ifeq ($(CEPH_VERSION),pacific)
CEPH_TAG := v16
endif
ifeq ($(CEPH_VERSION),quincy)
CEPH_TAG := v17
CEPH_TAG := hax1
CEPH_IMG := quay.io/phlogistonjohn/ceph
endif
# ci-<codename> indicates we want to consume pre-release versions of ceph from
# the ceph ci. This way we can start testing on ceph versions before they hit
Expand Down

0 comments on commit 17bfdba

Please sign in to comment.