Skip to content
Snippets Groups Projects

Support specification of Edition and puppet build against current Test 9 Image

Merged Steve Traylen requested to merge ninetest into master
Files
2
+ 8
4
@@ -2,7 +2,8 @@ cs9_unman_physical:
extends: .test_unmanaged_physical
variables:
OS: 9s
ARCH: x96_64
ARCH: x86_64
EDITION: Test
only:
variables:
- $TEST_OS9 == 'True' && $TEST_PHYSICAL == 'True' && $TEST_UNMANAGED == 'True'
@@ -12,8 +13,9 @@ cs9_unman_virtual:
extends: .test_unmanaged_virtual
variables:
OS: 9s
ARCH: x96_64
ARCH: x86_64
DELETE_FAILURES: "False"
EDITION: Test
only:
variables:
- $TEST_OS9 == 'True' && $TEST_VIRTUAL == 'True' && $TEST_UNMANAGED == 'True'
@@ -23,7 +25,8 @@ cs9_puppet_physical:
extends: .test_puppet_physical
variables:
OS: 9s
ARCH: x96_64
ARCH: x86_64
EDITION: Test
only:
variables:
- $TEST_OS9 == 'True' && $TEST_PHYSICAL == 'True' && $TEST_PUPPET == 'True'
@@ -33,7 +36,8 @@ cs9_puppet_virtual:
extends: .test_puppet_virtual
variables:
OS: 9s
ARCH: x96_64
ARCH: x86_64
EDITION: Test
only:
variables:
- $TEST_OS9 == 'True' && $TEST_VIRTUAL == 'True' && $TEST_PUPPET == 'True'
Loading