From de00e2bb5b3c5f4026fd2d63c3799572655cd73a Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Mon, 18 Sep 2017 18:01:17 +0200 Subject: [PATCH] tests: CentOS 7.4 is now the latest Signed-off-by: Nathan Cutler (cherry picked from commit 2311b64025cdb6131035aaf01e7c97486da12e15) Conflicts qa/distros/supported/centos_latest.yaml (renamed from centos_7.3.yaml) --- qa/distros/all/centos_7.4.yaml | 2 ++ qa/distros/supported/centos_7.3.yaml | 1 - qa/distros/supported/centos_latest.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 qa/distros/all/centos_7.4.yaml delete mode 120000 qa/distros/supported/centos_7.3.yaml create mode 120000 qa/distros/supported/centos_latest.yaml diff --git a/qa/distros/all/centos_7.4.yaml b/qa/distros/all/centos_7.4.yaml new file mode 100644 index 0000000000000..d06bc384b3fbd --- /dev/null +++ b/qa/distros/all/centos_7.4.yaml @@ -0,0 +1,2 @@ +os_type: centos +os_version: "7.4" diff --git a/qa/distros/supported/centos_7.3.yaml b/qa/distros/supported/centos_7.3.yaml deleted file mode 120000 index 34d81be447702..0000000000000 --- a/qa/distros/supported/centos_7.3.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/centos_7.3.yaml \ No newline at end of file diff --git a/qa/distros/supported/centos_latest.yaml b/qa/distros/supported/centos_latest.yaml new file mode 120000 index 0000000000000..4cc59dad1d4ed --- /dev/null +++ b/qa/distros/supported/centos_latest.yaml @@ -0,0 +1 @@ +../all/centos_7.4.yaml \ No newline at end of file -- 2.39.5