Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 9e6edf8

Browse files
committed
e2e: avoid using escape codes in output
This makes the files hard to read in Jenkins.
1 parent b3b3751 commit 9e6edf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@ void TestInVM(worker, coverage, distro, distroVersion, kubernetesVersion, skipIf
588588
make test_e2e TEST_E2E_REPORT_DIR=${WORKSPACE}/build/reports.tmp/\$testrun \
589589
TEST_E2E_SKIP=${skipAlways}@\$(if [ \"${env.CHANGE_ID}\" ] && [ \"${env.CHANGE_ID}\" != null ]; then echo \\\\[Slow\\\\]@${skipIfPR}; fi) \
590590
TEST_E2E_TIMEOUT=${TestTimeoutHours()-1}h \
591+
TEST_E2E_ARGS=-ginkgo.no-color \
591592
') 2>&1 | tee joblog-${BUILD_TAG}-test-${coverage}${kubernetesVersion}.log | grep --line-buffered -E -e 'checking for test|Passed|FAIL:|^ERROR' \
592593
"
593594
} } finally {

0 commit comments

Comments
 (0)