From 45c9c0aed0af37f65373b8e19638ac31a8032a75 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Fri, 11 Sep 2015 12:12:00 +0200 Subject: [PATCH] distros: alias a-supported-distro.yaml to CentOS 7 Some jobs are distribution agnostic and it is meaningless to run them on all supported distributions. For such jobs it is convient to require than they run on a supported distribution but we don't care which. This can be done by including a-supported-distro.yaml in the suite sub directory instead of linking to distros/supported. Signed-off-by: Loic Dachary --- distros/supported/a-supported-distro.yaml | 1 + 1 file changed, 1 insertion(+) create mode 120000 distros/supported/a-supported-distro.yaml diff --git a/distros/supported/a-supported-distro.yaml b/distros/supported/a-supported-distro.yaml new file mode 120000 index 0000000000000..f512e1201bca4 --- /dev/null +++ b/distros/supported/a-supported-distro.yaml @@ -0,0 +1 @@ +../all/centos_7.0.yaml \ No newline at end of file -- 2.39.5