Skip to content
Closed
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
12 changes: 6 additions & 6 deletions pkg/oc/cli/admin/buildchain/test/multiple-namespaces-bcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ items:
dockerStrategy:
from:
kind: ImageStreamTag
name: ruby-22-centos7:latest
name: ruby-25-centos7:latest
namespace: master
type: Docker
triggers:
Expand All @@ -35,7 +35,7 @@ items:
secret: 3kYKtANjVRCOPoM0uLNp
type: Generic
- imageChange:
lastTriggeredImageID: centos/ruby-22-centos7:latest
lastTriggeredImageID: centos/ruby-25-centos7:latest
type: ImageChange
status:
lastVersion: 1
Expand Down Expand Up @@ -66,7 +66,7 @@ items:
sourceStrategy:
from:
kind: ImageStreamTag
name: ruby-22-centos7:latest
name: ruby-25-centos7:latest
namespace: master
type: Source
triggers:
Expand All @@ -77,7 +77,7 @@ items:
secret: secret101
type: Generic
- imageChange:
lastTriggeredImageID: centos/ruby-22-centos7:latest
lastTriggeredImageID: centos/ruby-25-centos7:latest
type: ImageChange
status:
lastVersion: 1
Expand All @@ -104,7 +104,7 @@ items:
sourceStrategy:
from:
kind: DockerImage
name: centos/ruby-22-centos7
name: centos/ruby-25-centos7
incremental: true
type: Source
triggers:
Expand Down Expand Up @@ -135,7 +135,7 @@ items:
sourceStrategy:
from:
kind: DockerImage
name: centos/ruby-22-centos7
name: centos/ruby-25-centos7
incremental: true
type: Source
triggers:
Expand Down
10 changes: 5 additions & 5 deletions pkg/oc/cli/admin/buildchain/test/multiple-trigger-bcs.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Sets up a multi-parent build config tree
# centos/ruby-22-centos7:latest
# centos/ruby-25-centos7:latest
# -> bc - parent1 (input, trigger)
# -> parent1img:latest
# -> bc - child1 (input)
Expand Down Expand Up @@ -39,7 +39,7 @@ items:
dockerStrategy:
from:
kind: ImageStreamTag
name: ruby-22-centos7:latest
name: ruby-25-centos7:latest
type: Docker
triggers:
- github:
Expand Down Expand Up @@ -69,7 +69,7 @@ items:
dockerStrategy:
from:
kind: ImageStreamTag
name: ruby-22-centos7:latest
name: ruby-25-centos7:latest
type: Docker
triggers:
- github:
Expand Down Expand Up @@ -99,7 +99,7 @@ items:
dockerStrategy:
from:
kind: ImageStreamTag
name: ruby-22-centos7:latest
name: ruby-25-centos7:latest
type: Docker
triggers:
- github:
Expand Down Expand Up @@ -160,7 +160,7 @@ items:
sourceStrategy:
from:
kind: DockerImage
name: centos/ruby-22-centos7:latest
name: centos/ruby-25-centos7:latest
type: Source
triggers:
- github:
Expand Down
12 changes: 6 additions & 6 deletions pkg/oc/cli/admin/buildchain/test/single-namespace-bcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ items:
dockerStrategy:
from:
kind: ImageStreamTag
name: ruby-22-centos7:latest
name: ruby-25-centos7:latest
type: Docker
triggers:
- github:
Expand All @@ -33,7 +33,7 @@ items:
secret: 3kYKtANjVRCOPoM0uLNp
type: Generic
- imageChange:
lastTriggeredImageID: centos/ruby-22-centos7:latest
lastTriggeredImageID: centos/ruby-25-centos7:latest
type: ImageChange
status:
lastVersion: 1
Expand Down Expand Up @@ -63,7 +63,7 @@ items:
sourceStrategy:
from:
kind: ImageStreamTag
name: ruby-22-centos7:latest
name: ruby-25-centos7:latest
type: Source
triggers:
- github:
Expand All @@ -73,7 +73,7 @@ items:
secret: secret101
type: Generic
- imageChange:
lastTriggeredImageID: centos/ruby-22-centos7:latest
lastTriggeredImageID: centos/ruby-25-centos7:latest
type: ImageChange
status:
lastVersion: 1
Expand All @@ -100,7 +100,7 @@ items:
sourceStrategy:
from:
kind: DockerImage
name: centos/ruby-22-centos7
name: centos/ruby-25-centos7
incremental: true
type: Source
triggers:
Expand Down Expand Up @@ -131,7 +131,7 @@ items:
sourceStrategy:
from:
kind: DockerImage
name: centos/ruby-22-centos7
name: centos/ruby-25-centos7
incremental: true
type: Source
triggers:
Expand Down
6 changes: 3 additions & 3 deletions pkg/oc/lib/graph/genericgraph/test/bare-bc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ items:
kind: ImageStream
metadata:
creationTimestamp: null
name: ruby-22-centos7
name: ruby-25-centos7
spec:
dockerImageRepository: centos/ruby-22-centos7
dockerImageRepository: centos/ruby-25-centos7
status:
dockerImageRepository: ""
- apiVersion: v1
Expand Down Expand Up @@ -36,7 +36,7 @@ items:
dockerStrategy:
from:
kind: ImageStreamTag
name: ruby-22-centos7:latest
name: ruby-25-centos7:latest
type: Docker
triggers:
- github:
Expand Down
6 changes: 3 additions & 3 deletions pkg/oc/lib/graph/genericgraph/test/bare-dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ items:
kind: ImageStream
metadata:
creationTimestamp: null
name: ruby-22-centos7
name: ruby-25-centos7
spec:
dockerImageRepository: centos/ruby-22-centos7
dockerImageRepository: centos/ruby-25-centos7
status:
dockerImageRepository: ""
- apiVersion: v1
Expand Down Expand Up @@ -36,7 +36,7 @@ items:
dockerStrategy:
from:
kind: ImageStreamTag
name: ruby-22-centos7:latest
name: ruby-25-centos7:latest
type: Docker
triggers:
- github:
Expand Down
4 changes: 2 additions & 2 deletions pkg/oc/lib/graph/genericgraph/test/circular-not.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ items:
kind: BuildConfig
metadata:
creationTimestamp: null
name: ruby-22-centos7
name: ruby-25-centos7
spec:
output:
to:
Expand All @@ -19,7 +19,7 @@ items:
dockerStrategy:
from:
kind: ImageStreamTag
name: ruby-22-centos7:latest
name: ruby-25-centos7:latest
type: Docker
triggers:
- github:
Expand Down
6 changes: 3 additions & 3 deletions pkg/oc/lib/graph/genericgraph/test/circular.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ items:
kind: BuildConfig
metadata:
creationTimestamp: null
name: ruby-22-centos7
name: ruby-25-centos7
namespace: example
spec:
output:
Expand All @@ -20,7 +20,7 @@ items:
dockerStrategy:
from:
kind: ImageStreamTag
name: ruby-22-centos7:latest
name: ruby-25-centos7:latest
type: Docker
triggers:
- github:
Expand Down Expand Up @@ -76,7 +76,7 @@ items:
output:
to:
kind: ImageStreamTag
name: ruby-22-centos7:latest
name: ruby-25-centos7:latest
resources: {}
source:
git:
Expand Down
2 changes: 1 addition & 1 deletion pkg/oc/lib/graph/genericgraph/test/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ items:
sourceStrategy:
from:
kind: ImageStreamTag
name: ruby-22-centos7:latest
name: ruby-25-centos7:latest
type: Source
successfulBuildsHistoryLimit: 5
triggers:
Expand Down
10 changes: 5 additions & 5 deletions pkg/oc/lib/graph/genericgraph/test/failed-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ items:
dockerStrategy:
from:
kind: ImageStreamTag
name: ruby-22-centos7:latest
name: ruby-25-centos7:latest
type: Docker
triggers:
- github:
Expand Down Expand Up @@ -57,7 +57,7 @@ items:
dockerStrategy:
from:
kind: DockerImage
name: centos/ruby-22-centos7:latest
name: centos/ruby-25-centos7:latest
type: Docker
status:
config:
Expand All @@ -71,11 +71,11 @@ items:
creationTimestamp: null
labels:
app: ruby
name: ruby-22-centos7
name: ruby-25-centos7
spec:
dockerImageRepository: centos/ruby-22-centos7
dockerImageRepository: centos/ruby-25-centos7
status:
dockerImageRepository: centos/ruby-22-centos7
dockerImageRepository: centos/ruby-25-centos7
- apiVersion: v1
kind: ImageStream
metadata:
Expand Down
4 changes: 2 additions & 2 deletions pkg/oc/lib/graph/genericgraph/test/missing-istag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ items:
dockerStrategy:
from:
kind: ImageStreamTag
name: ruby-22-centos7:latest
name: ruby-25-centos7:latest
type: Docker
triggers:
- github:
Expand Down Expand Up @@ -53,7 +53,7 @@ items:
dockerStrategy:
from:
kind: ImageStreamTag
name: ruby-22-centos7:latest
name: ruby-25-centos7:latest
type: Docker
triggers:
- github:
Expand Down
10 changes: 5 additions & 5 deletions pkg/oc/lib/graph/genericgraph/test/new-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ items:
- apiVersion: v1
kind: ImageStream
metadata:
name: ruby-22-centos7
name: ruby-25-centos7
spec:
dockerImageRepository: centos/ruby-22-centos7
dockerImageRepository: centos/ruby-25-centos7
- apiVersion: v1
kind: ImageStream
metadata:
Expand All @@ -32,7 +32,7 @@ items:
dockerStrategy:
from:
kind: ImageStreamTag
name: ruby-22-centos7:latest
name: ruby-25-centos7:latest
type: Docker
triggers:
- github:
Expand Down Expand Up @@ -61,7 +61,7 @@ items:
dockerStrategy:
from:
kind: ImageStreamTag
name: ruby-22-centos7:latest
name: ruby-25-centos7:latest
type: Docker
triggers:
- github:
Expand Down Expand Up @@ -90,7 +90,7 @@ items:
dockerStrategy:
from:
kind: ImageStreamTag
name: ruby-22-centos7:latest
name: ruby-25-centos7:latest
type: Docker
triggers:
- github:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ items:
sourceStrategy:
from:
kind: DockerImage
name: centos/ruby-22-centos7
name: centos/ruby-25-centos7
incremental: true
type: Source
triggers:
Expand All @@ -34,7 +34,7 @@ items:
secret: secret101
type: generic
- imageChange:
lastTriggeredImageID: centos/ruby-22-centos7:latest
lastTriggeredImageID: centos/ruby-25-centos7:latest
type: imageChange
status:
lastVersion: 1
Expand Down Expand Up @@ -62,7 +62,7 @@ items:
sourceStrategy:
from:
kind: DockerImage
name: centos/ruby-22-centos7:latest
name: centos/ruby-25-centos7:latest
incremental: true
type: Source
status:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ items:
sourceStrategy:
from:
kind: DockerImage
name: centos/ruby-22-centos7
name: centos/ruby-25-centos7
type: Source
triggers:
- github:
Expand Down
4 changes: 2 additions & 2 deletions pkg/oc/lib/graph/genericgraph/test/new-project-one-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ items:
sourceStrategy:
from:
kind: DockerImage
name: centos/ruby-22-centos7
name: centos/ruby-25-centos7
type: Source
triggers:
- github:
Expand Down Expand Up @@ -62,7 +62,7 @@ items:
sourceStrategy:
from:
kind: DockerImage
name: centos/ruby-22-centos7
name: centos/ruby-25-centos7
type: Source
status:
phase: Running
Expand Down
Loading