Skip to content

Commit 5a982d3

Browse files
committed
SOT version now parameterised in aio workflow
1 parent 4a55d94 commit 5a982d3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ on:
5959
description: Whether to perform an upgrade
6060
type: boolean
6161
default: false
62+
openstack-tests-version:
63+
description: Git version of https://github.com/stackhpc/stackhpc-openstack-tests to use for testing
64+
type: string
65+
default: v0.0.1
6266
secrets:
6367
KAYOBE_VAULT_PASSWORD:
6468
required: true
@@ -448,7 +452,7 @@ jobs:
448452
-v $(pwd)/sot-results:/stack/sot-results \
449453
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
450454
$KAYOBE_IMAGE \
451-
/stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh '$KAYOBE_CONFIG_PATH/ansible/stackhpc-openstack-tests.yml'
455+
/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 }}'
452456
env:
453457
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }}
454458

0 commit comments

Comments
 (0)