Skip to content

Commit

Permalink
SOT version now parameterised in aio workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wtripp180901 committed Jan 14, 2025
1 parent 4a55d94 commit 5a982d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/stackhpc-all-in-one.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ on:
description: Whether to perform an upgrade
type: boolean
default: false
openstack-tests-version:
description: Git version of https://github.com/stackhpc/stackhpc-openstack-tests to use for testing
type: string
default: v0.0.1
secrets:
KAYOBE_VAULT_PASSWORD:
required: true
Expand Down Expand Up @@ -448,7 +452,7 @@ jobs:
-v $(pwd)/sot-results:/stack/sot-results \
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
$KAYOBE_IMAGE \
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh '$KAYOBE_CONFIG_PATH/ansible/stackhpc-openstack-tests.yml'
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh '$KAYOBE_CONFIG_PATH/ansible/stackhpc-openstack-tests.yml -e sot_version=${{ inputs.openstack-tests-version }}'
env:
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}

Expand Down

0 comments on commit 5a982d3

Please sign in to comment.