From fde79ec969d1b51dd358f28d015bb78d388154ed Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Wed, 20 Sep 2023 12:03:43 -0400 Subject: [PATCH] qa/rgw/upgrade: fix broken links to distro files replace the broken links to qa/distros/supported/*.yaml with links under qa/distros/all/ Signed-off-by: Casey Bodley (cherry picked from commit a60978fc51fa45399fbab5f2ca408f771c607c6d) --- .../rgw/upgrade/1-install/pacific/distro$/centos_8.stream.yaml | 2 +- .../rgw/upgrade/1-install/pacific/distro$/ubuntu_20.04.yaml | 2 +- .../rgw/upgrade/1-install/quincy/distro$/ubuntu_20.04.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/qa/suites/rgw/upgrade/1-install/pacific/distro$/centos_8.stream.yaml b/qa/suites/rgw/upgrade/1-install/pacific/distro$/centos_8.stream.yaml index 5dceec7e222bd..e787191b5a270 120000 --- a/qa/suites/rgw/upgrade/1-install/pacific/distro$/centos_8.stream.yaml +++ b/qa/suites/rgw/upgrade/1-install/pacific/distro$/centos_8.stream.yaml @@ -1 +1 @@ -.qa/distros/supported/centos_8.stream.yaml \ No newline at end of file +.qa/distros/all/centos_8.stream.yaml \ No newline at end of file diff --git a/qa/suites/rgw/upgrade/1-install/pacific/distro$/ubuntu_20.04.yaml b/qa/suites/rgw/upgrade/1-install/pacific/distro$/ubuntu_20.04.yaml index 29fb99ae23ce2..162964882d383 120000 --- a/qa/suites/rgw/upgrade/1-install/pacific/distro$/ubuntu_20.04.yaml +++ b/qa/suites/rgw/upgrade/1-install/pacific/distro$/ubuntu_20.04.yaml @@ -1 +1 @@ -.qa/distros/supported/ubuntu_20.04.yaml \ No newline at end of file +.qa/distros/all/ubuntu_20.04.yaml \ No newline at end of file diff --git a/qa/suites/rgw/upgrade/1-install/quincy/distro$/ubuntu_20.04.yaml b/qa/suites/rgw/upgrade/1-install/quincy/distro$/ubuntu_20.04.yaml index 29fb99ae23ce2..162964882d383 120000 --- a/qa/suites/rgw/upgrade/1-install/quincy/distro$/ubuntu_20.04.yaml +++ b/qa/suites/rgw/upgrade/1-install/quincy/distro$/ubuntu_20.04.yaml @@ -1 +1 @@ -.qa/distros/supported/ubuntu_20.04.yaml \ No newline at end of file +.qa/distros/all/ubuntu_20.04.yaml \ No newline at end of file -- 2.39.5