File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ jobs:
468
468
-v $(pwd)/sct-results:/stack/sct-results \
469
469
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
470
470
$KAYOBE_IMAGE \
471
- /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh '$KAYOBE_CONFIG_PATH/ansible/stackhpc-cloud-tests.yml' -e sot_version =${{ inputs.stackhpc_cloud_tests_version }}
471
+ /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh '$KAYOBE_CONFIG_PATH/ansible/stackhpc-cloud-tests.yml' -e sct_version =${{ inputs.stackhpc_cloud_tests_version }}
472
472
env :
473
473
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
474
474
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
- sct_version : main
9
+ # FIXME: Pin version for testing, remove before merge
10
+ sct_version : " docker-selinux"
10
11
sct_timeout : 30
11
12
results_path_local : " {{ lookup('env', 'HOME') }}/sct-results"
12
13
tasks :
You can’t perform that action at this time.
0 commit comments