From 0879e75f90e61b067c1e721799f177d1bac2558d Mon Sep 17 00:00:00 2001 From: Steven Koo Date: Thu, 5 Aug 2021 11:33:19 -0500 Subject: ci: rebuild docker images weekly Signed-off-by: Steven Koo --- .ci/uhd-build-docker-container.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.ci/uhd-build-docker-container.yml b/.ci/uhd-build-docker-container.yml index 8712a5f58..43514f527 100644 --- a/.ci/uhd-build-docker-container.yml +++ b/.ci/uhd-build-docker-container.yml @@ -20,6 +20,20 @@ pr: - .ci/docker - .ci/uhd-build-docker-container.yml +schedules: +- cron: "0 18 * * SAT" + displayName: Weekly Docker Build master branch + branches: + include: + - master + always: true +- cron: "0 22 * * SAT" + displayName: Weekly Docker Build UHD-4.1 branch + branches: + include: + - UHD-4.1 + always: true + variables: - template: uhd-pipeline-vars.yml - name: linuxDockerImages -- cgit v1.2.3