Skip to content
Snippets Groups Projects
Commit be1ec1c6 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

build_containers: build CI container images on Sundays.

Currently, we rebuild the container images everyday, at midnight,
which ensures that we have all the latest changes from every distro
supported in CI.

This approach works fine for the upstream CI, but if we want to use
the CI images to test modules in a local container, for example, as
proposed by PR #556, updating the images daily means that there will
be much more images download that would not be needed, as the public
cloud images of supported distros don't change so often.

This patch proposes to change the build rate from daily to weekly,
reducing the need to download images by users, while still using a
good update window.

It should be noted that, if required, the images can be rebuilt
manually, so any urgent fix is added to the CI images.
parent 32f4e083
No related branches found
No related tags found
No related merge requests found
--- ---
schedules: schedules:
- cron: "0 0 * * *" - cron: "0 0 * * 0"
displayName: Daily midnight build displayName: Weekly Sunday midnight build
branches: branches:
include: include:
- master - master
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment