Skip to content

Commit

Permalink
Merge pull request #11261 from mfojtik/deployment-flakes
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Oct 10, 2016
2 parents e76e0e8 + 57833ac commit 606716e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
12 changes: 7 additions & 5 deletions test/extended/testdata/deployments/deployment-simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@ spec:
name: deployment-simple
spec:
containers:
- image: "docker.io/openshift/deployment-example:v1"
- image: "docker.io/centos:centos7"
imagePullPolicy: IfNotPresent
command:
- /bin/sleep
- infinity
name: myapp
readinessProbe:
httpGet:
path: /
port: 8080
scheme: HTTP
exec:
command:
- uptime
triggers:
- type: ConfigChange
5 changes: 4 additions & 1 deletion test/extended/testdata/deployments/failing-pre-hook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ spec:
name: hook
spec:
containers:
- image: "docker.io/openshift/deployment-example:v1"
- image: "docker.io/centos:centos7"
command:
- /bin/sleep
- infinity
name: myapp
triggers:
- type: ConfigChange

0 comments on commit 606716e

Please sign in to comment.