From 2311b64025cdb6131035aaf01e7c97486da12e15 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 --- qa/distros/all/centos_7.4.yaml | 2 ++ qa/distros/supported/centos_latest.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 qa/distros/all/centos_7.4.yaml diff --git a/qa/distros/all/centos_7.4.yaml b/qa/distros/all/centos_7.4.yaml new file mode 100644 index 00000000000..d06bc384b3f --- /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_latest.yaml b/qa/distros/supported/centos_latest.yaml index 34d81be4477..4cc59dad1d4 120000 --- a/qa/distros/supported/centos_latest.yaml +++ b/qa/distros/supported/centos_latest.yaml @@ -1 +1 @@ -../all/centos_7.3.yaml \ No newline at end of file +../all/centos_7.4.yaml \ No newline at end of file -- 2.39.5