gitlab: Extract build stages to stages.yml
commit07df3dfafa94460082f704dab674a7911c844ba6
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Wed, 19 May 2021 18:55:00 +0000 (19 20:55 +0200)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 27 May 2021 14:39:23 +0000 (27 16:39 +0200)
treec889c2ae3dcbe28f1ec79c6cb58c97a6504536b3
parentf659e6584a2022473af14ac4d89f656515c25ea4
gitlab: Extract build stages to stages.yml

Extract the build stages used by our job templates to a new file
(stages.yml) to be able to include it with the other templates,
without having to run all the jobs included in the default
.gitlab-ci.yml, which are mainly useful for mainstream CI.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Message-Id: <20210519185504.2198573-7-f4bug@amsat.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.d/stages.yml [new file with mode: 0644]
.gitlab-ci.yml