Skip to content

Commit 04e7e70

Browse files
committed
Remove JDK 19 CI
Closes gh-34639
1 parent e79ac4b commit 04e7e70

File tree

4 files changed

+2
-110
lines changed

4 files changed

+2
-110
lines changed

ci/images/ci-image-jdk19/Dockerfile

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

ci/images/get-jdk-url.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ case "$1" in
1111
java17)
1212
echo "https://github.com/bell-sw/Liberica/releases/download/17.0.6+10/bellsoft-jdk17.0.6+10-linux-amd64.tar.gz"
1313
;;
14-
java19)
15-
echo "https://github.com/bell-sw/Liberica/releases/download/19.0.2+9/bellsoft-jdk19.0.2+9-linux-amd64.tar.gz"
16-
;;
1714
java20)
1815
echo "https://download.java.net/java/GA/jdk20/bdc68b4b9cbc4ebcb30745c85038d91d/36/GPL/openjdk-20_linux-x64_bin.tar.gz"
1916
;;

ci/pipeline.yml

Lines changed: 2 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,6 @@ resources:
194194
source:
195195
<<: *ci-registry-image-resource-source
196196
repository: ((docker-hub-organization))/spring-boot-ci-jdk17
197-
- name: ci-image-jdk19
198-
type: registry-image
199-
icon: docker
200-
source:
201-
<<: *ci-registry-image-resource-source
202-
repository: ((docker-hub-organization))/spring-boot-ci-jdk19
203197
- name: ci-image-jdk20
204198
type: registry-image
205199
icon: docker
@@ -246,14 +240,6 @@ resources:
246240
access_token: ((github-ci-status-token))
247241
branch: ((branch))
248242
context: jdk17-build
249-
- name: repo-status-jdk19-build
250-
type: github-status-resource
251-
icon: eye-check-outline
252-
source:
253-
repository: ((github-repo-name))
254-
access_token: ((github-ci-status-token))
255-
branch: ((branch))
256-
context: jdk19-build
257243
- name: repo-status-jdk20-build
258244
type: github-status-resource
259245
icon: eye-check-outline
@@ -311,13 +297,6 @@ jobs:
311297
image: ci-image-jdk17
312298
vars:
313299
ci-image-name: ci-image-jdk17
314-
- task: build-ci-image-jdk19
315-
privileged: true
316-
file: git-repo/ci/tasks/build-ci-image.yml
317-
output_mapping:
318-
image: ci-image-jdk19
319-
vars:
320-
ci-image-name: ci-image-jdk19
321300
- task: build-ci-image-jdk20
322301
privileged: true
323302
file: git-repo/ci/tasks/build-ci-image.yml
@@ -335,9 +314,6 @@ jobs:
335314
- put: ci-image-jdk17
336315
params:
337316
image: ci-image-jdk17/image.tar
338-
- put: ci-image-jdk19
339-
params:
340-
image: ci-image-jdk19/image.tar
341317
- put: ci-image-jdk20
342318
params:
343319
image: ci-image-jdk20/image.tar
@@ -366,12 +342,6 @@ jobs:
366342
params:
367343
<<: *github-task-params
368344
JDK_VERSION: java17
369-
- task: detect-jdk19-update
370-
image: ci-image
371-
file: git-repo/ci/tasks/detect-jdk-updates.yml
372-
params:
373-
<<: *github-task-params
374-
JDK_VERSION: java19
375345
- name: detect-ubuntu-image-updates
376346
plan:
377347
- get: git-repo
@@ -516,38 +486,6 @@ jobs:
516486
- put: slack-alert
517487
params:
518488
<<: *slack-success-params
519-
- name: jdk19-build
520-
serial: true
521-
public: true
522-
plan:
523-
- get: ci-image-jdk19
524-
- get: git-repo
525-
trigger: true
526-
- put: repo-status-jdk19-build
527-
params: { state: "pending", commit: "git-repo" }
528-
- do:
529-
- task: build-project
530-
image: ci-image-jdk19
531-
privileged: true
532-
timeout: ((task-timeout))
533-
file: git-repo/ci/tasks/build-project.yml
534-
params:
535-
BRANCH: ((branch))
536-
TOOLCHAIN_JAVA_VERSION: 19
537-
<<: *gradle-enterprise-task-params
538-
<<: *docker-hub-task-params
539-
on_failure:
540-
do:
541-
- put: repo-status-jdk19-build
542-
params: { state: "failure", commit: "git-repo" }
543-
- put: slack-alert
544-
params:
545-
<<: *slack-fail-params
546-
- put: repo-status-jdk19-build
547-
params: { state: "success", commit: "git-repo" }
548-
- put: slack-alert
549-
params:
550-
<<: *slack-success-params
551489
- name: jdk20-build
552490
serial: true
553491
public: true
@@ -898,35 +836,6 @@ jobs:
898836
- put: slack-alert
899837
params:
900838
<<: *slack-success-params
901-
- name: jdk19-run-system-tests
902-
serial: true
903-
public: true
904-
plan:
905-
- get: ci-image-jdk19
906-
- get: git-repo
907-
- get: paketo-builder-base-image
908-
trigger: true
909-
- get: daily
910-
trigger: true
911-
- do:
912-
- task: run-system-tests
913-
image: ci-image-jdk19
914-
privileged: true
915-
timeout: ((task-timeout))
916-
file: git-repo/ci/tasks/run-system-tests.yml
917-
params:
918-
BRANCH: ((branch))
919-
TOOLCHAIN_JAVA_VERSION: 19
920-
<<: *gradle-enterprise-task-params
921-
<<: *docker-hub-task-params
922-
on_failure:
923-
do:
924-
- put: slack-alert
925-
params:
926-
<<: *slack-fail-params
927-
- put: slack-alert
928-
params:
929-
<<: *slack-success-params
930839
- name: jdk20-run-system-tests
931840
serial: true
932841
public: true
@@ -958,11 +867,11 @@ jobs:
958867
<<: *slack-success-params
959868
groups:
960869
- name: "builds"
961-
jobs: ["build", "jdk11-build", "jdk17-build", "jdk19-build", "jdk20-build", "windows-build"]
870+
jobs: ["build", "jdk11-build", "jdk17-build", "jdk20-build", "windows-build"]
962871
- name: "releases"
963872
jobs: ["stage-milestone", "stage-rc", "stage-release", "promote-milestone", "promote-rc", "promote-release", "create-github-release", "publish-gradle-plugin", "publish-to-sdkman", "update-homebrew-tap"]
964873
- name: "system-tests"
965-
jobs: ["run-system-tests", "jdk11-run-system-tests", "jdk17-run-system-tests", "jdk19-run-system-tests", "jdk20-run-system-tests"]
874+
jobs: ["run-system-tests", "jdk11-run-system-tests", "jdk17-run-system-tests", "jdk20-run-system-tests"]
966875
- name: "ci-images"
967876
jobs: ["build-ci-images", "detect-docker-updates", "detect-jdk-updates", "detect-ubuntu-image-updates"]
968877
- name: "pull-requests"

ci/scripts/detect-jdk-updates.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ case "$JDK_VERSION" in
2020
BASE_URL="https://api.bell-sw.com/v1/liberica/releases?version-feature=17"
2121
ISSUE_TITLE="Upgrade Java 17 version in CI image"
2222
;;
23-
java19)
24-
BASE_URL="https://api.bell-sw.com/v1/liberica/releases?version-feature=19"
25-
ISSUE_TITLE="Upgrade Java 19 version in CI image"
26-
;;
2723
*)
2824
echo $"Unknown java version"
2925
exit 1;

0 commit comments

Comments
 (0)