]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tests: use py3 version of rbd scripts 34159/head
authorJosh Durgin <jdurgin@redhat.com>
Fri, 27 Mar 2020 15:39:49 +0000 (11:39 -0400)
committerJosh Durgin <jdurgin@redhat.com>
Sat, 28 Mar 2020 22:11:53 +0000 (18:11 -0400)
client.1 is upgraded to octopus, so grab the same version of the rbd
workunit and test tree that will run py3 there.

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
qa/suites/upgrade/client-upgrade-luminous-octopus/luminous-client-x/rbd/3-workload/rbd_notification_tests.yaml

index 17d2c17db0ce331eb67cedad90ce5b698a2dd0d1..975dc0233c6f080a5870416871898e7323c55a54 100644 (file)
@@ -1,21 +1,33 @@
 tasks:
-- workunit:
-    branch: luminous
-    clients:
-      client.0:
-        - rbd/notify_master.sh
-      client.1:
-        - rbd/notify_slave.sh
-    env:
-      RBD_FEATURES: "61"
+- parallel:
+  - workunit:
+      branch: luminous
+      clients:
+        client.0:
+          - rbd/notify_master.sh
+      env:
+        RBD_FEATURES: "61"
+  - workunit:
+      branch: octopus
+      clients:
+        client.1:
+          - rbd/notify_slave.sh
+      env:
+        RBD_FEATURES: "61"
 - print: "**** done rbd: old librbd -> new librbd"
-- workunit:
-    branch: luminous
-    clients:
-      client.0:
-        - rbd/notify_slave.sh
-      client.1:
-        - rbd/notify_master.sh
-    env:
-      RBD_FEATURES: "61"
+- parallel:
+  - workunit:
+      branch: luminous
+      clients:
+        client.0:
+          - rbd/notify_slave.sh
+      env:
+        RBD_FEATURES: "61"
+  - workunit:
+      branch: octopus
+      clients:
+        client.1:
+          - rbd/notify_master.sh
+      env:
+        RBD_FEATURES: "61"
 - print: "**** done rbd: new librbd -> old librbd"