changeset 52255:9137b3d9da75 stable

ci: automatically starts platform and py-version test for scheduled build The point of these nightly build is to catch error on case we do not systematically test. So we better test them.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 13 Dec 2024 23:55:08 +0000
parents bcf6a219d235
children 101c1862704a
files contrib/heptapod-ci.yml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/heptapod-ci.yml	Fri Dec 13 13:07:52 2024 +0000
+++ b/contrib/heptapod-ci.yml	Fri Dec 13 23:55:08 2024 +0000
@@ -85,6 +85,8 @@
   extends: .trigger
   stage: nightly-trigger
   rules:
+    - if: $CI_COMMIT_BRANCH =~ $RE_BRANCH && $CI_PIPELINE_SOURCE == "schedule"
+      when: always
     - if: $CI_COMMIT_BRANCH =~ $RE_BRANCH
       when: manual
       allow_failure: true