2021-05-19 18:54:57 +00:00
|
|
|
include:
|
2021-05-19 18:55:03 +00:00
|
|
|
- local: '/.gitlab-ci.d/container-core.yml'
|
2021-05-25 07:03:17 +00:00
|
|
|
- local: '/.gitlab-ci.d/container-cross.yml'
|
2020-07-01 13:56:33 +00:00
|
|
|
|
2021-01-18 06:38:08 +00:00
|
|
|
amd64-alpine-container:
|
2021-04-18 23:34:34 +00:00
|
|
|
extends: .container_job_template
|
2021-01-18 06:38:08 +00:00
|
|
|
variables:
|
|
|
|
NAME: alpine
|
|
|
|
|
2020-07-01 13:56:33 +00:00
|
|
|
amd64-debian11-container:
|
2021-04-18 23:34:34 +00:00
|
|
|
extends: .container_job_template
|
2020-07-01 13:56:33 +00:00
|
|
|
variables:
|
|
|
|
NAME: debian11
|
|
|
|
|
|
|
|
amd64-debian-container:
|
2021-04-18 23:34:34 +00:00
|
|
|
extends: .container_job_template
|
2020-07-01 13:56:33 +00:00
|
|
|
stage: containers-layer2
|
|
|
|
needs: ['amd64-debian10-container']
|
|
|
|
variables:
|
|
|
|
NAME: debian-amd64
|
|
|
|
|
|
|
|
amd64-ubuntu1804-container:
|
2021-04-18 23:34:34 +00:00
|
|
|
extends: .container_job_template
|
2020-07-01 13:56:33 +00:00
|
|
|
variables:
|
|
|
|
NAME: ubuntu1804
|
|
|
|
|
|
|
|
amd64-ubuntu2004-container:
|
2021-04-18 23:34:34 +00:00
|
|
|
extends: .container_job_template
|
2020-07-01 13:56:33 +00:00
|
|
|
variables:
|
|
|
|
NAME: ubuntu2004
|
|
|
|
|
|
|
|
amd64-ubuntu-container:
|
2021-04-18 23:34:34 +00:00
|
|
|
extends: .container_job_template
|
2020-07-01 13:56:33 +00:00
|
|
|
variables:
|
|
|
|
NAME: ubuntu
|
2020-12-29 08:50:46 +00:00
|
|
|
|
|
|
|
amd64-opensuse-leap-container:
|
2021-04-18 23:34:34 +00:00
|
|
|
extends: .container_job_template
|
2020-12-29 08:50:46 +00:00
|
|
|
variables:
|
|
|
|
NAME: opensuse-leap
|
2021-05-27 21:17:15 +00:00
|
|
|
|
|
|
|
python-container:
|
|
|
|
extends: .container_job_template
|
|
|
|
variables:
|
|
|
|
NAME: python
|