kubernetes/hack/make-rules
Andy Goldstein 4c34895e0a
int tests: stop special casing KUBE_TEST_ARGS
Stop special casing KUBE_TEST_ARGS and limiting the API
group/version settings to "v1" when running the tests. This was
helpful in the past when we used to test multiple values for
KUBE_TEST_API_VERSIONS - if you were specifying KUBE_TEST_ARGS to run a
single test case, you probably didn't want to have it tested for
multiple values of KUBE_TEST_API_VERSIONS.

Now, however, KUBE_TEST_API_VERSIONS comes from
KUBE_AVAILABLE_GROUP_VERSIONS by default, which is a single list instead
of multiple, so we shouldn't need to special case KUBE_TEST_ARGS any
more. This is especially necessary because certain tests that are using
testapi break if KUBE_TEST_API_VERSIONS is just "v1".

Signed-off-by: Andy Goldstein <goldsteina@vmware.com>
2019-01-09 14:58:26 -05:00
..
helpers Add a helper tool to emit Makefile snippets 2018-06-04 15:04:21 -07:00
BUILD fix visibility of testdata for //test/cmd:legacy-script 2018-07-06 16:08:20 -07:00
build.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
clean.sh Don't delete pkg/generated/bindata.go in make clean 2018-07-11 10:02:34 -07:00
cross.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
make-help.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
Makefile.manifest Make the pause image a manifest list 2018-01-24 02:10:45 -05:00
test-cmd.sh Add --server-dry-run flag to kubectl apply 2018-09-02 13:13:46 -07:00
test-e2e-node.sh make test zone an option in test-e2e-node.sh script 2018-09-12 11:02:34 -07:00
test-integration.sh int tests: stop special casing KUBE_TEST_ARGS 2019-01-09 14:58:26 -05:00
test-kubeadm-cmd.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
test.sh Clean up artifacts variables in hack scripts 2018-12-19 15:17:13 -08:00
update.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00
verify.sh Clean up artifacts variables in hack scripts 2018-12-19 15:17:13 -08:00
vet.sh Update all script to use /usr/bin/env bash in shebang 2018-04-19 13:20:13 +02:00