Skip to content
Snippets Groups Projects

C9S is now Base and not Test

Merged Steve Traylen requested to merge ninebase into master
1 file
+ 0
4
Compare changes
  • Side-by-side
  • Inline
+ 0
4
@@ -3,7 +3,6 @@ cs9_unman_physical:
variables:
OS: 9s
ARCH: x86_64
EDITION: Test
only:
variables:
- $TEST_OS9 == 'True' && $TEST_PHYSICAL == 'True' && $TEST_UNMANAGED == 'True'
@@ -15,7 +14,6 @@ cs9_unman_virtual:
OS: 9s
ARCH: x86_64
DELETE_FAILURES: "False"
EDITION: Test
only:
variables:
- $TEST_OS9 == 'True' && $TEST_VIRTUAL == 'True' && $TEST_UNMANAGED == 'True'
@@ -26,7 +24,6 @@ cs9_puppet_physical:
variables:
OS: 9s
ARCH: x86_64
EDITION: Test
only:
variables:
- $TEST_OS9 == 'True' && $TEST_PHYSICAL == 'True' && $TEST_PUPPET == 'True'
@@ -37,7 +34,6 @@ cs9_puppet_virtual:
variables:
OS: 9s
ARCH: x86_64
EDITION: Test
only:
variables:
- $TEST_OS9 == 'True' && $TEST_VIRTUAL == 'True' && $TEST_PUPPET == 'True'
Loading