kubernetes/hack/make-rules
Kubernetes Submit Queue 47e3d23a67 Merge pull request #32520 from jayunit100/component_tests
Automatic merge from submit-queue

Integration tests: Migrate scheduler perf to the integration suite, s…

*Problem*

issues like https://github.com/kubernetes/kubernetes/pull/32384/ happen because we dont compile the integration tests as part of the build

*Solution*

This pr will make it so scheduler_perf is included in the integration tests, but it will run in short mode that only makes sure compilation happens .  it also removes the over generalized test/component directory which only has one entry

```
test/integration/replicationcontroller
test/integration/scheduler
test/integration/scheduler
test/integration/scheduler_perf
test/integration/scheduler_perf
test/integration/secrets
test/integration/serviceaccount
test/integration/storageclasses
```
2016-09-22 05:45:50 -07:00
..
helpers Fix caching of go dirs during build 2016-08-18 18:47:02 +03:00
build.sh Add a verbosity concept to kubernetes scripts 2016-08-04 22:01:22 -07:00
cross.sh Add separate build process for node test. 2016-09-16 11:17:49 -07:00
test-cmd.sh Extend all to more resources 2016-09-19 13:01:59 -04:00
test-e2e-node.sh Fix error message around gcloud calls in node e2e and gubernator 2016-09-17 01:05:20 -04:00
test-integration.sh Merge pull request #32520 from jayunit100/component_tests 2016-09-22 05:45:50 -07:00
test.sh move StorageClass to its own group 2016-09-06 08:41:17 -04:00
verify.sh Fix make verify 2016-07-25 15:34:00 +02:00
vet.sh fix go vet errors 2016-08-10 16:45:41 -07:00