From 8632269f7953893b309845258b7a0c3b484bbb09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Mon, 4 Mar 2024 14:44:22 +0100 Subject: [PATCH] gitlab: Run the ostree tests just on Fedora These tests are building just Fedora manifests, thus there's basically no point in running them on RHEL, since we never support building Fedora on RHEL. --- .gitlab-ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a4c5870..bef4701f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,13 +67,7 @@ OSTree Images: - sudo test/cases/ostree-images parallel: matrix: - - RUNNER: - - aws/fedora-37-x86_64 - - aws/fedora-38-x86_64 - - aws/rhel-8.8-ga-x86_64 - - aws/rhel-9.2-ga-x86_64 - - aws/rhel-8.10-nightly-x86_64 - - aws/rhel-9.4-nightly-x86_64 + - RUNNER: aws/fedora-38-x86_64 INTERNAL_NETWORK: "true" Manifests: