Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmd/openshift-tests/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,11 +217,11 @@ func pulledInvalidImages(fromRepository string) ginkgo.JUnitForEventsFunc {
pulls := make(map[string]sets.String)
for _, event := range events {
// only messages that include a Pulled reason
if !strings.Contains(event.Message, " reason/Pulled ") {
if !strings.Contains(" "+event.Message, " reason/Pulled ") {
continue
}
// only look at pull events from an e2e-* namespace
if !strings.Contains(event.Locator, " ns/e2e-") {
if !strings.Contains(" "+event.Locator, " ns/e2e-") {
continue
}

Expand Down
28 changes: 14 additions & 14 deletions test/extended/testdata/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"containers": [
{
"name": "hello-openshift",
"image": "k8s.gcr.io/e2e-test-images/agnhost:2.20",
"image": "k8s.gcr.io/e2e-test-images/agnhost:2.21",
"args": ["netexec"],
"ports": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ items:
run: v1-job
spec:
containers:
- image: k8s.gcr.io/e2e-test-images/agnhost:2.20
- image: k8s.gcr.io/e2e-test-images/agnhost:2.21
name: hello-container
restartPolicy: Never

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ items:
spec:
containers:
- name: hello-openshift
image: k8s.gcr.io/e2e-test-images/agnhost:2.20
image: k8s.gcr.io/e2e-test-images/agnhost:2.21
- kind: Route
apiVersion: v1
metadata:
Expand Down
4 changes: 2 additions & 2 deletions test/extended/testdata/router/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ items:
terminationGracePeriodSeconds: 1
containers:
- name: test
image: k8s.gcr.io/e2e-test-images/agnhost:2.20
image: k8s.gcr.io/e2e-test-images/agnhost:2.21
args: ["netexec"]
ports:
- containerPort: 8080
Expand All @@ -97,7 +97,7 @@ items:
terminationGracePeriodSeconds: 1
containers:
- name: test
image: k8s.gcr.io/e2e-test-images/agnhost:2.20
image: k8s.gcr.io/e2e-test-images/agnhost:2.21
args: ["netexec"]
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion test/extended/testdata/router/router-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ objects:
terminationGracePeriodSeconds: 1
containers:
- name: test
image: k8s.gcr.io/e2e-test-images/agnhost:2.20
image: k8s.gcr.io/e2e-test-images/agnhost:2.21
args: ["netexec"]
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion test/extended/testdata/router/router-config-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ objects:
terminationGracePeriodSeconds: 1
containers:
- name: test
image: k8s.gcr.io/e2e-test-images/agnhost:2.20
image: k8s.gcr.io/e2e-test-images/agnhost:2.21
args: ["netexec"]
ports:
- containerPort: 8080
Expand Down
4 changes: 2 additions & 2 deletions test/extended/testdata/router/router-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ items:
terminationGracePeriodSeconds: 1
containers:
- name: test
image: k8s.gcr.io/e2e-test-images/agnhost:2.20
image: k8s.gcr.io/e2e-test-images/agnhost:2.21
args: ["netexec"]
ports:
- containerPort: 8080
Expand All @@ -98,7 +98,7 @@ items:
terminationGracePeriodSeconds: 1
containers:
- name: test
image: k8s.gcr.io/e2e-test-images/agnhost:2.20
image: k8s.gcr.io/e2e-test-images/agnhost:2.21
args: ["netexec"]
ports:
- containerPort: 8080
Expand Down
6 changes: 3 additions & 3 deletions test/extended/testdata/router/weighted-router.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ objects:
terminationGracePeriodSeconds: 1
containers:
- name: test
image: k8s.gcr.io/e2e-test-images/agnhost:2.20
image: k8s.gcr.io/e2e-test-images/agnhost:2.21
args: ["netexec"]
ports:
- containerPort: 8080
Expand All @@ -140,7 +140,7 @@ objects:
terminationGracePeriodSeconds: 1
containers:
- name: test
image: k8s.gcr.io/e2e-test-images/agnhost:2.20
image: k8s.gcr.io/e2e-test-images/agnhost:2.21
args: ["netexec"]
ports:
- containerPort: 8080
Expand All @@ -158,7 +158,7 @@ objects:
terminationGracePeriodSeconds: 1
containers:
- name: test
image: k8s.gcr.io/e2e-test-images/agnhost:2.20
image: k8s.gcr.io/e2e-test-images/agnhost:2.21
args: ["netexec"]
ports:
- containerPort: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ items:
spec:
containers:
- name: hello-openshift
image: k8s.gcr.io/e2e-test-images/agnhost:2.20
image: k8s.gcr.io/e2e-test-images/agnhost:2.21
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ items:
spec:
containers:
- name: hello-openshift
image: k8s.gcr.io/e2e-test-images/agnhost:2.20
image: k8s.gcr.io/e2e-test-images/agnhost:2.21
- kind: Route
apiVersion: v1
metadata:
Expand Down