• 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
..
helpers Loading commit data...
build.sh Loading commit data...
cross.sh Loading commit data...
test-cmd.sh Loading commit data...
test-e2e-node.sh Loading commit data...
test-integration.sh Loading commit data...
test.sh Loading commit data...
verify.sh Loading commit data...
vet.sh Loading commit data...