mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
qa/tests: changed disto to centos and ubuntu latest and changed step to 18.2.2
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
This commit is contained in:
parent
b7b739ddd5
commit
1331933648
@ -3,7 +3,7 @@ meta:
|
||||
Run ceph on two nodes, using one of them as a client,
|
||||
with a separate client-only node.
|
||||
Use xfs beneath the osds.
|
||||
install ceph/reef v18.2.1 and the v18.2.x point versions
|
||||
install ceph/reef v18.2.2 and the v18.2.x point versions
|
||||
run workload and upgrade-sequence in parallel
|
||||
(every point release should be tested)
|
||||
run workload and upgrade-sequence in parallel
|
||||
@ -85,17 +85,17 @@ tasks:
|
||||
- print: "**** done workload v18.2.0"
|
||||
|
||||
|
||||
####### upgrade to v18.2.1
|
||||
####### upgrade to v18.2.2
|
||||
- install.upgrade:
|
||||
#exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev']
|
||||
mon.a:
|
||||
tag: v18.2.1
|
||||
tag: v18.2.2
|
||||
mon.b:
|
||||
tag: v18.2.1
|
||||
tag: v18.2.2
|
||||
- parallel:
|
||||
- workload_reef
|
||||
- upgrade-sequence_reef
|
||||
- print: "**** done parallel reef v18.2.1"
|
||||
- print: "**** done parallel reef v18.2.2"
|
||||
|
||||
#### upgrade to latest reef
|
||||
- install.upgrade:
|
||||
@ -118,7 +118,7 @@ workload_reef:
|
||||
full_sequential:
|
||||
- workunit:
|
||||
branch: reef
|
||||
# tag: v18.2.1
|
||||
# tag: v18.2.2
|
||||
clients:
|
||||
client.1:
|
||||
- rados/test.sh
|
||||
|
@ -1 +0,0 @@
|
||||
../../../../../distros/supported-all-distro/centos_8.yaml
|
@ -0,0 +1 @@
|
||||
../../../../../distros/all/centos_9.stream.yaml
|
@ -1,2 +0,0 @@
|
||||
os_type: ubuntu
|
||||
os_version: "20.04"
|
@ -0,0 +1 @@
|
||||
../../../../../distros/all/ubuntu_latest.yaml
|
@ -1,2 +0,0 @@
|
||||
os_type: ubuntu
|
||||
os_version: "20.04"
|
@ -0,0 +1 @@
|
||||
../../../../../distros/all/ubuntu_latest.yaml
|
Loading…
Reference in New Issue
Block a user