Skip to content

Commit f362ae0

Browse files
committed
unpinned cloud tests
1 parent c7b0870 commit f362ae0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ on:
6262
stackhpc_cloud_tests_version:
6363
description: Git version of https://github.com/stackhpc/stackhpc-cloud-tests to use for testing
6464
type: string
65-
default: v0.0.1
65+
default: main
6666
secrets:
6767
KAYOBE_VAULT_PASSWORD:
6868
required: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
vars:
77
sot_venv: "{{ virtualenv_path }}/sot-venv"
88
sot_repo: https://github.com/stackhpc/stackhpc-cloud-tests
9-
sot_version: v0.0.1
9+
sot_version: main
1010
sot_timeout: 30
1111
results_path_local: "{{ lookup('env', 'HOME') }}/sot-results"
1212
tasks:

0 commit comments

Comments
 (0)