From: Michael Albinus Date: Fri, 19 Nov 2021 16:54:59 +0000 (+0100) Subject: ; Still gitlab-ci.yml fixes X-Git-Tag: emacs-29.0.90~2852^2~186 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b11e4320856f88ebf4c3671806a2ffe99ee34803;p=emacs.git ; 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. --- diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index 8937bb72421..ac3989a5e49 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