Sfoglia il codice sorgente

Merge topic 'ci-lint-delay'

661ff7f2d8 gitlab-ci: equally delay all jobs on integration branches

Acked-by: Kitware Robot <[email protected]>
Acked-by: Ben Boeckel <[email protected]>
Merge-request: !6013
Brad King 4 anni fa
parent
commit
19a59399e4
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      .gitlab/rules.yml

+ 2 - 1
.gitlab/rules.yml

@@ -35,7 +35,8 @@
         - if: '$CI_MERGE_REQUEST_ID'
         - if: '$CI_MERGE_REQUEST_ID'
           when: on_success
           when: on_success
         - if: '$CI_PROJECT_PATH == "cmake/cmake"'
         - if: '$CI_PROJECT_PATH == "cmake/cmake"'
-          when: on_success
+          when: delayed
+          start_in: 5 minutes
         - when: never
         - when: never
 
 
 .run_dependent:
 .run_dependent: