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
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export SCENARIO="{scenario}"
|
||||
sudo scripts/gate-check-commit.sh
|
||||
sudo scripts/gate-check-commit.sh "{scenario}"
|
||||
|
||||
publishers:
|
||||
- devstack-logs
|
||||
|
||||
Reference in New Issue
Block a user