Skip to content

ci: adjust schedules

Tomas Krizek requested to merge ci-weekly-docker-build into master

With Gitlab 10.7 variable support in pipeline only/except, it's now possible to execute OBS builds with a nightly schedule, while keeping the docker image builds on a weekly schedule.

https://docs.gitlab.com/ee/ci/variables/#variables-expressions



From what I understand, it's not possible to combine variable-triggered pipelines with other kinds (branches, triggers, ...) - so I had to remove the manual trigger. Is anyone using that?

If not, we can just omit it. Manual re-build can be done by clicking a button in https://gitlab.labs.nic.cz/knot/knot-dns/pipeline_schedules

Otherwise, we'd have to figure out if it's possible to provide variables within the trigger.

Merge request reports