Skip to content

Commit

Permalink
Run all SCT tests - remove the monitoring and host filters to see the
Browse files Browse the repository at this point in the history
effect
  • Loading branch information
maxstack committed Feb 5, 2025
1 parent e3b21a2 commit 2c1d7d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/kayobe/ansible/stackhpc-cloud-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@
--html={{ results_tmpdir.path }}/monitoring.html
--self-contained-html
--pyargs stackhpc_cloud_tests
-k monitoring
--timeout {{ sct_timeout }}
-rfEx
-vv
# -k monitoring
environment:
GRAFANA_URL: "{{ sct_grafana_url }}"
GRAFANA_USERNAME: "{{ sct_grafana_username }}"
Expand Down Expand Up @@ -126,9 +126,9 @@
--html={{ results_tmpdir.path }}/host-{{ inventory_hostname }}.html
--self-contained-html
--pyargs stackhpc_cloud_tests
-k host
--timeout {{ sct_timeout }}
-vv
# -k monitoring
environment:
DOCKER_VERSION_MIN: "{{ sct_docker_version_min }}"
DOCKER_VERSION_MAX: "{{ sct_docker_version_max }}"
Expand Down

0 comments on commit 2c1d7d5

Please sign in to comment.