mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
Merge pull request #49457 from mkumatag/tests_multiarch
Automatic merge from submit-queue Use the right image for the right platform in the e2e tests **What this PR does / why we need it**: This PR is for enabling kubernetes tests for multi architecture platform **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #38067 **Special notes for your reviewer**: This will enable conformance tests for all the supported architectures. **Release note**: ```release-note Make all e2e tests lookup image to use from a centralized place. In that centralized place, add support for multiple platforms. ``` x-ref #38067
This commit is contained in:
@@ -280,7 +280,7 @@ func getSummaryTestPods(f *framework.Framework, numRestarts int32, names ...stri
|
||||
Containers: []v1.Container{
|
||||
{
|
||||
Name: "busybox-container",
|
||||
Image: "gcr.io/google_containers/busybox:1.24",
|
||||
Image: busyboxImage,
|
||||
Command: getRestartingContainerCommand("/test-empty-dir-mnt", 0, numRestarts, "ping -c 1 google.com; echo 'hello world' >> /test-empty-dir-mnt/file;"),
|
||||
Resources: v1.ResourceRequirements{
|
||||
Limits: v1.ResourceList{
|
||||
|
||||
Reference in New Issue
Block a user