* 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.
stages:
- build-images
+ - generator
+ - trigger
# - fast
- normal
- platform-images
# make_params: "-C test check"
test-jobs-generator:
- stage: .pre
+ stage: generator
script:
- ./test-jobs-generator.sh > test-jobs.yml
artifacts:
- test-jobs.yml
test-jobs-pipeline:
- stage: .pre
+ stage: trigger
trigger:
include:
- artifact: test-jobs.yml