From 0a9c768b812e7e1208c76429bb7c3f700fdc1446 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 28 Apr 2020 16:02:19 +0200 Subject: [PATCH] Run JDK variants builds once a day See gh-22490 --- ci/pipeline.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index c4e2af2e9b..fb3d59fded 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -28,6 +28,12 @@ resources: username: ((github-username)) password: ((github-password)) branch: ((branch)) +- name: every-morning + type: time + source: + start: 8:00 AM + stop: 9:00 AM + location: Europe/Vienna - name: ci-images-git-repo type: git icon: github-circle @@ -200,7 +206,7 @@ jobs: public: true plan: - get: spring-framework-jdk11-ci-image - - get: git-repo + - get: every-morning trigger: true - put: repo-status-jdk11-build params: { state: "pending", commit: "git-repo" } @@ -232,7 +238,7 @@ jobs: public: true plan: - get: spring-framework-jdk14-ci-image - - get: git-repo + - get: every-morning trigger: true - put: repo-status-jdk14-build params: { state: "pending", commit: "git-repo" } @@ -264,7 +270,7 @@ jobs: public: true plan: - get: spring-framework-jdk15-ci-image - - get: git-repo + - get: every-morning trigger: true - put: repo-status-jdk15-build params: { state: "pending", commit: "git-repo" }