diff --git a/test/extended/testdata/bindata.go b/test/extended/testdata/bindata.go index 9156bf56769b..2fa15c1c6fa9 100644 --- a/test/extended/testdata/bindata.go +++ b/test/extended/testdata/bindata.go @@ -2298,7 +2298,7 @@ metadata: spec: resources: limits: - memory: 10Mi + memory: 50Mi source: git: uri: "https://github.com/openshift/ruby-hello-world" @@ -2308,6 +2308,7 @@ spec: from: kind: DockerImage name: centos/ruby-23-centos7:latest + forcePull: true `) func testExtendedTestdataBuildsStatusfailOomkilledYamlBytes() ([]byte, error) { diff --git a/test/extended/testdata/builds/statusfail-oomkilled.yaml b/test/extended/testdata/builds/statusfail-oomkilled.yaml index 979956675b69..b7ccfa7b5aa7 100644 --- a/test/extended/testdata/builds/statusfail-oomkilled.yaml +++ b/test/extended/testdata/builds/statusfail-oomkilled.yaml @@ -5,7 +5,7 @@ metadata: spec: resources: limits: - memory: 10Mi + memory: 50Mi source: git: uri: "https://github.com/openshift/ruby-hello-world" @@ -15,3 +15,4 @@ spec: from: kind: DockerImage name: centos/ruby-23-centos7:latest + forcePull: true