mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-07-02 14:48:33 -04:00
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
|
||
|---|---|---|
| .. | ||
| benchmark-dockerized.sh | ||
| OWNERS | ||
| README.md | ||
| test-cmd-dockerized.sh | ||
| test-dockerized.sh | ||
| test-integration-dockerized.sh | ||
| update-dockerized.sh | ||
| verify-dockerized.sh | ||
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.