GitLab CI: Add container build stage
This commit is contained in:
parent
e953cffb89
commit
8532fe16ee
1 changed files with 13 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
stages:
|
stages:
|
||||||
- init
|
- init
|
||||||
- rpmbuild
|
- rpmbuild
|
||||||
|
- containerbuild
|
||||||
- test
|
- test
|
||||||
- finish
|
- finish
|
||||||
|
|
||||||
|
|
@ -47,6 +48,18 @@ RPM:
|
||||||
- aws/rhel-8.4-aarch64
|
- aws/rhel-8.4-aarch64
|
||||||
INTERNAL_NETWORK: ["true"]
|
INTERNAL_NETWORK: ["true"]
|
||||||
|
|
||||||
|
Container:
|
||||||
|
stage: containerbuild
|
||||||
|
extends: .terraform
|
||||||
|
variables:
|
||||||
|
EXTRA_REPO_PATH_SEGMENT: "gitlab/"
|
||||||
|
script:
|
||||||
|
- sh "schutzbot/containerbuild.sh"
|
||||||
|
parallel:
|
||||||
|
matrix:
|
||||||
|
- RUNNER:
|
||||||
|
- aws/fedora-33-x86_64
|
||||||
|
|
||||||
Base:
|
Base:
|
||||||
stage: test
|
stage: test
|
||||||
extends: .terraform
|
extends: .terraform
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue