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:
parent
60219915a2
commit
6d01e66ff0
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user