File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 6
6
vars :
7
7
sct_venv : " {{ virtualenv_path }}/sct-venv"
8
8
sct_repo : https://github.com/stackhpc/stackhpc-cloud-tests
9
- # FIXME: Pin version for testing, remove before merge
10
- # Comment - trigger SCT workflow on push
11
- sct_version : " opensearch-dashboards-grafana"
9
+ # Define the version of SCT used for testing, the github workflow overrides this with
10
+ # stackhpc_cloud_tests_version so this is only used if running "locally".
11
+ sct_version : " main"
12
+ # TODO: REMOVE THIS
13
+ sct_version_override : " docker-selinux"
12
14
sct_timeout : 30
13
15
results_path_local : " {{ lookup('env', 'HOME') }}/sct-results"
14
16
tasks :
34
36
- name : Clone the StackHPC Cloud tests repository
35
37
ansible.builtin.git :
36
38
repo : " {{ sct_repo }}"
37
- version : " {{ sct_version }}"
39
+ version : " {{ sct_version_override }}"
38
40
dest : " {{ repo_tmpdir.path }}"
39
- # depth: 1
40
- # single_branch: true
41
+ depth : 1
42
+ single_branch : true
41
43
42
44
- name : Ensure the latest versions of pip and setuptools are installed # noqa package-latest
43
45
ansible.builtin.pip :
You can’t perform that action at this time.
0 commit comments