From: Neha Ojha Date: Fri, 21 Jan 2022 23:31:01 +0000 (+0000) Subject: qa/suites/rados: reduce the number of cephadm tests X-Git-Tag: v17.1.0~30^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F44828%2Fhead;p=ceph.git qa/suites/rados: reduce the number of cephadm tests Currently, every rados run of ~400 jobs is running ~150 cephadm tests, which is unnecessary and redundant. With this change, we will run some basic cephadm tests within the rados suite. The following seems to be a good start. qa/suites/rados/cephadm/osds qa/suites/rados/cephadm/smoke qa/suites/rados/cephadm/smoke-singlehost qa/suites/rados/cephadm/workunits Signed-off-by: Neha Ojha (cherry picked from commit f849f1554c6dde32814bcde96671f1b02baa9f28) --- diff --git a/qa/suites/rados/cephadm b/qa/suites/rados/cephadm deleted file mode 120000 index 0e8b6774d9d..00000000000 --- a/qa/suites/rados/cephadm +++ /dev/null @@ -1 +0,0 @@ -../orch/cephadm \ No newline at end of file diff --git a/qa/suites/rados/cephadm/.qa b/qa/suites/rados/cephadm/.qa new file mode 120000 index 00000000000..a602a0353e7 --- /dev/null +++ b/qa/suites/rados/cephadm/.qa @@ -0,0 +1 @@ +../.qa/ \ No newline at end of file diff --git a/qa/suites/rados/cephadm/osds b/qa/suites/rados/cephadm/osds new file mode 120000 index 00000000000..ace6d7c0648 --- /dev/null +++ b/qa/suites/rados/cephadm/osds @@ -0,0 +1 @@ +.qa/suites/orch/cephadm/osds/ \ No newline at end of file diff --git a/qa/suites/rados/cephadm/smoke b/qa/suites/rados/cephadm/smoke new file mode 120000 index 00000000000..bb23479079c --- /dev/null +++ b/qa/suites/rados/cephadm/smoke @@ -0,0 +1 @@ +.qa/suites/orch/cephadm/smoke \ No newline at end of file diff --git a/qa/suites/rados/cephadm/smoke-singlehost b/qa/suites/rados/cephadm/smoke-singlehost new file mode 120000 index 00000000000..458d624e270 --- /dev/null +++ b/qa/suites/rados/cephadm/smoke-singlehost @@ -0,0 +1 @@ +.qa/suites/orch/cephadm/smoke-singlehost/ \ No newline at end of file diff --git a/qa/suites/rados/cephadm/workunits b/qa/suites/rados/cephadm/workunits new file mode 120000 index 00000000000..d2ed9d78a0b --- /dev/null +++ b/qa/suites/rados/cephadm/workunits @@ -0,0 +1 @@ +.qa/suites/orch/cephadm/workunits/ \ No newline at end of file