From 26d53b30c68053ec7bbd8ff8e48795761858a508 Mon Sep 17 00:00:00 2001 From: Charles de Beauchesne Date: Thu, 23 Oct 2025 17:54:40 +0200 Subject: [PATCH 1/2] Addsa weekly scheduled job to the CI --- .circleci/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 58dce45d..a7e2609d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -367,6 +367,13 @@ parameters: version: 2.1 workflows: build-and-test: + triggers: + - schedule: + cron: "0 3 * * 1" + filters: + branches: + only: + - master jobs: - check-ci-definition - format: From 05377d8ba2379a6683e54a75f9c78e8fc562c02d Mon Sep 17 00:00:00 2001 From: Charles de Beauchesne Date: Fri, 24 Oct 2025 09:57:06 +0200 Subject: [PATCH 2/2] Use base file build-and-test.yml --- .circleci/config.yml | 14 +++++++------- .circleci/src/workflows/build-and-test.yml | 7 +++++++ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a7e2609d..81e09ab3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -367,13 +367,6 @@ parameters: version: 2.1 workflows: build-and-test: - triggers: - - schedule: - cron: "0 3 * * 1" - filters: - branches: - only: - - master jobs: - check-ci-definition - format: @@ -507,6 +500,13 @@ workflows: name: Run system tests requires: - build 1.25.4 on amd64 WAF ON + triggers: + - schedule: + cron: 0 3 * * 1 + filters: + branches: + only: + - master when: and: - not: << pipeline.git.tag >> diff --git a/.circleci/src/workflows/build-and-test.yml b/.circleci/src/workflows/build-and-test.yml index dbf5b730..dfe87a59 100644 --- a/.circleci/src/workflows/build-and-test.yml +++ b/.circleci/src/workflows/build-and-test.yml @@ -1,3 +1,10 @@ +triggers: + - schedule: + cron: "0 3 * * 1" + filters: + branches: + only: + - master when: and: - not: << pipeline.git.tag >>