Skip to content

Commit f429000

Browse files
committed
Debugging why we're not checking out the tests on the runner.
1 parent 5772f10 commit f429000

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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:
@@ -89,6 +89,15 @@
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

0 commit comments

Comments
 (0)