From 50cac49d4119295d9af2ea79d224632c1479e22f Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Wed, 20 Sep 2023 12:00:48 -0400 Subject: [PATCH] qa/fs/upgrade: fix broken links to distro files replace the broken links to qa/distros/supported/centos_8.stream.yaml with links under qa/distros/all/ Signed-off-by: Casey Bodley (cherry picked from commit 7486856ba1259ff2c35f5017d12a21f797c869d1) (cherry picked from commit 0efa15a19606a127bca6dfb4bcb60c829b690e02) --- .../fs/upgrade/featureful_client/old_client/centos_8.stream.yaml | 1 + .../featureful_client/upgraded_client/centos_8.stream.yaml | 1 + qa/suites/fs/upgrade/nofs/centos_8.stream.yaml | 1 + qa/suites/fs/upgrade/upgraded_client/centos_8.stream.yaml | 1 + 4 files changed, 4 insertions(+) create mode 120000 qa/suites/fs/upgrade/featureful_client/old_client/centos_8.stream.yaml create mode 120000 qa/suites/fs/upgrade/featureful_client/upgraded_client/centos_8.stream.yaml create mode 120000 qa/suites/fs/upgrade/nofs/centos_8.stream.yaml create mode 120000 qa/suites/fs/upgrade/upgraded_client/centos_8.stream.yaml diff --git a/qa/suites/fs/upgrade/featureful_client/old_client/centos_8.stream.yaml b/qa/suites/fs/upgrade/featureful_client/old_client/centos_8.stream.yaml new file mode 120000 index 0000000000000..e787191b5a270 --- /dev/null +++ b/qa/suites/fs/upgrade/featureful_client/old_client/centos_8.stream.yaml @@ -0,0 +1 @@ +.qa/distros/all/centos_8.stream.yaml \ No newline at end of file diff --git a/qa/suites/fs/upgrade/featureful_client/upgraded_client/centos_8.stream.yaml b/qa/suites/fs/upgrade/featureful_client/upgraded_client/centos_8.stream.yaml new file mode 120000 index 0000000000000..e787191b5a270 --- /dev/null +++ b/qa/suites/fs/upgrade/featureful_client/upgraded_client/centos_8.stream.yaml @@ -0,0 +1 @@ +.qa/distros/all/centos_8.stream.yaml \ No newline at end of file diff --git a/qa/suites/fs/upgrade/nofs/centos_8.stream.yaml b/qa/suites/fs/upgrade/nofs/centos_8.stream.yaml new file mode 120000 index 0000000000000..e787191b5a270 --- /dev/null +++ b/qa/suites/fs/upgrade/nofs/centos_8.stream.yaml @@ -0,0 +1 @@ +.qa/distros/all/centos_8.stream.yaml \ No newline at end of file diff --git a/qa/suites/fs/upgrade/upgraded_client/centos_8.stream.yaml b/qa/suites/fs/upgrade/upgraded_client/centos_8.stream.yaml new file mode 120000 index 0000000000000..e787191b5a270 --- /dev/null +++ b/qa/suites/fs/upgrade/upgraded_client/centos_8.stream.yaml @@ -0,0 +1 @@ +.qa/distros/all/centos_8.stream.yaml \ No newline at end of file -- 2.39.5