Skip to content

Commit 77cd44d

Browse files
committed
Update CI pipeline
1 parent 65e7b4a commit 77cd44d

File tree

1 file changed

+0
-47
lines changed

1 file changed

+0
-47
lines changed

ci/pipeline.yml

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ resource_types:
6464
<<: *docker-resource-source
6565
repository: dpb587/github-status-resource
6666
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
7367
- name: slack-notification
7468
type: registry-image
7569
source:
@@ -111,14 +105,6 @@ resources:
111105
username: ((artifactory-username))
112106
password: ((artifactory-password))
113107
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/*"]
122108
- name: repo-status-build
123109
type: github-status-resource
124110
icon: eye-check-outline
@@ -259,37 +245,6 @@ jobs:
259245
<<: *slack-fail-params
260246
- put: repo-status-jdk17-build
261247
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
293248
- name: stage-milestone
294249
serial: true
295250
plan:
@@ -442,5 +397,3 @@ groups:
442397
jobs: ["stage-milestone", "stage-rc", "stage-release", "promote-milestone", "promote-rc", "promote-release", "create-github-release"]
443398
- name: "ci-images"
444399
jobs: ["build-ci-images"]
445-
- name: "pull-requests"
446-
jobs: [ "build-pull-requests" ]

0 commit comments

Comments
 (0)