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:
Jesse Pretorius
2016-09-13 16:37:32 +01:00
parent 7b387be464
commit fb4fdeef5a

View File

@@ -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