From 69db2b542960dcfe181b1b0099dd6ed895d6b7e4 Mon Sep 17 00:00:00 2001 From: Steve Traylen <steve.traylen@cern.ch> Date: Mon, 31 Jan 2022 12:00:32 +0100 Subject: [PATCH] Add a new test to build Test version of CentOS Stream 9 --- ci/c9s.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ci/c9s.yml b/ci/c9s.yml index cc4fdb1..f236c59 100644 --- a/ci/c9s.yml +++ b/ci/c9s.yml @@ -38,3 +38,14 @@ cs9_puppet_virtual: variables: - $TEST_OS9 == 'True' && $TEST_VIRTUAL == 'True' && $TEST_PUPPET == 'True' allow_failure: true + +cs9_test_puppet_virtual: + extends: .test_puppet_virtual + variables: + OS: 9s + EDITION: Test + ARCH: x96_64 + only: + variables: + - $TEST_OS9 == 'True' && $TEST_VIRTUAL == 'True' && $TEST_PUPPET == 'True + allow_failure: true -- GitLab