From 20b8c67c8df36607aec5877cc21ab167eeca3b1b Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Tue, 7 Jun 2022 11:19:16 +0300 Subject: [PATCH] ci: Disable -nightly test runners for 8.6 and 9.0 --- .gitlab-ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b2ebeba..1d7662a4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,12 +44,12 @@ RPM: - aws/rhel-8.6-ga-aarch64 - aws/rhel-9.0-ga-x86_64 - aws/rhel-9.0-ga-aarch64 - - RUNNER: - - aws/rhel-8.6-nightly-x86_64 - - aws/rhel-8.6-nightly-aarch64 - - aws/rhel-9.0-nightly-x86_64 - - aws/rhel-9.0-nightly-aarch64 - INTERNAL_NETWORK: "true" + #- RUNNER: + # - aws/rhel-8.6-nightly-x86_64 + #- aws/rhel-8.6-nightly-aarch64 + #- aws/rhel-9.0-nightly-x86_64 + #- aws/rhel-9.0-nightly-aarch64 + #INTERNAL_NETWORK: "true" Composer Tests: stage: test @@ -64,8 +64,8 @@ Composer Tests: - aws/fedora-35-aarch64 - aws/rhel-8.5-ga-x86_64 - aws/rhel-8.5-ga-aarch64 - - aws/rhel-8.6-nightly-x86_64 - - aws/rhel-8.6-nightly-aarch64 + #- aws/rhel-8.6-nightly-x86_64 + #- aws/rhel-8.6-nightly-aarch64 # See https://github.com/osbuild/osbuild-composer/issues/1819 and related issues # - aws/rhel-9.0-nightly-x86_64 # - aws/rhel-9.0-nightly-aarch64 @@ -82,8 +82,8 @@ OSTree Images: - RUNNER: - aws/fedora-35-x86_64 - aws/rhel-8.5-ga-x86_64 - - aws/rhel-8.6-nightly-x86_64 - - aws/rhel-9.0-nightly-x86_64 + #- aws/rhel-8.6-nightly-x86_64 + #- aws/rhel-9.0-nightly-x86_64 INTERNAL_NETWORK: "true" SonarQube: