Skip to content

Commit ac8acbe

Browse files
authored
Merge pull request #2169 from stackhpc/fix/aio-cloud-tests
Fix StackHPC cloud tests not run except on upgrades
2 parents c9b183e + 389aa18 commit ac8acbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ jobs:
480480
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
481481
$KAYOBE_IMAGE \
482482
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh '$KAYOBE_CONFIG_PATH/ansible/stackhpc-cloud-tests.yml' \
483-
${{ inputs.upgrade && '-e selinux_state=disabled' }} \
483+
${{ (inputs.upgrade && '-e selinux_state=disabled') || '' }} \
484484
-e sct_version=${{ inputs.stackhpc_cloud_tests_version }}
485485
env:
486486
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}

0 commit comments

Comments
 (0)