From 2fe15b403165406c8f73ad52777477bc98628d85 Mon Sep 17 00:00:00 2001 From: Steven Koo Date: Mon, 11 Apr 2022 16:05:57 -0500 Subject: ci: Weekly builds for UHD-4.2 docker images Signed-off-by: Steven Koo --- .ci/uhd-build-docker-container.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.ci/uhd-build-docker-container.yml b/.ci/uhd-build-docker-container.yml index 430243d15..d68ba535f 100644 --- a/.ci/uhd-build-docker-container.yml +++ b/.ci/uhd-build-docker-container.yml @@ -33,6 +33,12 @@ schedules: include: - UHD-4.1 always: true +- cron: "0 2 * * SUN" + displayName: Weekly Docker Build UHD-4.2 branch + branches: + include: + - UHD-4.2 + always: true variables: - template: uhd-pipeline-vars.yml -- cgit v1.2.3