From: Yuri Weinstein Date: Tue, 8 May 2018 20:43:16 +0000 (-0700) Subject: tests/qa: trying $ distro mix X-Git-Tag: v13.1.1~6^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3d97d8f7f5414497d43b7deeff76f891953994e4;p=ceph.git tests/qa: trying $ distro mix Signed-off-by: Yuri Weinstein (cherry picked from commit 2618aa5325d49f52be6c9b78300dab6d5db4fdc4) --- diff --git a/qa/distros/all/ubuntu_18.04.yaml b/qa/distros/all/ubuntu_18.04.yaml new file mode 100644 index 00000000000..4d4464884a7 --- /dev/null +++ b/qa/distros/all/ubuntu_18.04.yaml @@ -0,0 +1,2 @@ +os_type: ubuntu +os_version: "18.04" diff --git a/qa/distros/supported-all-distro/centos_latest.yaml b/qa/distros/supported-all-distro/centos_latest.yaml new file mode 120000 index 00000000000..4cc59dad1d4 --- /dev/null +++ b/qa/distros/supported-all-distro/centos_latest.yaml @@ -0,0 +1 @@ +../all/centos_7.4.yaml \ No newline at end of file diff --git a/qa/distros/supported-all-distro/rhel_7.5.yaml b/qa/distros/supported-all-distro/rhel_7.5.yaml new file mode 120000 index 00000000000..eea4cef1786 --- /dev/null +++ b/qa/distros/supported-all-distro/rhel_7.5.yaml @@ -0,0 +1 @@ +../all/rhel_7.5.yaml \ No newline at end of file diff --git a/qa/distros/supported-all-distro/ubuntu_16.04.yaml b/qa/distros/supported-all-distro/ubuntu_16.04.yaml new file mode 120000 index 00000000000..69ebbd49eb8 --- /dev/null +++ b/qa/distros/supported-all-distro/ubuntu_16.04.yaml @@ -0,0 +1 @@ +../all/ubuntu_16.04.yaml \ No newline at end of file diff --git a/qa/distros/supported-all-distro/ubuntu_latest.yaml b/qa/distros/supported-all-distro/ubuntu_latest.yaml new file mode 120000 index 00000000000..64a66d9aa48 --- /dev/null +++ b/qa/distros/supported-all-distro/ubuntu_latest.yaml @@ -0,0 +1 @@ +../all/ubuntu_18.04.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/centos_latest.yaml b/qa/distros/supported-random-distro$/centos_latest.yaml new file mode 120000 index 00000000000..4cc59dad1d4 --- /dev/null +++ b/qa/distros/supported-random-distro$/centos_latest.yaml @@ -0,0 +1 @@ +../all/centos_7.4.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/rhel_7.5.yaml b/qa/distros/supported-random-distro$/rhel_7.5.yaml new file mode 120000 index 00000000000..eea4cef1786 --- /dev/null +++ b/qa/distros/supported-random-distro$/rhel_7.5.yaml @@ -0,0 +1 @@ +../all/rhel_7.5.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/ubuntu_16.04.yaml b/qa/distros/supported-random-distro$/ubuntu_16.04.yaml new file mode 120000 index 00000000000..69ebbd49eb8 --- /dev/null +++ b/qa/distros/supported-random-distro$/ubuntu_16.04.yaml @@ -0,0 +1 @@ +../all/ubuntu_16.04.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/ubuntu_latest.yaml b/qa/distros/supported-random-distro$/ubuntu_latest.yaml new file mode 120000 index 00000000000..64a66d9aa48 --- /dev/null +++ b/qa/distros/supported-random-distro$/ubuntu_latest.yaml @@ -0,0 +1 @@ +../all/ubuntu_18.04.yaml \ No newline at end of file