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:
468468 -v $(pwd)/sct-results:/stack/sct-results \
469469 -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
470470 $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 }}
472472 env :
473473 KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
474474
Original file line number Diff line number Diff line change 66 vars :
77 sct_venv : " {{ virtualenv_path }}/sct-venv"
88 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"
1011 sct_timeout : 30
1112 results_path_local : " {{ lookup('env', 'HOME') }}/sct-results"
1213 tasks :
You can’t perform that action at this time.
0 commit comments