Skip to content

Commit

Permalink
ci: force a particular ceph version
Browse files Browse the repository at this point in the history
Let's force v16.2.5 since the CI is broken with 16.2.6. This gives us
time to continue to merge work and work on fixing deployments with
16.2.6 in parallel.

Signed-off-by: Sébastien Han <seb@redhat.com>
(cherry picked from commit ae291af)
  • Loading branch information
leseb authored and mergify-bot committed Sep 17, 2021
1 parent 3eb0a5b commit fccac05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/examples/kubernetes/ceph/cluster-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ metadata:
spec:
dataDirHostPath: /var/lib/rook
cephVersion:
image: quay.io/ceph/ceph:v16
image: quay.io/ceph/ceph:v16.2.5
allowUnsupported: true
mon:
count: 1
Expand Down
2 changes: 1 addition & 1 deletion tests/framework/installer/ceph_installer.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const (
// test with the latest octopus build
octopusTestImage = "quay.io/ceph/ceph:v15"
// test with the latest pacific build
pacificTestImage = "quay.io/ceph/ceph:v16"
pacificTestImage = "quay.io/ceph/ceph:v16.2.5"
// test with the latest master image
masterTestImage = "ceph/daemon-base:latest-master-devel"
cephOperatorLabel = "app=rook-ceph-operator"
Expand Down

0 comments on commit fccac05

Please sign in to comment.