Skip to content

Commit

Permalink
builds - Increase RAM for OOMKilled test.
Browse files Browse the repository at this point in the history
Ensures pod schedules and fails during image pull.
  • Loading branch information
adambkaplan committed Feb 11, 2019
1 parent 897685a commit 226933e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/extended/testdata/bindata.go

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

3 changes: 2 additions & 1 deletion test/extended/testdata/builds/statusfail-oomkilled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
spec:
resources:
limits:
memory: 10Mi
memory: 50Mi
source:
git:
uri: "https://github.com/openshift/ruby-hello-world"
Expand All @@ -15,3 +15,4 @@ spec:
from:
kind: DockerImage
name: centos/ruby-23-centos7:latest
forcePull: true

0 comments on commit 226933e

Please sign in to comment.