diff --git a/ci/c9s.yml b/ci/c9s.yml index d759e9d3199e2d7f96613690e0b5e3fc5cce99f4..49cc535988fc5f5a182b0314f60a12c6a086964f 100644 --- a/ci/c9s.yml +++ b/ci/c9s.yml @@ -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'