Skip to content

Commit

Permalink
Remove building PRs from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed May 26, 2023
1 parent f670ae6 commit 5146d0e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 52 deletions.
42 changes: 0 additions & 42 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ resource_types:
source:
repository: springio/artifactory-resource
tag: 0.0.14
- name: pull-request
type: registry-image
source:
repository: teliaoss/github-pr-resource
tag: v0.23.0
- name: github-release
type: registry-image
source:
Expand All @@ -60,14 +55,6 @@ resources:
icon: github
source:
<<: *git-repo-resource-source
- name: git-pull-request
type: pull-request
icon: source-pull
source:
access_token: ((github-ci-pull-request-token))
repository: ((github-repo-name))
base_branch: ((branch))
ignore_paths: ["ci/*"]
- name: github-release
type: github-release
icon: briefcase-download
Expand Down Expand Up @@ -146,33 +133,6 @@ jobs:
- put: artifactory-repo
params:
<<: *artifactory-repo-put-params
- name: build-pull-requests
serial: true
public: true
plan:
- get: ci-image
- get: git-repo
resource: git-pull-request
trigger: true
version: every
- do:
- put: git-pull-request
params:
path: git-repo
status: pending
- task: build-project
image: ci-image
file: git-repo/ci/tasks/build-pr-project.yml
on_success:
put: git-pull-request
params:
path: git-repo
status: success
on_failure:
put: git-pull-request
params:
path: git-repo
status: failure
- name: stage-release
serial: true
plan:
Expand Down Expand Up @@ -241,5 +201,3 @@ groups:
jobs: ["stage-release", "promote-release", "create-github-release"]
- name: "ci-images"
jobs: ["build-ci-image"]
- name: "pull-requests"
jobs: ["build-pull-requests"]
10 changes: 0 additions & 10 deletions ci/tasks/build-pr-project.yml

This file was deleted.

0 comments on commit 5146d0e

Please sign in to comment.