Skip to content

Commit

Permalink
Disables COS testing due to filesystem permission problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Stringy committed Sep 11, 2023
1 parent f744f8d commit bc28294
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/run-test-target/vars/main.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit bc28294

Please sign in to comment.