@@ -44,12 +44,6 @@ resource_types:
44
44
tag : " 0.0.18"
45
45
username : ((docker-hub-username))
46
46
password : ((docker-hub-password))
47
- - name : pull-request
48
- type : registry-image
49
- source :
50
- repository : teliaoss/github-pr-resource
51
- username : ((docker-hub-username))
52
- password : ((docker-hub-password))
53
47
- name : slack-notification
54
48
type : registry-image
55
49
source :
@@ -65,14 +59,6 @@ resources:
65
59
username : ((github-username))
66
60
password : ((github-ci-release-token))
67
61
branch : ((branch))
68
- - name : git-pull-request
69
- type : pull-request
70
- icon : source-pull
71
- source :
72
- access_token : ((github-ci-pull-request-token))
73
- repository : ((github-owner))/((github-repository))
74
- base_branch : ((branch))
75
- ignore_paths : ["ci/*"]
76
62
- name : github-pre-release
77
63
type : github-release
78
64
icon : briefcase-download-outline
@@ -165,34 +151,6 @@ jobs:
165
151
- put : slack-alert
166
152
params :
167
153
<< : *slack-success-params
168
- - name : build-pull-requests
169
- serial : true
170
- public : true
171
- plan :
172
- - get : ci-image
173
- - get : git-repo
174
- resource : git-pull-request
175
- trigger : true
176
- version : every
177
- - do :
178
- - put : git-pull-request
179
- params :
180
- path : git-repo
181
- status : pending
182
- - task : build-project
183
- image : ci-image
184
- file : git-repo/ci/tasks/build-pr-project.yml
185
- timeout : ((task-timeout))
186
- on_success :
187
- put : git-pull-request
188
- params :
189
- path : git-repo
190
- status : success
191
- on_failure :
192
- put : git-pull-request
193
- params :
194
- path : git-repo
195
- status : failure
196
154
- name : stage-milestone
197
155
serial : true
198
156
plan :
@@ -366,5 +324,3 @@ groups:
366
324
jobs : [stage-milestone, stage-rc, stage-release, promote-milestone, promote-rc, promote-release, create-github-release, publish-eclipse-update-site]
367
325
- name : ci-images
368
326
jobs : [build-ci-images]
369
- - name : pull-requests
370
- jobs : [build-pull-requests]
0 commit comments