]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/upgrade: fix env indentation in stress-split upgrade tests 53900/head
authorLaura Flores <lflores@ibm.com>
Mon, 9 Oct 2023 20:24:14 +0000 (20:24 +0000)
committerLaura Flores <lflores@ibm.com>
Mon, 9 Oct 2023 20:27:25 +0000 (20:27 +0000)
This is an issue with the stress-split yaml files, as introduced in https://github.com/ceph/ceph/pull/51889.

The stress-split tests have an incorrectly-intented "env" section, which teuthology detects as an entry for "clients".

Fixes: https://tracker.ceph.com/issues/63158
Signed-off-by: Laura Flores <lflores@ibm.com>
qa/suites/upgrade/pacific-x/stress-split/2-first-half-tasks/rbd_api.yaml
qa/suites/upgrade/pacific-x/stress-split/3-stress-tasks/rbd_api.yaml
qa/suites/upgrade/quincy-x/stress-split/2-first-half-tasks/rbd_api.yaml
qa/suites/upgrade/quincy-x/stress-split/3-stress-tasks/rbd_api.yaml

index d69c3688755c1548d16ee0bf31f52789a5061691..a7060c0ac9ddf20ab5f77650a28132b6517d6eb3 100644 (file)
@@ -7,6 +7,6 @@ first-half-tasks:
      clients:
         client.0:
            - rbd/test_librbd.sh
-        env:
-          RBD_FEATURES: "61"
+     env:
+       RBD_FEATURES: "61"
 - print: "**** done rbd/test_librbd.sh 7-workload"
index ef32e5bbc66bf70b849a382b6bfc755973e8bccf..8b52658c452721708f5f223679cfea725bb42e1b 100644 (file)
@@ -7,6 +7,6 @@ stress-tasks:
      clients:
         client.0:
            - rbd/test_librbd.sh
-        env:
-          RBD_FEATURES: "61"
+     env:
+       RBD_FEATURES: "61"
 - print: "**** done rbd/test_librbd.sh 7-workload"
index ac773cde9d606b2bc54f4654504a30ab785e103d..0fa5d09447dc3a8f5be27b4a6d214ea3e79cda41 100644 (file)
@@ -7,6 +7,6 @@ first-half-tasks:
      clients:
         client.0:
            - rbd/test_librbd.sh
-        env:
-          RBD_FEATURES: "61"
+     env:
+       RBD_FEATURES: "61"
 - print: "**** done rbd/test_librbd.sh 7-workload"
index 9892ced39aef7cb0671afde974aaa2614cb56bed..cc4f29a083be973ae4727b2d1fbd699d0e305098 100644 (file)
@@ -7,6 +7,6 @@ stress-tasks:
      clients:
         client.0:
            - rbd/test_librbd.sh
-        env:
-          RBD_FEATURES: "61"
+     env:
+       RBD_FEATURES: "61"
 - print: "**** done rbd/test_librbd.sh 7-workload"