]> git.eshelyaron.com Git - emacs.git/commit
Reorganize emba control files
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 21 Nov 2021 13:39:29 +0000 (14:39 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 21 Nov 2021 13:39:29 +0000 (14:39 +0100)
commit75d294cd4abb4d4062a1bfcd914229d0f9e142dd
tree2fd50e9b9f4d62bf1cbb0669aa4c3240cb4f145c
parent6d90444ba0f5202553cf8c245b809c09fce1a317
Reorganize emba control files

Using dynamic job generation in GitLab does not work sufficiently.  So
we generate the jobs in the Emacs sources.

* configure.ac (SUBDIR_MAKEFILES): Add test/infra/Makefile.

* test/Makefile.in (subdirs, generate-test-jobs): New targets.

* test/infra/Makefile.in:
* test/infra/test-jobs.yml: New files.

* test/infra/default-gitlab-ci.yml:
* test/infra/test-jobs-generator.sh: Remove.

* test/infra/gitlab-ci.yml: Insert contents of default-gitlab-ci.yml.
(stages): Remove generator and trigger.  Add normal.
(test-jobs-generator, test-jobs-pipeline): Remove jobs.
(top): Include test-jobs.yml.
configure.ac
test/Makefile.in
test/infra/Makefile.in [new file with mode: 0644]
test/infra/default-gitlab-ci.yml [deleted file]
test/infra/gitlab-ci.yml
test/infra/test-jobs-generator.sh [deleted file]
test/infra/test-jobs.yml [new file with mode: 0644]