Merge "Do not use shebang in rally legacy jobs"

This commit is contained in:
Zuul 2017-09-30 03:30:43 +00:00 committed by Gerrit Code Review
commit 1d4d581fc2
6 changed files with 18 additions and 6 deletions

View File

@ -25,8 +25,10 @@
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
executable: /bin/bash
cmd: |
#/bin/bash -xe
set -e
set -x
if [ $ZUUL_PROJECT == "openstack/rally" ] && [ $ZUUL_BRANCH != "master" ]; then
export DEVSTACK_GATE_FEATURE_MATRIX="/opt/stack/new/rally/devstack/features.yaml"

View File

@ -38,8 +38,10 @@
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
executable: /bin/bash
cmd: |
#/bin/bash -xe
set -e
set -x
if [ $ZUUL_PROJECT == "openstack/rally" ] && [ $ZUUL_BRANCH != "master" ]; then
export DEVSTACK_GATE_FEATURE_MATRIX="/opt/stack/new/rally/devstack/features.yaml"

View File

@ -25,8 +25,10 @@
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
executable: /bin/bash
cmd: |
#/bin/bash -xe
set -e
set -x
if [ $ZUUL_PROJECT == "openstack/rally" ] && [ $ZUUL_BRANCH != "master" ]; then
export DEVSTACK_GATE_FEATURE_MATRIX="/opt/stack/new/rally/devstack/features.yaml"

View File

@ -25,8 +25,10 @@
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
executable: /bin/bash
cmd: |
#/bin/bash -xe
set -e
set -x
if [ $ZUUL_PROJECT == "openstack/rally" ] && [ $ZUUL_BRANCH != "master" ]; then
export DEVSTACK_GATE_FEATURE_MATRIX="/opt/stack/new/rally/devstack/features.yaml"

View File

@ -25,8 +25,10 @@
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
executable: /bin/bash
cmd: |
#/bin/bash -xe
set -e
set -x
if [ $ZUUL_PROJECT == "openstack/rally" ] && [ $ZUUL_BRANCH != "master" ]; then
export DEVSTACK_GATE_FEATURE_MATRIX="/opt/stack/new/rally/devstack/features.yaml"

View File

@ -25,8 +25,10 @@
environment: '{{ zuul | zuul_legacy_vars }}'
- shell:
executable: /bin/bash
cmd: |
#/bin/bash -xe
set -e
set -x
if [ $ZUUL_PROJECT == "openstack/rally" ] && [ $ZUUL_BRANCH != "master" ]; then
export DEVSTACK_GATE_FEATURE_MATRIX="/opt/stack/new/rally/devstack/features.yaml"