Skip to content

Commit a9020df

Browse files
committed
Remove pull request and CI image builds from 2.0.x pipeline
1 parent a50ef54 commit a9020df

File tree

1 file changed

+0
-71
lines changed

1 file changed

+0
-71
lines changed

ci/pipeline.yml

Lines changed: 0 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,6 @@ resources:
2121
password: ((github-password))
2222
branch: ((branch))
2323
ignore_paths: ["ci/images/*"]
24-
- name: git-pull-request
25-
type: pull-request
26-
source:
27-
access_token: ((github-access-token))
28-
repo: ((github-repo-name))
29-
base: ((branch))
30-
ignore_paths: ["ci/*"]
31-
- name: ci-images-git-repo
32-
type: git
33-
source:
34-
uri: ((github-repo))
35-
branch: ((branch))
36-
paths: ["ci/images/*"]
3724
- name: spring-boot-ci-image
3825
type: docker-image
3926
source:
@@ -73,19 +60,6 @@ resources:
7360
from: ((email-from))
7461
to: ((email-to))
7562
jobs:
76-
- name: build-spring-boot-ci-images
77-
plan:
78-
- get: ci-images-git-repo
79-
trigger: true
80-
- put: spring-boot-ci-image
81-
params:
82-
build: ci-images-git-repo/ci/images/spring-boot-ci-image
83-
- put: spring-boot-jdk9-ci-image
84-
params:
85-
build: ci-images-git-repo/ci/images/spring-boot-jdk9-ci-image
86-
- put: spring-boot-jdk10-ci-image
87-
params:
88-
build: ci-images-git-repo/ci/images/spring-boot-jdk10-ci-image
8963
- name: build
9064
serial: true
9165
public: true
@@ -133,47 +107,6 @@ jobs:
133107
properties:
134108
"zip.type": "docs"
135109
"zip.deployed": "false"
136-
- name: build-pull-requests
137-
serial: true
138-
public: true
139-
plan:
140-
- get: spring-boot-ci-image
141-
- get: git-repo
142-
resource: git-pull-request
143-
trigger: true
144-
version: every
145-
- do:
146-
- put: git-pull-request
147-
params:
148-
path: git-repo
149-
status: pending
150-
- task: build-project
151-
timeout: 1h30m
152-
image: spring-boot-ci-image
153-
file: git-repo/ci/tasks/build-pr-project.yml
154-
- aggregate:
155-
- task: build-samples
156-
timeout: 1h30m
157-
image: spring-boot-ci-image
158-
file: git-repo/ci/tasks/build-samples.yml
159-
- task: build-integration-tests
160-
timeout: 1h30m
161-
image: spring-boot-ci-image
162-
file: git-repo/ci/tasks/build-integration-tests.yml
163-
- task: build-deployment-tests
164-
timeout: 1h30m
165-
image: spring-boot-ci-image
166-
file: git-repo/ci/tasks/build-deployment-tests.yml
167-
on_success:
168-
put: git-pull-request
169-
params:
170-
path: git-repo
171-
status: success
172-
on_failure:
173-
put: git-pull-request
174-
params:
175-
path: git-repo
176-
status: failure
177110
- name: jdk9-build
178111
serial: true
179112
public: true
@@ -373,7 +306,3 @@ groups:
373306
jobs: ["build", "jdk9-build", "jdk10-build"]
374307
- name: "Release"
375308
jobs: ["stage-milestone", "stage-rc", "stage-release", "promote-milestone", "promote-rc", "promote-release", "sync-to-maven-central"]
376-
- name: "CI Images"
377-
jobs: ["build-spring-boot-ci-images"]
378-
- name: "Build Pull Requests"
379-
jobs: ["build-pull-requests"]

0 commit comments

Comments
 (0)