Skip to content

Commit 657641e

Browse files
committed
Remove JDK14 CI variant from build pipeline
1 parent 4597e9b commit 657641e

File tree

3 files changed

+1
-58
lines changed

3 files changed

+1
-58
lines changed

ci/images/get-jdk-url.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ case "$1" in
88
java11)
99
echo "https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.9.1%2B1/OpenJDK11U-jdk_x64_linux_hotspot_11.0.9.1_1.tar.gz"
1010
;;
11-
java14)
12-
echo "https://github.com/AdoptOpenJDK/openjdk14-binaries/releases/download/jdk-14.0.2%2B12/OpenJDK14U-jdk_x64_linux_hotspot_14.0.2_12.tar.gz"
13-
;;
1411
java15)
1512
echo "https://github.com/AdoptOpenJDK/openjdk15-binaries/releases/download/jdk-15.0.1%2B9/OpenJDK15U-jdk_x64_linux_hotspot_15.0.1_9.tar.gz"
1613
;;

ci/images/spring-framework-jdk14-ci-image/Dockerfile

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

ci/pipeline.yml

Lines changed: 1 addition & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,6 @@ resources:
8787
source:
8888
<<: *docker-resource-source
8989
repository: ((docker-hub-organization))/spring-framework-jdk11-ci-image
90-
- name: spring-framework-jdk14-ci-image
91-
type: docker-image
92-
icon: docker
93-
source:
94-
<<: *docker-resource-source
95-
repository: ((docker-hub-organization))/spring-framework-jdk14-ci-image
9690
- name: spring-framework-jdk15-ci-image
9791
type: docker-image
9892
icon: docker
@@ -123,14 +117,6 @@ resources:
123117
access_token: ((github-ci-status-token))
124118
branch: ((branch))
125119
context: jdk11-build
126-
- name: repo-status-jdk14-build
127-
type: github-status-resource
128-
icon: eye-check-outline
129-
source:
130-
repository: ((github-repo-name))
131-
access_token: ((github-ci-status-token))
132-
branch: ((branch))
133-
context: jdk14-build
134120
- name: repo-status-jdk15-build
135121
type: github-status-resource
136122
icon: eye-check-outline
@@ -176,10 +162,6 @@ jobs:
176162
params:
177163
build: ci-images-git-repo/ci/images
178164
dockerfile: ci-images-git-repo/ci/images/spring-framework-jdk11-ci-image/Dockerfile
179-
- put: spring-framework-jdk14-ci-image
180-
params:
181-
build: ci-images-git-repo/ci/images
182-
dockerfile: ci-images-git-repo/ci/images/spring-framework-jdk14-ci-image/Dockerfile
183165
- put: spring-framework-jdk15-ci-image
184166
params:
185167
build: ci-images-git-repo/ci/images
@@ -268,34 +250,6 @@ jobs:
268250
<<: *slack-fail-params
269251
- put: repo-status-jdk11-build
270252
params: { state: "success", commit: "git-repo" }
271-
- name: jdk14-build
272-
serial: true
273-
public: true
274-
plan:
275-
- get: spring-framework-jdk14-ci-image
276-
- get: git-repo
277-
- get: every-morning
278-
trigger: true
279-
- put: repo-status-jdk14-build
280-
params: { state: "pending", commit: "git-repo" }
281-
- do:
282-
- task: check-project
283-
privileged: true
284-
timeout: ((task-timeout))
285-
image: spring-framework-jdk14-ci-image
286-
file: git-repo/ci/tasks/check-project.yml
287-
params:
288-
BRANCH: ((branch))
289-
<<: *gradle-enterprise-task-params
290-
on_failure:
291-
do:
292-
- put: repo-status-jdk14-build
293-
params: { state: "failure", commit: "git-repo" }
294-
- put: slack-alert
295-
params:
296-
<<: *slack-fail-params
297-
- put: repo-status-jdk14-build
298-
params: { state: "success", commit: "git-repo" }
299253
- name: jdk15-build
300254
serial: true
301255
public: true
@@ -480,7 +434,7 @@ jobs:
480434

481435
groups:
482436
- name: "builds"
483-
jobs: ["build", "jdk11-build", "jdk14-build", "jdk15-build"]
437+
jobs: ["build", "jdk11-build", "jdk15-build"]
484438
- name: "releases"
485439
jobs: ["stage-milestone", "stage-rc", "stage-release", "promote-milestone","promote-rc", "promote-release", "sync-to-maven-central"]
486440
- name: "ci-images"

0 commit comments

Comments
 (0)