Skip to content

Commit 7b7ca66

Browse files
committed
Update CI pipeline
1 parent e741790 commit 7b7ca66

File tree

3 files changed

+0
-64
lines changed

3 files changed

+0
-64
lines changed

ci/pipeline.yml

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ resource_types:
7979
source:
8080
repository: springio/artifactory-resource
8181
tag: 0.0.17
82-
- name: pull-request
83-
type: registry-image
84-
source:
85-
repository: teliaoss/github-pr-resource
86-
tag: v0.23.0
8782
- name: github-status-resource
8883
type: registry-image
8984
source:
@@ -113,14 +108,6 @@ resources:
113108
git_config:
114109
- name: core.autocrlf
115110
value: true
116-
- name: git-pull-request
117-
type: pull-request
118-
icon: source-pull
119-
source:
120-
access_token: ((github-ci-pull-request-token))
121-
repository: ((github-organization))/((github-repository))
122-
base_branch: ((branch))
123-
ignore_paths: ["ci/*"]
124111
- name: github-pre-release
125112
type: github-release
126113
icon: briefcase-download-outline
@@ -228,34 +215,6 @@ jobs:
228215
- put: slack-alert
229216
params:
230217
<<: *slack-success-params
231-
- name: build-pull-requests
232-
serial: true
233-
public: true
234-
plan:
235-
- get: ci-image
236-
- get: git-repo
237-
resource: git-pull-request
238-
trigger: true
239-
version: every
240-
- do:
241-
- put: git-pull-request
242-
params:
243-
path: git-repo
244-
status: pending
245-
- task: build-project
246-
image: ci-image
247-
file: git-repo/ci/tasks/build-pr-project.yml
248-
timeout: ((task-timeout))
249-
on_success:
250-
put: git-pull-request
251-
params:
252-
path: git-repo
253-
status: success
254-
on_failure:
255-
put: git-pull-request
256-
params:
257-
path: git-repo
258-
status: failure
259218
- name: windows-build
260219
serial: true
261220
plan:
@@ -443,5 +402,3 @@ groups:
443402
jobs: ["stage-milestone", "stage-rc", "stage-release", "promote-milestone", "promote-rc", "promote-release", "create-github-release"]
444403
- name: "ci-images"
445404
jobs: ["build-ci-images"]
446-
- name: "pull-requests"
447-
jobs: ["build-pull-requests"]

ci/scripts/build-pr-project.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

ci/tasks/build-pr-project.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)