From 56a7059b40cdaebbe45a1bda30b2d6839c808bfe Mon Sep 17 00:00:00 2001 From: Achilleas Koutsou Date: Mon, 16 May 2022 19:32:39 +0200 Subject: [PATCH] gitlab: limit old-worker-new-composer to 8.5 GA The test script stops if it's not running on GA, so let's not deploy the rest of the machines anyway. --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7cc1823de..ab75b92e3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -251,6 +251,11 @@ regression-include-excluded-packages: SCRIPT: regression-include-excluded-packages.sh regression-old-worker-new-composer: + parallel: + matrix: + - RUNNER: + - aws/rhel-8.5-ga-x86_64 + INTERNAL_NETWORK: ["true"] extends: .regression variables: SCRIPT: regression-old-worker-new-composer.sh