File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 59
59
description : Whether to perform an upgrade
60
60
type : boolean
61
61
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
62
66
secrets :
63
67
KAYOBE_VAULT_PASSWORD :
64
68
required : true
@@ -448,7 +452,7 @@ jobs:
448
452
-v $(pwd)/sot-results:/stack/sot-results \
449
453
-e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
450
454
$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 }} '
452
456
env :
453
457
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
454
458
You can’t perform that action at this time.
0 commit comments