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
..
benchmark-dockerized.sh hack: fix KUBE_RACE in benchmark-dockerized.sh 2025-06-05 15:08:35 +02:00
OWNERS OWNERS: remove sig-testing-approvers 2023-01-09 09:54:10 +01:00
README.md update hack/jenkins/README.md 2019-08-16 23:47:43 -07:00
test-cmd-dockerized.sh CI integration scripts: reduce log noise from installing etcd 2025-03-20 11:59:32 -07:00
test-dockerized.sh CI integration scripts: reduce log noise from installing etcd 2025-03-20 11:59:32 -07:00
test-integration-dockerized.sh reduce etcd install log noise 2025-04-15 15:18:22 -07:00
update-dockerized.sh use zip instead of git-archive 2022-02-07 19:02:03 -05:00
verify-dockerized.sh update benchmark-dockerized.sh and verify-dockerized.sh 2019-04-09 15:07:26 -04: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.