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>
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"