mirror of
https://github.com/ceph/ceph
synced 2026-08-02 07:03:18 +00:00
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 <aainscow@uk.ibm.com>
This commit is contained in:
parent
db036a7b33
commit
1c23b001e1
@ -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
|
||||
|
||||
@ -1,20 +1,5 @@
|
||||
tasks:
|
||||
- print: "**** install version -2 (reef) ****"
|
||||
- install:
|
||||
branch: reef
|
||||
exclude_packages:
|
||||
- ceph-volume
|
||||
- ceph-osd-classic
|
||||
- ceph-osd-crimson
|
||||
- print: "**** done install task..."
|
||||
- print: "**** start dencoder reef... ****"
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- dencoder/test-dencoder.sh
|
||||
- print: "**** done end dencoder reef... ****"
|
||||
|
||||
- print: "**** installing N-1 version (squid) ****"
|
||||
- print: "**** installing N-2 version (squid) ****"
|
||||
- install:
|
||||
branch: squid
|
||||
exclude_packages:
|
||||
@ -30,7 +15,7 @@ tasks:
|
||||
- dencoder/test-dencoder.sh
|
||||
- print: "**** done end dencoder squid... ****"
|
||||
|
||||
- print: "**** installing N version (Tentacle) ****"
|
||||
- print: "**** installing N-1 version (Tentacle) ****"
|
||||
- install:
|
||||
branch: tentacle
|
||||
exclude_packages:
|
||||
@ -43,3 +28,17 @@ tasks:
|
||||
client.0:
|
||||
- dencoder/test-dencoder.sh
|
||||
- print: "**** done end dencoder tentacle... ****"
|
||||
|
||||
- print: "**** installing N version (Umbrella) ****"
|
||||
- install:
|
||||
branch: umbrella
|
||||
exclude_packages:
|
||||
- ceph-volume
|
||||
- ceph-osd-classic
|
||||
- print: "**** done end installing task..."
|
||||
- print: "**** start dencoder umbrella... ****"
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- dencoder/test-dencoder.sh
|
||||
- print: "**** done end dencoder umbrella... ****"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user