From dfed9114ffee2df39f589df7a47aaf1a11421ba7 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Thu, 28 Mar 2024 10:15:26 +0200 Subject: [PATCH] Execute OpenShift Virtualization tests only on RHEL 9.x nightly reduce the number of overall test executions b/c resources in this environment are severely limited. --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e3044fce..24c3d64c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -440,14 +440,12 @@ oci.sh: OpenShift_Virtualization: extends: .integration_rhel rules: - - !reference [.upstream_rules_x86_64, rules] - !reference [.nightly_rules_x86_64, rules] variables: SCRIPT: openshift_virtualization.sh parallel: matrix: - RUNNER: - - aws/rhel-8.10-nightly-x86_64 - aws/rhel-9.4-nightly-x86_64 INTERNAL_NETWORK: ["true"]