From fb4fdeef5a84916bcd6d399265b80463ad96dd1e Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 13 Sep 2016 16:37:32 +0100 Subject: [PATCH] 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 --- jenkins/jobs/openstack-ansible-jobs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jenkins/jobs/openstack-ansible-jobs.yaml b/jenkins/jobs/openstack-ansible-jobs.yaml index 38b08adf72..b4dfd2128a 100644 --- a/jenkins/jobs/openstack-ansible-jobs.yaml +++ b/jenkins/jobs/openstack-ansible-jobs.yaml @@ -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