Pass scenario as a parameter for OSA
This patch implements a change to the OpenStack-Ansible gate check to ensure that the scenario executed is passed as a CLI parameter to the execution script. Change-Id: I5441f8f9a9c02cc0a501a9b9f7c6cbe2604f4b65
This commit is contained in:
@@ -13,8 +13,7 @@
|
|||||||
- gerrit-git-prep
|
- gerrit-git-prep
|
||||||
- shell: |
|
- shell: |
|
||||||
#!/bin/bash -xe
|
#!/bin/bash -xe
|
||||||
export SCENARIO="{scenario}"
|
sudo scripts/gate-check-commit.sh "{scenario}"
|
||||||
sudo scripts/gate-check-commit.sh
|
|
||||||
|
|
||||||
publishers:
|
publishers:
|
||||||
- devstack-logs
|
- devstack-logs
|
||||||
|
|||||||
Reference in New Issue
Block a user