From: Laura Flores Date: Mon, 9 Oct 2023 20:24:14 +0000 (+0000) Subject: qa/suites/upgrade: fix env indentation in stress-split upgrade tests X-Git-Tag: v18.2.1~132^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ade5417b93b4d8c9aae9401009d42666e3f14203;p=ceph.git qa/suites/upgrade: fix env indentation in stress-split upgrade tests 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 (cherry picked from commit 9c5755a4ac55ef6b825603eea52785f936888906) --- diff --git a/qa/suites/upgrade/pacific-x/stress-split/2-first-half-tasks/rbd_api.yaml b/qa/suites/upgrade/pacific-x/stress-split/2-first-half-tasks/rbd_api.yaml index d69c3688755c..a7060c0ac9dd 100644 --- a/qa/suites/upgrade/pacific-x/stress-split/2-first-half-tasks/rbd_api.yaml +++ b/qa/suites/upgrade/pacific-x/stress-split/2-first-half-tasks/rbd_api.yaml @@ -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" diff --git a/qa/suites/upgrade/pacific-x/stress-split/3-stress-tasks/rbd_api.yaml b/qa/suites/upgrade/pacific-x/stress-split/3-stress-tasks/rbd_api.yaml index ef32e5bbc66b..8b52658c4527 100644 --- a/qa/suites/upgrade/pacific-x/stress-split/3-stress-tasks/rbd_api.yaml +++ b/qa/suites/upgrade/pacific-x/stress-split/3-stress-tasks/rbd_api.yaml @@ -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" diff --git a/qa/suites/upgrade/quincy-x/stress-split/2-first-half-tasks/rbd_api.yaml b/qa/suites/upgrade/quincy-x/stress-split/2-first-half-tasks/rbd_api.yaml index ac773cde9d60..0fa5d09447dc 100644 --- a/qa/suites/upgrade/quincy-x/stress-split/2-first-half-tasks/rbd_api.yaml +++ b/qa/suites/upgrade/quincy-x/stress-split/2-first-half-tasks/rbd_api.yaml @@ -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" diff --git a/qa/suites/upgrade/quincy-x/stress-split/3-stress-tasks/rbd_api.yaml b/qa/suites/upgrade/quincy-x/stress-split/3-stress-tasks/rbd_api.yaml index 9892ced39aef..cc4f29a083be 100644 --- a/qa/suites/upgrade/quincy-x/stress-split/3-stress-tasks/rbd_api.yaml +++ b/qa/suites/upgrade/quincy-x/stress-split/3-stress-tasks/rbd_api.yaml @@ -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"