diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 3f87198c13..d72327c9f0 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -41,7 +41,9 @@ jobs: fail-fast: false matrix: vm_type: - - cos + # COS testing is disabled until ROX-15295 is completed + # due to noexec flags on the file system mounts + #- cos - flatcar - fedora-coreos - rhel-sap diff --git a/ansible/roles/run-test-target/vars/main.yml b/ansible/roles/run-test-target/vars/main.yml index 16430b69c7..78aa72aa2f 100644 --- a/ansible/roles/run-test-target/vars/main.yml +++ b/ansible/roles/run-test-target/vars/main.yml @@ -1,6 +1,6 @@ --- integration_tests_root: "{{ collector_root }}/integration-tests" -remote_tests_root: "{{ ansible_env.HOME }}/collector-tests/" +remote_tests_root: "{{ ansible_env.HOME }}/collector-tests" remote_tests_binary: "{{ remote_tests_root }}/collector-tests" remote_logs_root: "{{ remote_tests_root }}/container-logs"