Skip to content

Commit

Permalink
ci: use correct ceph-ci repo
Browse files Browse the repository at this point in the history
The repo should be quay.ceph.io, instead of quay.io

Signed-off-by: Travis Nielsen <tnielsen@redhat.com>
  • Loading branch information
travisn committed Dec 11, 2024
1 parent fd3d301 commit 6db75b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/daily-nightly-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,5 +356,5 @@ jobs:
if: github.repository == 'rook/rook'
uses: ./.github/workflows/canary-integration-test.yml
with:
ceph_images: '["quay.io/ceph/ceph:v18", "quay.io/ceph/ceph:v19", "quay.io/ceph-ci/ceph:main", "quay.io/ceph-ci/ceph:reef", "quay.io/ceph-ci/ceph:squid"]'
ceph_images: '["quay.io/ceph/ceph:v18", "quay.io/ceph/ceph:v19", "quay.ceph.io/ceph-ci/ceph:main", "quay.ceph.io/ceph-ci/ceph:reef", "quay.ceph.io/ceph-ci/ceph:squid"]'
secrets: inherit
6 changes: 3 additions & 3 deletions tests/framework/installer/ceph_installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ const (
reefTestImage = "quay.io/ceph/ceph:v18"
squidTestImage = "quay.io/ceph/ceph:v19"
// test with the current development versions
reefDevelTestImage = "quay.io/ceph-ci/ceph:reef"
squidDevelTestImage = "quay.io/ceph-ci/ceph:squid"
reefDevelTestImage = "quay.ceph.io/ceph-ci/ceph:reef"
squidDevelTestImage = "quay.ceph.io/ceph-ci/ceph:squid"
// test with the latest Ceph main image
mainTestImage = "quay.io/ceph-ci/ceph:main"
mainTestImage = "quay.ceph.io/ceph-ci/ceph:main"
cephOperatorLabel = "app=rook-ceph-operator"
defaultclusterName = "test-cluster"

Expand Down

0 comments on commit 6db75b7

Please sign in to comment.