File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -470,7 +470,7 @@ jobs:
470470 $KAYOBE_IMAGE \
471471 /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh '$KAYOBE_CONFIG_PATH/ansible/stackhpc-cloud-tests.yml' \
472472 ${{ inputs.upgrade && '-e selinux_state=disabled' }} \
473- -e sct_version=${{ inputs.stackhpc_cloud_tests_version }}
473+ -e sct_version=RabbitMQTooMuchReady
474474 env :
475475 KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
476476
Original file line number Diff line number Diff line change 88 sct_repo : https://github.com/stackhpc/stackhpc-cloud-tests
99 # Define the version of SCT used for testing, the github workflow overrides this with
1010 # stackhpc_cloud_tests_version so this is only used if running "locally".
11- sct_version : main
11+ sct_version : RabbitMQTooMuchReady
1212 sct_timeout : 30
1313 results_path_local : " {{ lookup('env', 'HOME') }}/sct-results"
1414 tasks :
You can’t perform that action at this time.
0 commit comments