File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 32
32
- name : fetch-repository
33
33
taskRef :
34
34
name : git-clone
35
- kind : ClusterTask
36
35
workspaces :
37
36
- name : output
38
37
workspace : source
92
91
- name : output
93
92
- name : source
94
93
description : The kubeconfig of new cluster will be stored onto the volume backing this Workspace
95
- kind : ClusterTask
96
94
steps :
97
95
- name : deploy-cluster
98
96
image : quay.io/redhat-pipeline-service/ci-runner:$(params.target_branch)
@@ -142,7 +140,6 @@ spec:
142
140
workspaces :
143
141
- name : source
144
142
- name : kubeconfig-dir
145
- kind : ClusterTask
146
143
steps :
147
144
- name : create-ci-runner-container
148
145
image : quay.io/redhat-pipeline-service/ci-runner:$(params.target_branch)
@@ -190,7 +187,6 @@ spec:
190
187
- name : repo_url
191
188
- name : revision
192
189
- name : target_branch
193
- kind : ClusterTask
194
190
steps :
195
191
- name : run-plnsvc-setup
196
192
image : quay.io/redhat-pipeline-service/ci-runner:$(params.target_branch)
@@ -225,7 +221,6 @@ spec:
225
221
workspaces :
226
222
- name : kubeconfig-dir
227
223
- name : source
228
- kind : ClusterTask
229
224
steps :
230
225
- name : run-tests
231
226
image : quay.io/redhat-pipeline-service/ci-runner:$(params.target_branch)
@@ -244,7 +239,6 @@ spec:
244
239
- " tests-before-downgrade"
245
240
taskRef :
246
241
name : git-clone
247
- kind : ClusterTask
248
242
workspaces :
249
243
- name : output
250
244
workspace : source
@@ -276,7 +270,6 @@ spec:
276
270
- name : repo_url
277
271
- name : revision
278
272
- name : target_branch
279
- kind : ClusterTask
280
273
steps :
281
274
- name : copy-plnsvc-code
282
275
image : quay.io/redhat-pipeline-service/ci-runner:$(params.target_branch)
@@ -323,7 +316,6 @@ spec:
323
316
workspaces :
324
317
- name : kubeconfig-dir
325
318
- name : source
326
- kind : ClusterTask
327
319
steps :
328
320
- name : run-tests
329
321
image : quay.io/redhat-pipeline-service/ci-runner:$(params.target_branch)
@@ -360,7 +352,6 @@ spec:
360
352
workspaces :
361
353
- name : kubeconfig-dir
362
354
- name : source
363
- kind : ClusterTask
364
355
steps :
365
356
- name : destroy
366
357
image : quay.io/redhat-pipeline-service/ci-runner:$(params.target_branch)
You can’t perform that action at this time.
0 commit comments