Files
kubernetes/hack/jenkins
Patrick Ohly 036f4bfe28 hack: fix KUBE_RACE in benchmark-dockerized.sh
This fixes the following issue in ci-benchmark-scheduler-perf-master:

    malformed import path " ": invalid char ' '

    FAIL	  [setup failed]

Setting the non-empty string with just a space was broken, the right way to
disable the race detector is with an empty KUBE_RACE variable. This worked
before when test-integration.sh unconditionally overwrote the KUBE_RACE
variable and stopped working when 6cb1488 started to keep whatever was
set by the caller.

This then caused an empty string to be passed as additional parameter to "go
test".
2025-06-05 15:08:35 +02:00
..
2023-01-09 09:54:10 +01:00
2019-08-16 23:47:43 -07:00

Jenkins

Jenkins is no longer in use, please see the test-infra repo and in particular Prow instead.

This directory contains some scripts that are still used by the new CI.