• Kubernetes Submit Queue's avatar
    Merge pull request #32520 from jayunit100/component_tests · 47e3d23a
    Kubernetes Submit Queue authored
    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
    ```
    47e3d23a
Name
Last commit
Last update
..
e2e Loading commit data...
e2e_node Loading commit data...
fixtures Loading commit data...
images Loading commit data...
integration Loading commit data...
kubemark Loading commit data...
soak Loading commit data...
utils Loading commit data...
.gitattributes Loading commit data...
OWNERS Loading commit data...
test_owners.csv Loading commit data...