• k8s-merge-robot's avatar
    Merge pull request #25190 from ingvagabund/e2e-scheduler-predicates-validate-resource-limits · 27512dd0
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    SchedulerPredicates e2e test: be more verbose about requested resource
    
    When ``validates resource limits of pods that are allowed to run [Conformance]`` test is run, logs could give more information about requested resource and say it is for cpu and in mili units.
    
    cpu is stored in m units here:
    
    ```
    nodeToCapacityMap[node.Name] = capacity.MilliValue()
    ```
    27512dd0
Name
Last commit
Last update
..
component/scheduler/perf Loading commit data...
e2e Loading commit data...
e2e_node Loading commit data...
fixtures/pkg/kubectl/cmd/apply Loading commit data...
images Loading commit data...
integration Loading commit data...
kubemark Loading commit data...
soak Loading commit data...
OWNERS Loading commit data...