Disable colors for K8s NP e2e tests
In the gate logs are critically unreadable when color tags are thrown into them. This commit disables colors on K8s e2e NP gate. Change-Id: I9620173d048fd273b77f66dcc1e3710c06f84b89
This commit is contained in:
parent
8d719b2823
commit
6457a9dee8
@ -89,5 +89,6 @@
|
||||
args:
|
||||
chdir: ~/kubernetes
|
||||
environment:
|
||||
GINKGO_NO_COLOR: "y"
|
||||
KUBECONFIG: "{{ ansible_env.HOME }}/.kube/config"
|
||||
PATH: "{{ ansible_env.PATH }}:/usr/local/go/bin:{{ ansible_env.HOME }}/go/bin"
|
||||
|
Loading…
Reference in New Issue
Block a user