Skip to content
Snippets Groups Projects

Rename CS9 variable

Merged Alex Iribarren requested to merge cs9 into master
3 files
+ 7
7
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 4
4
@@ -5,7 +5,7 @@ cs9_unman_physical:
ARCH: x96_64
only:
variables:
- $TEST_OS9s == 'True' && $TEST_PHYSICAL == 'True' && $TEST_UNMANAGED == 'True'
- $TEST_OS9 == 'True' && $TEST_PHYSICAL == 'True' && $TEST_UNMANAGED == 'True'
allow_failure: true
cs9_unman_virtual:
@@ -16,7 +16,7 @@ cs9_unman_virtual:
DELETE_FAILURES: "False"
only:
variables:
- $TEST_OS9s == 'True' && $TEST_VIRTUAL == 'True' && $TEST_UNMANAGED == 'True'
- $TEST_OS9 == 'True' && $TEST_VIRTUAL == 'True' && $TEST_UNMANAGED == 'True'
allow_failure: true
cs9_puppet_physical:
@@ -26,7 +26,7 @@ cs9_puppet_physical:
ARCH: x96_64
only:
variables:
- $TEST_OS9s == 'True' && $TEST_PHYSICAL == 'True' && $TEST_PUPPET == 'True'
- $TEST_OS9 == 'True' && $TEST_PHYSICAL == 'True' && $TEST_PUPPET == 'True'
allow_failure: true
cs9_puppet_virtual:
@@ -36,5 +36,5 @@ cs9_puppet_virtual:
ARCH: x96_64
only:
variables:
- $TEST_OS9s == 'True' && $TEST_VIRTUAL == 'True' && $TEST_PUPPET == 'True'
- $TEST_OS9 == 'True' && $TEST_VIRTUAL == 'True' && $TEST_PUPPET == 'True'
allow_failure: true
Loading