From 9e6edf86aca8f1455c69818c617b5ee486c84ba7 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Mon, 29 Aug 2022 20:43:39 +0200 Subject: [PATCH] e2e: avoid using escape codes in output This makes the files hard to read in Jenkins. --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index f0f71af6a..f4eb7981f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -588,6 +588,7 @@ void TestInVM(worker, coverage, distro, distroVersion, kubernetesVersion, skipIf make test_e2e TEST_E2E_REPORT_DIR=${WORKSPACE}/build/reports.tmp/\$testrun \ TEST_E2E_SKIP=${skipAlways}@\$(if [ \"${env.CHANGE_ID}\" ] && [ \"${env.CHANGE_ID}\" != null ]; then echo \\\\[Slow\\\\]@${skipIfPR}; fi) \ TEST_E2E_TIMEOUT=${TestTimeoutHours()-1}h \ + TEST_E2E_ARGS=-ginkgo.no-color \ ') 2>&1 | tee joblog-${BUILD_TAG}-test-${coverage}${kubernetesVersion}.log | grep --line-buffered -E -e 'checking for test|Passed|FAIL:|^ERROR' \ " } } finally {