Browse Source
It is not possible to use the previously extracted templates without this set of core containers. Extract them into a new file (container-core.yml) to be able to build them without having to build all the other containers by default. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Willian Rampazzo <willianr@redhat.com> Message-Id: <20210519185504.2198573-10-f4bug@amsat.org> Signed-off-by: Thomas Huth <thuth@redhat.com>pull/121/head
2 changed files with 18 additions and 16 deletions
@ -0,0 +1,17 @@ |
|||
include: |
|||
- local: '/.gitlab-ci.d/container-template.yml' |
|||
|
|||
amd64-centos8-container: |
|||
extends: .container_job_template |
|||
variables: |
|||
NAME: centos8 |
|||
|
|||
amd64-fedora-container: |
|||
extends: .container_job_template |
|||
variables: |
|||
NAME: fedora |
|||
|
|||
amd64-debian10-container: |
|||
extends: .container_job_template |
|||
variables: |
|||
NAME: debian10 |
|||
Loading…
Reference in new issue