diff options
| author | Steven Koo <steven.koo@ni.com> | 2022-04-11 16:05:57 -0500 | 
|---|---|---|
| committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-04-12 13:30:04 -0700 | 
| commit | 2fe15b403165406c8f73ad52777477bc98628d85 (patch) | |
| tree | 88c0c435e974219f1d824a0ba7ee4f38caf62004 | |
| parent | 640dd07ed3307dfbafc23171a2d4718fa7bd2087 (diff) | |
| download | uhd-2fe15b403165406c8f73ad52777477bc98628d85.tar.gz uhd-2fe15b403165406c8f73ad52777477bc98628d85.tar.bz2 uhd-2fe15b403165406c8f73ad52777477bc98628d85.zip | |
ci: Weekly builds for UHD-4.2 docker images
Signed-off-by: Steven Koo <steven.koo@ni.com>
| -rw-r--r-- | .ci/uhd-build-docker-container.yml | 6 | 
1 files changed, 6 insertions, 0 deletions
| 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 | 
