From: Kefu Chai Date: Thu, 30 Apr 2020 14:42:46 +0000 (+0800) Subject: qa/distros: point {centos,rhel}_latest.yaml to 7.8 X-Git-Tag: v14.2.10~96^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8429aa7ff68f5cf0629dfaf61eb0df92b753b662;p=ceph.git qa/distros: point {centos,rhel}_latest.yaml to 7.8 this change is not cherry-picked from master, as master is using el8 already Signed-off-by: Kefu Chai --- diff --git a/qa/distros/all/centos_7.8.yaml b/qa/distros/all/centos_7.8.yaml new file mode 100644 index 000000000000..57619653f20c --- /dev/null +++ b/qa/distros/all/centos_7.8.yaml @@ -0,0 +1,2 @@ +os_type: centos +os_version: "7.8" diff --git a/qa/distros/all/rhel_7.8.yaml b/qa/distros/all/rhel_7.8.yaml new file mode 100644 index 000000000000..5c5fce71106b --- /dev/null +++ b/qa/distros/all/rhel_7.8.yaml @@ -0,0 +1,2 @@ +os_type: rhel +os_version: "7.8" diff --git a/qa/distros/supported-all-distro/centos_latest.yaml b/qa/distros/supported-all-distro/centos_latest.yaml index 00f625f78207..22299ab80c0e 120000 --- a/qa/distros/supported-all-distro/centos_latest.yaml +++ b/qa/distros/supported-all-distro/centos_latest.yaml @@ -1 +1 @@ -../all/centos_7.6.yaml \ No newline at end of file +../all/centos_7.8.yaml \ No newline at end of file diff --git a/qa/distros/supported-all-distro/rhel_7.yaml b/qa/distros/supported-all-distro/rhel_7.yaml index ad4dd894f46e..d9b2cdc6f5da 120000 --- a/qa/distros/supported-all-distro/rhel_7.yaml +++ b/qa/distros/supported-all-distro/rhel_7.yaml @@ -1 +1 @@ -../all/rhel_7.6.yaml \ No newline at end of file +../all/rhel_7.8.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/centos_latest.yaml b/qa/distros/supported-random-distro$/centos_latest.yaml index 10e4444a36fa..22299ab80c0e 120000 --- a/qa/distros/supported-random-distro$/centos_latest.yaml +++ b/qa/distros/supported-random-distro$/centos_latest.yaml @@ -1 +1 @@ -../all/centos_7.5.yaml \ No newline at end of file +../all/centos_7.8.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/rhel_latest.yaml b/qa/distros/supported-random-distro$/rhel_latest.yaml index eea4cef17864..d9b2cdc6f5da 120000 --- a/qa/distros/supported-random-distro$/rhel_latest.yaml +++ b/qa/distros/supported-random-distro$/rhel_latest.yaml @@ -1 +1 @@ -../all/rhel_7.5.yaml \ No newline at end of file +../all/rhel_7.8.yaml \ No newline at end of file diff --git a/qa/distros/supported/centos_latest.yaml b/qa/distros/supported/centos_latest.yaml index 00f625f78207..22299ab80c0e 120000 --- a/qa/distros/supported/centos_latest.yaml +++ b/qa/distros/supported/centos_latest.yaml @@ -1 +1 @@ -../all/centos_7.6.yaml \ No newline at end of file +../all/centos_7.8.yaml \ No newline at end of file diff --git a/qa/distros/supported/rhel_latest.yaml b/qa/distros/supported/rhel_latest.yaml index ad4dd894f46e..d9b2cdc6f5da 120000 --- a/qa/distros/supported/rhel_latest.yaml +++ b/qa/distros/supported/rhel_latest.yaml @@ -1 +1 @@ -../all/rhel_7.6.yaml \ No newline at end of file +../all/rhel_7.8.yaml \ No newline at end of file