Skip to content

Commit 2c1d7d5

Browse files
committed
Run all SCT tests - remove the monitoring and host filters to see the
effect
1 parent e3b21a2 commit 2c1d7d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/kayobe/ansible/stackhpc-cloud-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@
7676
--html={{ results_tmpdir.path }}/monitoring.html
7777
--self-contained-html
7878
--pyargs stackhpc_cloud_tests
79-
-k monitoring
8079
--timeout {{ sct_timeout }}
8180
-rfEx
8281
-vv
82+
# -k monitoring
8383
environment:
8484
GRAFANA_URL: "{{ sct_grafana_url }}"
8585
GRAFANA_USERNAME: "{{ sct_grafana_username }}"
@@ -126,9 +126,9 @@
126126
--html={{ results_tmpdir.path }}/host-{{ inventory_hostname }}.html
127127
--self-contained-html
128128
--pyargs stackhpc_cloud_tests
129-
-k host
130129
--timeout {{ sct_timeout }}
131130
-vv
131+
# -k monitoring
132132
environment:
133133
DOCKER_VERSION_MIN: "{{ sct_docker_version_min }}"
134134
DOCKER_VERSION_MAX: "{{ sct_docker_version_max }}"

0 commit comments

Comments
 (0)