File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 8
8
sct_repo : https://github.com/stackhpc/stackhpc-cloud-tests
9
9
# FIXME: Pin version for testing, remove before merge
10
10
# Comment - trigger SCT workflow on push
11
- sct_version : " docker-selinux "
11
+ sct_version : " opensearch-dashboards-grafana "
12
12
sct_timeout : 30
13
13
results_path_local : " {{ lookup('env', 'HOME') }}/sct-results"
14
14
tasks :
89
89
loop_control :
90
90
label : " {{ item.path }}"
91
91
92
+ # MORE DEBUG TO REMOVE
93
+ - name : get commit of of parent repository
94
+ ansible.builtin.command :
95
+ cmd : git log
96
+ chdir : " {{ repo_tmpdir.path }}"
97
+ register : git_log
98
+ - debug :
99
+ msg : " Log: {{git_log.stdout}}"
100
+
92
101
# Monitoring tests should run once, executed on the host in the
93
102
# tempest_runner group.
94
103
- name : Run StackHPC Cloud monitoring tests
You can’t perform that action at this time.
0 commit comments