From 6457a9dee8b040b5beb7a1672eccd99bdb558473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dulko?= Date: Tue, 21 Jul 2020 16:53:11 +0200 Subject: [PATCH] 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 --- playbooks/run_k8s_e2e_tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/run_k8s_e2e_tests.yaml b/playbooks/run_k8s_e2e_tests.yaml index 9329b8a4e..f6e736334 100644 --- a/playbooks/run_k8s_e2e_tests.yaml +++ b/playbooks/run_k8s_e2e_tests.yaml @@ -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"