@@ -64,12 +64,6 @@ resource_types:
64
64
<< : *docker-resource-source
65
65
repository : dpb587/github-status-resource
66
66
tag : master
67
- - name : pull-request
68
- type : registry-image
69
- source :
70
- << : *docker-resource-source
71
- repository : teliaoss/github-pr-resource
72
- tag : v0.23.0
73
67
- name : slack-notification
74
68
type : registry-image
75
69
source :
@@ -111,14 +105,6 @@ resources:
111
105
username : ((artifactory-username))
112
106
password : ((artifactory-password))
113
107
build_name : ((build-name))
114
- - name : git-pull-request
115
- type : pull-request
116
- icon : source-pull
117
- source :
118
- access_token : ((github-ci-pull-request-token))
119
- repository : ((github-repo-name))
120
- base_branch : ((branch))
121
- ignore_paths : ["ci/*"]
122
108
- name : repo-status-build
123
109
type : github-status-resource
124
110
icon : eye-check-outline
@@ -259,37 +245,6 @@ jobs:
259
245
<< : *slack-fail-params
260
246
- put : repo-status-jdk17-build
261
247
params : { state: "success", commit: "git-repo" }
262
- - name : build-pull-requests
263
- serial : true
264
- public : true
265
- plan :
266
- - get : ci-image
267
- - get : git-repo
268
- resource : git-pull-request
269
- trigger : true
270
- version : every
271
- - do :
272
- - put : git-pull-request
273
- params :
274
- path : git-repo
275
- status : pending
276
- - task : build-pr
277
- image : ci-image
278
- file : git-repo/ci/tasks/build-pr.yml
279
- privileged : true
280
- timeout : ((task-timeout))
281
- params :
282
- BRANCH : ((branch))
283
- on_success :
284
- put : git-pull-request
285
- params :
286
- path : git-repo
287
- status : success
288
- on_failure :
289
- put : git-pull-request
290
- params :
291
- path : git-repo
292
- status : failure
293
248
- name : stage-milestone
294
249
serial : true
295
250
plan :
@@ -442,5 +397,3 @@ groups:
442
397
jobs : ["stage-milestone", "stage-rc", "stage-release", "promote-milestone", "promote-rc", "promote-release", "create-github-release"]
443
398
- name : " ci-images"
444
399
jobs : ["build-ci-images"]
445
- - name : " pull-requests"
446
- jobs : [ "build-pull-requests" ]
0 commit comments