From: Patrick Donnelly Date: Mon, 3 Jun 2019 20:52:59 +0000 (-0700) Subject: qa: fix missing yaml fragment X-Git-Tag: v14.2.2~116^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=901a2e04581a3df129f0d653ac673a0e8aa24abe;p=ceph.git qa: fix missing yaml fragment This is preventing kcephfs/multimds from being scheduled. Introduced-by: 2526cc6e649cded87113beae745e7c7984569c0d Partial-revert: 2526cc6e649cded87113beae745e7c7984569c0d Fixes: http://tracker.ceph.com/issues/40116 Signed-off-by: Patrick Donnelly --- diff --git a/qa/distros/all/centos_7.5.yaml b/qa/distros/all/centos_7.5.yaml index 4cb095e6c0eb..54324576d75f 100644 --- a/qa/distros/all/centos_7.5.yaml +++ b/qa/distros/all/centos_7.5.yaml @@ -1,2 +1,2 @@ os_type: centos -os_version: "7.6" +os_version: "7.5" diff --git a/qa/distros/all/rhel_7.5.yaml b/qa/distros/all/rhel_7.5.yaml index 62f52e8e7dfd..e5aaf3d30d3b 100644 --- a/qa/distros/all/rhel_7.5.yaml +++ b/qa/distros/all/rhel_7.5.yaml @@ -1,2 +1,2 @@ os_type: rhel -os_version: "7.6" +os_version: "7.5" diff --git a/qa/distros/supported-all-distro/rhel_7.6.yaml b/qa/distros/supported-all-distro/rhel_7.6.yaml deleted file mode 120000 index ad4dd894f46e..000000000000 --- a/qa/distros/supported-all-distro/rhel_7.6.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/rhel_7.6.yaml \ No newline at end of file diff --git a/qa/distros/supported-all-distro/rhel_7.yaml b/qa/distros/supported-all-distro/rhel_7.yaml new file mode 120000 index 000000000000..ad4dd894f46e --- /dev/null +++ b/qa/distros/supported-all-distro/rhel_7.yaml @@ -0,0 +1 @@ +../all/rhel_7.6.yaml \ No newline at end of file diff --git a/qa/distros/supported/rhel_latest.yaml b/qa/distros/supported/rhel_latest.yaml deleted file mode 100644 index 806e1fe3010c..000000000000 --- a/qa/distros/supported/rhel_latest.yaml +++ /dev/null @@ -1,3 +0,0 @@ -os_type: rhel -os_version: "7.6" - diff --git a/qa/distros/supported/rhel_latest.yaml b/qa/distros/supported/rhel_latest.yaml new file mode 120000 index 000000000000..ad4dd894f46e --- /dev/null +++ b/qa/distros/supported/rhel_latest.yaml @@ -0,0 +1 @@ +../all/rhel_7.6.yaml \ No newline at end of file