Commit 828ea5a7 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #24110 from vishh/node-conformance

Automatic merge from submit-queue Convert the node conformance tests to use dedicated images. This PR will de-flake the node e2e.
parents 80a75ff7 d100e314
......@@ -46,10 +46,10 @@ var _ = Describe("Container Conformance Test", func() {
Context("when testing images that exist", func() {
var conformImages []ConformanceImage
conformImageTags := []string{
"gcr.io/google_containers/busybox:1.24",
"gcr.io/google_containers/mounttest:0.2",
"gcr.io/google_containers/nettest:1.7",
"gcr.io/google_containers/nginx:1.7.9",
"gcr.io/google_containers/node-conformance:v1",
"gcr.io/google_containers/node-conformance:v2",
"gcr.io/google_containers/node-conformance:v3",
"gcr.io/google_containers/node-conformance:v4",
}
It("it should pull successfully [Conformance]", func() {
for _, imageTag := range conformImageTags {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment