• Kubernetes Submit Queue's avatar
    Merge pull request #32342 from coufon/get_image_machine_info_from_apiserver · 312acd9e
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    Get image and machine info from apiserver in node e2e test
    
    This PR changes node e2e test to get image and machine information from API server instead of pass them from Jenkins test framework. The original format to pass image and machine info is naming the test node as "machine-image-uuid", which is hard to parse because "-" occurs a lot in both machine and image names.
    
    Now we add two labels "image" and "machine" into performance data. The machine type has the format "cpu:1core,memory:3.6GB".
    
    This PR is based on #32250.
    312acd9e
Name
Last commit
Last update
..
component/scheduler/perf Loading commit data...
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...