From 5fe17484442923e510f449c89ce780a8e7f0d78b Mon Sep 17 00:00:00 2001 From: Gareth Clay Date: Fri, 28 Apr 2023 17:37:58 +0100 Subject: [PATCH] Rebuild CI images weekly In order to discover problems more quickly --- ci/pipeline.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 490b3171..86397d1a 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -18,6 +18,8 @@ aliases: jobs: - name: build-ci-images plan: + - get: weekly + trigger: true - get: ci-images-git-repo trigger: true - task: build-image @@ -253,6 +255,17 @@ resources: location: America/New_York initial_version: true + - name: weekly + type: time + icon: calendar-clock + source: + start: 12:00 AM + stop: 1:00 AM + days: + - Monday + location: America/New_York + initial_version: true + - name: git-repo type: git source: