Skip to content
Snippets Groups Projects

Remove EL7 test configurations

Merged Steve Traylen requested to merge dnf into master
All threads resolved!
Files
10
+ 0
36
cc7_unman_physical_x86_64:
extends: .test_unmanaged_physical
variables:
OS: 7
ARCH: x86_64
only:
variables:
- $TEST_OS7 == 'True' && $TEST_PHYSICAL == 'True' && $TEST_UNMANAGED == 'True' && $TEST_X86_64 == 'True'
cc7_unman_virtual_x86_64:
extends: .test_unmanaged_virtual
variables:
OS: 7
ARCH: x86_64
DELETE_FAILURES: "False"
only:
variables:
- $TEST_OS7 == 'True' && $TEST_VIRTUAL == 'True' && $TEST_UNMANAGED == 'True' && $TEST_X86_64 == 'True'
cc7_puppet_physical_x86_64:
extends: .test_puppet_physical
variables:
OS: 7
ARCH: x86_64
only:
variables:
- $TEST_OS7 == 'True' && $TEST_PHYSICAL == 'True' && $TEST_PUPPET == 'True' && $TEST_X86_64 == 'True'
cc7_puppet_virtual_x86_64:
extends: .test_puppet_virtual
variables:
OS: 7
ARCH: x86_64
only:
variables:
- $TEST_OS7 == 'True' && $TEST_VIRTUAL == 'True' && $TEST_PUPPET == 'True' && $TEST_X86_64 == 'True'
Loading