Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed May 25, 2023
1 parent 9441f26 commit adf3ecf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 55 deletions.
44 changes: 0 additions & 44 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ resource_types:
tag: "0.0.18"
username: ((docker-hub-username))
password: ((docker-hub-password))
- name: pull-request
type: registry-image
source:
repository: teliaoss/github-pr-resource
username: ((docker-hub-username))
password: ((docker-hub-password))
- name: slack-notification
type: registry-image
source:
Expand All @@ -65,14 +59,6 @@ resources:
username: ((github-username))
password: ((github-ci-release-token))
branch: ((branch))
- name: git-pull-request
type: pull-request
icon: source-pull
source:
access_token: ((github-ci-pull-request-token))
repository: ((github-owner))/((github-repository))
base_branch: ((branch))
ignore_paths: ["ci/*"]
- name: github-pre-release
type: github-release
icon: briefcase-download-outline
Expand Down Expand Up @@ -165,34 +151,6 @@ jobs:
- put: slack-alert
params:
<<: *slack-success-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
timeout: ((task-timeout))
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-milestone
serial: true
plan:
Expand Down Expand Up @@ -366,5 +324,3 @@ groups:
jobs: [stage-milestone, stage-rc, stage-release, promote-milestone, promote-rc, promote-release, create-github-release, publish-eclipse-update-site]
- name: ci-images
jobs: [build-ci-images]
- name: pull-requests
jobs: [build-pull-requests]
11 changes: 0 additions & 11 deletions ci/tasks/build-pr-project.yml

This file was deleted.

0 comments on commit adf3ecf

Please sign in to comment.