emacs-diffs
[Top][All Lists]
Advanced

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

master b11e432: ; Still gitlab-ci.yml fixes


From: Michael Albinus
Subject: master b11e432: ; Still gitlab-ci.yml fixes
Date: Fri, 19 Nov 2021 11:55:07 -0500 (EST)

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

    ; Still gitlab-ci.yml fixes
    
    * test/infra/gitlab-ci.yml (variables): Add CI_DEBUG_TRACE.
    (build-image-inotify): Remove timeout.
    (generator, test-jobs-pipeline): New jobs.
    (test-lisp-inotify, test-lisp-net-inotify): Comment.
---
 test/infra/gitlab-ci.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index 8937bb7..ac3989a 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -213,6 +213,8 @@ default:
 
 stages:
   - build-images
+  - generator
+  - trigger
 #  - fast
   - normal
   - platform-images
@@ -235,7 +237,7 @@ build-image-inotify:
 #     make_params: "-C test check"
 
 test-jobs-generator:
-  stage: .pre
+  stage: generator
   script:
    - ./test-jobs-generator.sh > test-jobs.yml
   artifacts:
@@ -243,7 +245,7 @@ test-jobs-generator:
       - test-jobs.yml
 
 test-jobs-pipeline:
-  stage: .pre
+  stage: trigger
   trigger:
     include:
       - artifact: test-jobs.yml



reply via email to

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