Skip to content
Snippets Groups Projects
Commit 69db2b54 authored by Steve Traylen's avatar Steve Traylen
Browse files

Add a new test to build Test version of CentOS Stream 9

parent bad076a4
No related branches found
No related tags found
No related merge requests found
Pipeline #3509563 failed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment