|
|
|
|
@ -90,13 +90,6 @@ resources:
@@ -90,13 +90,6 @@ resources:
|
|
|
|
|
<<: *docker-resource-source |
|
|
|
|
repository: ((docker-hub-organization))/spring-framework-ci |
|
|
|
|
tag: ((milestone)) |
|
|
|
|
- name: every-morning |
|
|
|
|
type: time |
|
|
|
|
icon: alarm |
|
|
|
|
source: |
|
|
|
|
start: 8:00 AM |
|
|
|
|
stop: 9:00 AM |
|
|
|
|
location: Europe/Vienna |
|
|
|
|
- name: artifactory-repo |
|
|
|
|
type: artifactory-resource |
|
|
|
|
icon: package-variant |
|
|
|
|
@ -113,14 +106,6 @@ resources:
@@ -113,14 +106,6 @@ resources:
|
|
|
|
|
access_token: ((github-ci-status-token)) |
|
|
|
|
branch: ((branch)) |
|
|
|
|
context: build |
|
|
|
|
- name: repo-status-jdk20-build |
|
|
|
|
type: github-status-resource |
|
|
|
|
icon: eye-check-outline |
|
|
|
|
source: |
|
|
|
|
repository: ((github-repo-name)) |
|
|
|
|
access_token: ((github-ci-status-token)) |
|
|
|
|
branch: ((branch)) |
|
|
|
|
context: jdk20-build |
|
|
|
|
- name: slack-alert |
|
|
|
|
type: slack-notification |
|
|
|
|
icon: slack |
|
|
|
|
@ -217,34 +202,6 @@ jobs:
@@ -217,34 +202,6 @@ jobs:
|
|
|
|
|
"zip.type": "schema" |
|
|
|
|
get_params: |
|
|
|
|
threads: 8 |
|
|
|
|
- name: jdk20-build |
|
|
|
|
serial: true |
|
|
|
|
public: true |
|
|
|
|
plan: |
|
|
|
|
- get: ci-image |
|
|
|
|
- get: git-repo |
|
|
|
|
- get: every-morning |
|
|
|
|
trigger: true |
|
|
|
|
- put: repo-status-jdk20-build |
|
|
|
|
params: { state: "pending", commit: "git-repo" } |
|
|
|
|
- do: |
|
|
|
|
- task: check-project |
|
|
|
|
image: ci-image |
|
|
|
|
file: git-repo/ci/tasks/check-project.yml |
|
|
|
|
privileged: true |
|
|
|
|
timeout: ((task-timeout)) |
|
|
|
|
params: |
|
|
|
|
TEST_TOOLCHAIN: 20 |
|
|
|
|
<<: *build-project-task-params |
|
|
|
|
on_failure: |
|
|
|
|
do: |
|
|
|
|
- put: repo-status-jdk20-build |
|
|
|
|
params: { state: "failure", commit: "git-repo" } |
|
|
|
|
- put: slack-alert |
|
|
|
|
params: |
|
|
|
|
<<: *slack-fail-params |
|
|
|
|
- put: repo-status-jdk20-build |
|
|
|
|
params: { state: "success", commit: "git-repo" } |
|
|
|
|
- name: stage-milestone |
|
|
|
|
serial: true |
|
|
|
|
plan: |
|
|
|
|
@ -396,7 +353,7 @@ jobs:
@@ -396,7 +353,7 @@ jobs:
|
|
|
|
|
|
|
|
|
|
groups: |
|
|
|
|
- name: "builds" |
|
|
|
|
jobs: ["build", "jdk20-build"] |
|
|
|
|
jobs: ["build"] |
|
|
|
|
- name: "releases" |
|
|
|
|
jobs: ["stage-milestone", "stage-rc", "stage-release", "promote-milestone", "promote-rc", "promote-release", "create-github-release"] |
|
|
|
|
- name: "ci-images" |
|
|
|
|
|