From 654553677cbf6614e36b7f45b77e85cb0628f20e Mon Sep 17 00:00:00 2001 From: Adam King Date: Thu, 19 Feb 2026 11:12:49 -0500 Subject: [PATCH] qa/cephadm: start upgrade tests from tentacle instead of reef on main Since main is what will become umbrella at this point Signed-off-by: Adam King (cherry picked from commit a137bccbf4330a88f17588d465218165ec03b009) --- ...stream-reef.yaml => 1-start-centos_9.stream-tentacle.yaml} | 4 ++-- ...ntu_22.04-reef.yaml => 1-start-ubuntu_22.04-tentacle.yaml} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename qa/suites/orch/cephadm/upgrade/1-start-distro/{1-start-centos_9.stream-reef.yaml => 1-start-centos_9.stream-tentacle.yaml} (78%) rename qa/suites/orch/cephadm/upgrade/1-start-distro/{1-start-ubuntu_22.04-reef.yaml => 1-start-ubuntu_22.04-tentacle.yaml} (78%) diff --git a/qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-centos_9.stream-reef.yaml b/qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-centos_9.stream-tentacle.yaml similarity index 78% rename from qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-centos_9.stream-reef.yaml rename to qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-centos_9.stream-tentacle.yaml index bd5cdc724c3e..6fa765c6be6c 100644 --- a/qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-centos_9.stream-reef.yaml +++ b/qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-centos_9.stream-tentacle.yaml @@ -3,8 +3,8 @@ os_version: "9.stream" tasks: - cephadm: - image: quay.ceph.io/ceph-ci/ceph:reef - compiled_cephadm_branch: reef + image: quay.ceph.io/ceph-ci/ceph:tentacle + compiled_cephadm_branch: tentacle roles: - - mon.a diff --git a/qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-ubuntu_22.04-reef.yaml b/qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-ubuntu_22.04-tentacle.yaml similarity index 78% rename from qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-ubuntu_22.04-reef.yaml rename to qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-ubuntu_22.04-tentacle.yaml index c9931c260947..e2fbf8f53625 100644 --- a/qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-ubuntu_22.04-reef.yaml +++ b/qa/suites/orch/cephadm/upgrade/1-start-distro/1-start-ubuntu_22.04-tentacle.yaml @@ -3,8 +3,8 @@ os_version: "22.04" tasks: - cephadm: - image: quay.ceph.io/ceph-ci/ceph:reef - compiled_cephadm_branch: reef + image: quay.ceph.io/ceph-ci/ceph:tentacle + compiled_cephadm_branch: tentacle roles: - - mon.a -- 2.47.3