From: Alex Ainscow Date: Mon, 2 Feb 2026 16:19:30 +0000 (+0000) Subject: qa: qa tasks from the release checklist for Umbrella X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1c23b001e188d70d63268ffb472a9f9397cdb68c;p=ceph.git qa: qa tasks from the release checklist for Umbrella All the qa tasks in the umbrella release checklist. This includes removing X-3 releases and adding X-1 releases (where appropriate). Also updated release-checklist.rst Signed-off-by: Alex Ainscow --- diff --git a/doc/dev/release-checklists.rst b/doc/dev/release-checklists.rst index 74f53d9c385f..43bafe64b591 100644 --- a/doc/dev/release-checklists.rst +++ b/doc/dev/release-checklists.rst @@ -108,15 +108,15 @@ Code cleanup QA suite -------- -- [ ] create qa/workunits/test_telemetry_(X-1).sh -- [ ] create qa/workunits/test_telemetry_(X-1)_x.sh -- [ ] create qa/suites/upgrade/(X-1)-x -- [ ] remove qa/suites/upgrade/(X-3)-x-* -- [ ] update qa/fs/upgrade/ to remove (X-3) and add (X-1); check with fs team to confirm / help -- [ ] update qa/ upgrade suites require-osd-release calls to tentacle +- [x] create qa/workunits/test_telemetry_(X-1).sh +- [x] create qa/workunits/test_telemetry_(X-1)_x.sh +- [x] create qa/suites/upgrade/(X-1)-x +- [x] remove qa/suites/upgrade/(X-3)-x-* +- [x] update qa/fs/upgrade/ to remove (X-3) and add (X-1); check with fs team to confirm / help +- [x] update qa/ upgrade suites require-osd-release calls to tentacle - [x] create qa/releases/X.yaml -- [ ] create qa/suites/rados/thrash-old-clients/1-install/(X-1).yaml -- [ ] update qa/suites/rados/encoder/1-task.yaml to remove (X-3) and add X +- [x] create qa/suites/rados/thrash-old-clients/1-install/(X-1).yaml +- [x] update qa/suites/rados/encoder/1-task.yaml to remove (X-3) and add X ceph-build diff --git a/qa/suites/rados/encoder/1-tasks.yaml b/qa/suites/rados/encoder/1-tasks.yaml index d6105089dfba..6ad0a3f4d3c4 100644 --- a/qa/suites/rados/encoder/1-tasks.yaml +++ b/qa/suites/rados/encoder/1-tasks.yaml @@ -1,45 +1,44 @@ tasks: -- print: "**** install version -2 (reef) ****" +- print: "**** installing N-2 version (squid) ****" - install: - branch: reef + branch: squid exclude_packages: - ceph-volume - ceph-osd-classic - ceph-osd-crimson -- print: "**** done install task..." -- print: "**** start dencoder reef... ****" +- print: "**** done end installing task..." + +- print: "**** start dencoder squid... ****" - workunit: clients: client.0: - dencoder/test-dencoder.sh -- print: "**** done end dencoder reef... ****" +- print: "**** done end dencoder squid... ****" -- print: "**** installing N-1 version (squid) ****" +- print: "**** installing N-1 version (Tentacle) ****" - install: - branch: squid + branch: tentacle exclude_packages: - ceph-volume - ceph-osd-classic - - ceph-osd-crimson - print: "**** done end installing task..." - -- print: "**** start dencoder squid... ****" +- print: "**** start dencoder tentacle... ****" - workunit: clients: client.0: - dencoder/test-dencoder.sh -- print: "**** done end dencoder squid... ****" +- print: "**** done end dencoder tentacle... ****" -- print: "**** installing N version (Tentacle) ****" +- print: "**** installing N version (Umbrella) ****" - install: - branch: tentacle + branch: umbrella exclude_packages: - ceph-volume - ceph-osd-classic - print: "**** done end installing task..." -- print: "**** start dencoder tentacle... ****" +- print: "**** start dencoder umbrella... ****" - workunit: clients: client.0: - dencoder/test-dencoder.sh -- print: "**** done end dencoder tentacle... ****" +- print: "**** done end dencoder umbrella... ****"