Skip to content
Snippets Groups Projects

Disable C8 tests

Merged Alex Iribarren requested to merge c8 into master
1 unresolved thread
3 files
+ 1
41
Compare changes
  • Side-by-side
  • Inline
Files
3
ci/c8.yml deleted 100644 → 0
+ 0
36
c8_unman_physical:
extends: .test_unmanaged_physical
variables:
OS: 8
ARCH: x86_64
only:
variables:
- $TEST_OS8 == 'True' && $TEST_PHYSICAL == 'True' && $TEST_UNMANAGED == 'True'
c8_unman_virtual:
extends: .test_unmanaged_virtual
variables:
OS: 8
ARCH: x86_64
DELETE_FAILURES: "False"
only:
variables:
- $TEST_OS8 == 'True' && $TEST_VIRTUAL == 'True' && $TEST_UNMANAGED == 'True'
c8_puppet_physical:
extends: .test_puppet_physical
variables:
OS: 8
ARCH: x86_64
only:
variables:
- $TEST_OS8 == 'True' && $TEST_PHYSICAL == 'True' && $TEST_PUPPET == 'True'
c8_puppet_virtual:
extends: .test_puppet_virtual
variables:
OS: 8
ARCH: x86_64
only:
variables:
- $TEST_OS8 == 'True' && $TEST_VIRTUAL == 'True' && $TEST_PUPPET == 'True'
Loading