From 19da88a54f0bfc4312d75aae9181ac4b6d720fac Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Wed, 8 Mar 2023 10:32:10 -0500 Subject: [PATCH] qa/distros/supported: update centos_latest.yaml and add centos_8.stream.yaml Signed-off-by: Casey Bodley (cherry picked from commit 9d2450a7aa6e3bed5065463f6f72d2144f0746c3) --- qa/distros/supported/centos_8.stream.yaml | 1 + qa/distros/supported/centos_latest.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 qa/distros/supported/centos_8.stream.yaml diff --git a/qa/distros/supported/centos_8.stream.yaml b/qa/distros/supported/centos_8.stream.yaml new file mode 120000 index 00000000000..e96091bb133 --- /dev/null +++ b/qa/distros/supported/centos_8.stream.yaml @@ -0,0 +1 @@ +../all/centos_8.stream.yaml \ No newline at end of file diff --git a/qa/distros/supported/centos_latest.yaml b/qa/distros/supported/centos_latest.yaml index b7e6c9b4e54..2e29883f31c 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_latest.yaml \ No newline at end of file -- 2.39.5