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 88 sct_repo : https://github.com/stackhpc/stackhpc-cloud-tests
99 # FIXME: Pin version for testing, remove before merge
1010 # Comment - trigger SCT workflow on push
11- sct_version : " docker-selinux "
11+ sct_version : " opensearch-dashboards-grafana "
1212 sct_timeout : 30
1313 results_path_local : " {{ lookup('env', 'HOME') }}/sct-results"
1414 tasks :
8989 loop_control :
9090 label : " {{ item.path }}"
9191
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+
92101 # Monitoring tests should run once, executed on the host in the
93102 # tempest_runner group.
94103 - name : Run StackHPC Cloud monitoring tests
You can’t perform that action at this time.
0 commit comments