]> Git Repo - buildroot-mgba.git/commit
gitlab: generate the gitlab-ci configuration before each build
authorRomain Naour <[email protected]>
Sat, 25 Jul 2020 21:35:58 +0000 (23:35 +0200)
committerYann E. MORIN <[email protected]>
Mon, 27 Jul 2020 11:45:52 +0000 (13:45 +0200)
commit93a28709664623bb394e7e5c9a0be6fc6b52ae5f
tree312d53e8b87ea257ca06f9d083d9290cfbf08222
parent2681d433104627fc38b9da8c764430bb56d0adee
gitlab: generate the gitlab-ci configuration before each build

Since Gitlab 12.9, Gitlab allow to trigger child pipeline with generated configuration file.
See: https://gitlab.com/gitlab-org/gitlab/-/issues/35632

This allow us to stop updating the .gitlab-ci.yml file when a
new defconfig is added to Buildroot.

Remove check-gitlab-ci.yml job since it is now uneeded.
Remove .gitlab-ci.yml make target.

Signed-off-by: Romain Naour <[email protected]>
Cc: Arnout Vandecappelle <[email protected]>
[[email protected]: manual: no longer needed to update at all]
Signed-off-by: Yann E. MORIN <[email protected]>
.gitlab-ci.yml
.gitlab-ci.yml.in [deleted file]
Makefile
docs/manual/contribute.txt
support/misc/gitlab-ci.yml.in [new file with mode: 0644]
This page took 0.034662 seconds and 4 git commands to generate.