We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b21a2 commit 2c1d7d5Copy full SHA for 2c1d7d5
etc/kayobe/ansible/stackhpc-cloud-tests.yml
@@ -76,10 +76,10 @@
76
--html={{ results_tmpdir.path }}/monitoring.html
77
--self-contained-html
78
--pyargs stackhpc_cloud_tests
79
- -k monitoring
80
--timeout {{ sct_timeout }}
81
-rfEx
82
-vv
+ # -k monitoring
83
environment:
84
GRAFANA_URL: "{{ sct_grafana_url }}"
85
GRAFANA_USERNAME: "{{ sct_grafana_username }}"
@@ -126,9 +126,9 @@
126
--html={{ results_tmpdir.path }}/host-{{ inventory_hostname }}.html
127
128
129
- -k host
130
131
132
133
DOCKER_VERSION_MIN: "{{ sct_docker_version_min }}"
134
DOCKER_VERSION_MAX: "{{ sct_docker_version_max }}"
0 commit comments