kubernetes/hack/make-rules
Odin Ugedal d17dc136a0
Fix host reuse for e2e tests
This will now filter the hosts in gcloud by project, instance name and
zone, to make sure we only reuse the correct hosts. Previously it would
try to reuse images outside the selected zone, resulting in a crash.

The resulting command will look like this:
$ gcloud compute instances list --project="my-project-123" --filter="name:'test-cos-beta-78-12499-16-0' AND zone:'europe-west6-b'"
2019-09-29 11:10:08 +02:00
..
helpers Fix shellcheck failures on clean.sh and cache_go_dirs.sh 2019-04-21 06:24:08 -04:00
BUILD modified hack scripts to referenced moved kubeadm.sh file. 2019-01-23 05:37:09 -05:00
build.sh fix shellcheck in hack/make-rules/... 2019-02-26 00:56:36 -05:00
clean.sh Fixed a make clean regression. 2019-04-26 11:52:21 -07:00
cross.sh fix shellcheck in hack/make-rules/... 2019-02-26 00:56:36 -05:00
make-help.sh correct flag order in make-help 2019-07-02 23:42:01 -07:00
Makefile.manifest delete all duplicate empty blanks 2019-02-23 10:28:04 +08:00
test-cmd.sh Merge pull request #74610 from oomichi/issue/74038-2 2019-04-16 02:11:29 -07:00
test-e2e-kubeadm.sh e2e-kubeadm-first-class 2019-03-28 16:29:56 +01:00
test-e2e-node.sh Fix host reuse for e2e tests 2019-09-29 11:10:08 +02:00
test-integration.sh remove dead KUBE_TEST_API_VERSIONS from test-integration 2019-06-26 11:55:50 -04:00
test.sh Add KUBE_COVER_REPORT_DIR to specify coverage output dir. 2019-09-23 10:36:00 -07:00
update.sh Add helper script to regenerate API compatibility data 2019-06-03 10:18:08 -04:00
verify.sh verify import aliases 2019-06-15 22:31:39 -04:00
vet.sh update pull request 2019-04-27 10:56:43 -04:00