2021-09-09 13:49:01 +00:00
|
|
|
# THIS FILE WAS AUTO-GENERATED
|
|
|
|
#
|
|
|
|
# $ lcitool manifest ci/manifest.yml
|
|
|
|
#
|
|
|
|
# https://gitlab.com/libvirt/libvirt-ci
|
|
|
|
|
2022-07-11 11:47:02 +00:00
|
|
|
|
|
|
|
# Variables that can be set to control the behaviour of
|
|
|
|
# pipelines that are run
|
|
|
|
#
|
|
|
|
# - RUN_ALL_CONTAINERS - build all containers
|
|
|
|
# even if they don't have any changes detected
|
|
|
|
#
|
|
|
|
# These can be set as git push options
|
|
|
|
#
|
|
|
|
# $ git push -o ci.variable=RUN_ALL_CONTAINERS=1
|
|
|
|
#
|
|
|
|
# Aliases can be set for common usage
|
|
|
|
#
|
|
|
|
# $ git config --local alias.push-all-ctr "push -o ci.variable=RUN_ALL_CONTAINERS=1"
|
|
|
|
#
|
2022-07-22 10:19:53 +00:00
|
|
|
# Allowing the less verbose invocation
|
2022-07-11 11:47:02 +00:00
|
|
|
#
|
|
|
|
# $ git push-all-ctr
|
|
|
|
#
|
|
|
|
# Pipeline variables can also be set in the repository
|
|
|
|
# pipeline config globally, or set against scheduled pipelines
|
|
|
|
|
2022-05-26 06:36:47 +00:00
|
|
|
include:
|
2022-05-27 11:35:33 +00:00
|
|
|
- local: '/ci/gitlab/container-templates.yml'
|
|
|
|
- local: '/ci/gitlab/build-templates.yml'
|
|
|
|
- local: '/ci/gitlab/sanity-checks.yml'
|
|
|
|
- local: '/ci/gitlab/containers.yml'
|
|
|
|
- local: '/ci/gitlab/builds.yml'
|