mirror of https://github.com/containers/conmon.git
ci: set host IP
Signed-off-by: Peter Hunt <pehunt@redhat.com>
This commit is contained in:
parent
ca127949f2
commit
b6025be9b9
|
|
@ -89,6 +89,7 @@ export PATH="$GOPATH/src/k8s.io/kubernetes/_output/local/bin/linux/amd64:$PATH"
|
||||||
export KUBE_MASTER_URL=$IP
|
export KUBE_MASTER_URL=$IP
|
||||||
export KUBE_MASTER_IP=$IP
|
export KUBE_MASTER_IP=$IP
|
||||||
export KUBE_MASTER=$IP
|
export KUBE_MASTER=$IP
|
||||||
|
export HOSTNAME_OVERRIDE=$IP
|
||||||
|
|
||||||
export GINKGO_PARALLEL_NODES=4
|
export GINKGO_PARALLEL_NODES=4
|
||||||
export GINKGO_PARALLEL=y
|
export GINKGO_PARALLEL=y
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue