Skip to content

Commit 3e7b824

Browse files
committed
test RabbitMQ fix
1 parent 3d68542 commit 3e7b824

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
@@ -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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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:

0 commit comments

Comments
 (0)