ci: set host IP

Signed-off-by: Peter Hunt <pehunt@redhat.com>
This commit is contained in:
Peter Hunt 2022-01-20 16:13:13 -05:00
parent ca127949f2
commit b6025be9b9
1 changed files with 1 additions and 0 deletions

View File

@ -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_IP=$IP
export KUBE_MASTER=$IP
export HOSTNAME_OVERRIDE=$IP
export GINKGO_PARALLEL_NODES=4
export GINKGO_PARALLEL=y