Skip to content

Commit

Permalink
Merge branch '1.0.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed May 25, 2023
2 parents 4f8ccbe + e644433 commit 8965968
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 66 deletions.
44 changes: 0 additions & 44 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ resource_types:
<<: *registry-image-resource-source
repository: springio/artifactory-resource
tag: 0.0.17
- name: pull-request
type: registry-image
source:
<<: *registry-image-resource-source
repository: teliaoss/github-pr-resource
tag: v0.23.0
- name: github-status-resource
type: registry-image
source:
Expand All @@ -85,14 +79,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-organization))/((github-repository))
base_branch: ((branch))
ignore_paths: ["ci/*"]
- name: github-pre-release
type: github-release
icon: briefcase-download-outline
Expand Down Expand Up @@ -179,34 +165,6 @@ jobs:
<<: *artifactory-repo-put-params
get_params:
threads: 8
- 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 @@ -373,5 +331,3 @@ groups:
jobs: ["stage-milestone", "stage-rc", "stage-release", "promote-milestone", "promote-rc", "promote-release", "create-github-release"]
- name: "ci-images"
jobs: ["build-ci-images"]
- name: "pull-requests"
jobs: ["build-pull-requests"]
10 changes: 0 additions & 10 deletions ci/scripts/build-pr-project.sh

This file was deleted.

12 changes: 0 additions & 12 deletions ci/tasks/build-pr-project.yml

This file was deleted.

0 comments on commit 8965968

Please sign in to comment.