emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e1177f0: Optimize test jobs for emba


From: Michael Albinus
Subject: master e1177f0: Optimize test jobs for emba
Date: Mon, 29 Mar 2021 05:33:45 -0400 (EDT)

branch: master
commit e1177f0258c44b6a810ed3a8bcd7074018eeb0c3
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Optimize test jobs for emba
    
    * test/infra/gitlab-ci.yml (.test-template): Do not run fast and
    normal test jobs when scheduled.
---
 test/infra/gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index 25231f5..17dda1a 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -140,6 +140,10 @@ default:
     - docker push ${CI_REGISTRY_IMAGE}:${target}-${BUILD_TAG}
 
 .test-template:
+  # Do not run fast and normal test jobs when scheduled
+  rules:
+    - if: '$CI_JOB_STAGE =~ "fast|normal" && $CI_PIPELINE_SOURCE == "schedule"'
+      when: never
   artifacts:
     name: ${test_name}
     public: true



reply via email to

[Prev in Thread] Current Thread [Next in Thread]