Add zuul envar for kata tests

In order to know we are running under a zuul slave,
we need to add an environment variable. In this case
it is ZUUL=true. This will allow the kata-containers
scripts to run the tests with the appropiate flags.

Change-Id: Ib040c032ad49beb5e2041e92efe41ce4e8b98799
Signed-off-by: Salvador Fuentes <salvador.fuentes@intel.com>
This commit is contained in:
Salvador Fuentes 2018-09-27 09:51:09 -05:00
parent 60219915a2
commit 6d01e66ff0
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
export PATH=$PATH:/usr/lib/go-1.10/bin
fi
export CI=true
export ZUUL=true
export GOPATH=$HOME
export PATH=${GOPATH}/bin:$PATH
.ci/run.sh

View File

@ -35,6 +35,7 @@
export PATH=$PATH:/usr/lib/go-1.10/bin
fi
export CI=true
export ZUUL=true
export GOPATH=$HOME
export PATH=${GOPATH}/bin:$PATH
.ci/setup.sh