From 067f414cc39cc99e5fc278712192d88b2e075192 Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Fri, 24 Apr 2020 13:02:17 -0700 Subject: [PATCH] qa/tests: clean up distro and point to centos 8.1 Signed-off-by: Yuri Weinstein --- qa/distros/supported-random-distro$/centos_8.yaml | 1 - qa/distros/supported-random-distro$/centos_latest.yaml | 1 + .../supported-random-distro$/{rhel_8.yaml => rhel_latest.yaml} | 0 qa/distros/supported/centos_latest.yaml | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) delete mode 120000 qa/distros/supported-random-distro$/centos_8.yaml create mode 120000 qa/distros/supported-random-distro$/centos_latest.yaml rename qa/distros/supported-random-distro$/{rhel_8.yaml => rhel_latest.yaml} (100%) diff --git a/qa/distros/supported-random-distro$/centos_8.yaml b/qa/distros/supported-random-distro$/centos_8.yaml deleted file mode 120000 index b7e6c9b4e5461..0000000000000 --- a/qa/distros/supported-random-distro$/centos_8.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/centos_8.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 0000000000000..591d55ba55540 --- /dev/null +++ b/qa/distros/supported-random-distro$/centos_latest.yaml @@ -0,0 +1 @@ +../all/centos_8.1.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/rhel_8.yaml b/qa/distros/supported-random-distro$/rhel_latest.yaml similarity index 100% rename from qa/distros/supported-random-distro$/rhel_8.yaml rename to qa/distros/supported-random-distro$/rhel_latest.yaml diff --git a/qa/distros/supported/centos_latest.yaml b/qa/distros/supported/centos_latest.yaml index b7e6c9b4e5461..591d55ba55540 120000 --- a/qa/distros/supported/centos_latest.yaml +++ b/qa/distros/supported/centos_latest.yaml @@ -1 +1 @@ -../all/centos_8.yaml \ No newline at end of file +../all/centos_8.1.yaml \ No newline at end of file -- 2.39.5