Skip to content
Snippets Groups Projects
Commit 2c750d0d authored by Alex Iribarren's avatar Alex Iribarren
Browse files

Add EDITION variable to existing jobs

parent 94cd158c
No related branches found
No related tags found
1 merge request!18Support specification of Edition and puppet build against current Test 9 Image
Pipeline #3510075 passed with warnings
......@@ -3,6 +3,7 @@ cs9_unman_physical:
variables:
OS: 9s
ARCH: x96_64
EDITION: Test
only:
variables:
- $TEST_OS9 == 'True' && $TEST_PHYSICAL == 'True' && $TEST_UNMANAGED == 'True'
......@@ -14,6 +15,7 @@ cs9_unman_virtual:
OS: 9s
ARCH: x96_64
DELETE_FAILURES: "False"
EDITION: Test
only:
variables:
- $TEST_OS9 == 'True' && $TEST_VIRTUAL == 'True' && $TEST_UNMANAGED == 'True'
......@@ -24,6 +26,7 @@ cs9_puppet_physical:
variables:
OS: 9s
ARCH: x96_64
EDITION: Test
only:
variables:
- $TEST_OS9 == 'True' && $TEST_PHYSICAL == 'True' && $TEST_PUPPET == 'True'
......@@ -34,17 +37,7 @@ cs9_puppet_virtual:
variables:
OS: 9s
ARCH: x96_64
only:
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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment