]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/fs/mixed-clients: specify distros for tests 48049/head
authordparmar18 <dparmar@redhat.com>
Tue, 13 Sep 2022 11:13:56 +0000 (16:43 +0530)
committerdparmar18 <dparmar@redhat.com>
Tue, 4 Oct 2022 08:14:57 +0000 (13:44 +0530)
The OS Type and OS Version for mixed-clients tests is left blank on teuthology and they appear to be trying to
run ubuntu jammy which is causing failures. We should specify what distros the tests should run on.

Fixes: https://tracker.ceph.com/issues/57280
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
qa/suites/fs/mixed-clients/distro/$ [new file with mode: 0644]
qa/suites/fs/mixed-clients/distro/.qa [new symlink]
qa/suites/fs/mixed-clients/distro/centos_8.yaml [new symlink]
qa/suites/fs/mixed-clients/distro/rhel_8.yaml [new symlink]
qa/suites/fs/mixed-clients/distro/ubuntu/+ [new file with mode: 0644]
qa/suites/fs/mixed-clients/distro/ubuntu/.qa [new symlink]
qa/suites/fs/mixed-clients/distro/ubuntu/latest.yaml [new symlink]
qa/suites/fs/mixed-clients/distro/ubuntu/overrides.yaml [new file with mode: 0644]

diff --git a/qa/suites/fs/mixed-clients/distro/$ b/qa/suites/fs/mixed-clients/distro/$
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qa/suites/fs/mixed-clients/distro/.qa b/qa/suites/fs/mixed-clients/distro/.qa
new file mode 120000 (symlink)
index 0000000..a602a03
--- /dev/null
@@ -0,0 +1 @@
+../.qa/
\ No newline at end of file
diff --git a/qa/suites/fs/mixed-clients/distro/centos_8.yaml b/qa/suites/fs/mixed-clients/distro/centos_8.yaml
new file mode 120000 (symlink)
index 0000000..380a144
--- /dev/null
@@ -0,0 +1 @@
+.qa/distros/all/centos_8.yaml
\ No newline at end of file
diff --git a/qa/suites/fs/mixed-clients/distro/rhel_8.yaml b/qa/suites/fs/mixed-clients/distro/rhel_8.yaml
new file mode 120000 (symlink)
index 0000000..133acf2
--- /dev/null
@@ -0,0 +1 @@
+.qa/distros/all/rhel_8.yaml
\ No newline at end of file
diff --git a/qa/suites/fs/mixed-clients/distro/ubuntu/+ b/qa/suites/fs/mixed-clients/distro/ubuntu/+
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qa/suites/fs/mixed-clients/distro/ubuntu/.qa b/qa/suites/fs/mixed-clients/distro/ubuntu/.qa
new file mode 120000 (symlink)
index 0000000..a602a03
--- /dev/null
@@ -0,0 +1 @@
+../.qa/
\ No newline at end of file
diff --git a/qa/suites/fs/mixed-clients/distro/ubuntu/latest.yaml b/qa/suites/fs/mixed-clients/distro/ubuntu/latest.yaml
new file mode 120000 (symlink)
index 0000000..0a708b4
--- /dev/null
@@ -0,0 +1 @@
+.qa/distros/all/ubuntu_22.04.yaml
\ No newline at end of file
diff --git a/qa/suites/fs/mixed-clients/distro/ubuntu/overrides.yaml b/qa/suites/fs/mixed-clients/distro/ubuntu/overrides.yaml
new file mode 100644 (file)
index 0000000..fdd7f5e
--- /dev/null
@@ -0,0 +1,4 @@
+overrides:
+  ceph:
+    valgrind:
+      exit_on_first_error: false