aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Crymble <matthew.crymble@ni.com>2023-04-25 14:54:58 -0500
committerAki Tomita <121511582+atomita-ni@users.noreply.github.com>2023-04-26 16:23:58 -0500
commita4b4efd07c38aa11b9dd5a5f8dc058c00c399944 (patch)
tree0bf0c2a66cf21ceda81547c5d4b754eba2789f31
parentfpga: Additional comment cleanup (diff)
downloaduhd-a4b4efd07c38aa11b9dd5a5f8dc058c00c399944.tar.xz
uhd-a4b4efd07c38aa11b9dd5a5f8dc058c00c399944.zip
ci: update to consume correct branch for docker build pipeline
-rw-r--r--.ci/templates/stages-uhd-pipeline.yml2
-rw-r--r--.ci/uhd-build-docker-container.yml12
2 files changed, 13 insertions, 1 deletions
diff --git a/.ci/templates/stages-uhd-pipeline.yml b/.ci/templates/stages-uhd-pipeline.yml
index 2a7caaffc..52ec4739b 100644
--- a/.ci/templates/stages-uhd-pipeline.yml
+++ b/.ci/templates/stages-uhd-pipeline.yml
@@ -57,7 +57,7 @@ resources:
pipelines:
- pipeline: uhd_build_docker_container
source: 'uhddev Build Docker Containers'
- branch: master
+ branch: UHD-4.4
- pipeline: usrp-kas-pipeline
source: 'usrp-kas'
branch: zeus-ci
diff --git a/.ci/uhd-build-docker-container.yml b/.ci/uhd-build-docker-container.yml
index 7691ef69a..a5b126ba3 100644
--- a/.ci/uhd-build-docker-container.yml
+++ b/.ci/uhd-build-docker-container.yml
@@ -39,6 +39,18 @@ schedules:
include:
- UHD-4.2
always: true
+- cron: "0 4 * * SUN"
+ displayName: Weekly Docker Build UHD-4.3 branch
+ branches:
+ include:
+ - UHD-4.3
+ always: true
+- cron: "0 6 * * SUN"
+ displayName: Weekly Docker Build UHD-4.4 branch
+ branches:
+ include:
+ - UHD-4.4
+ always: true
variables:
- template: uhd-pipeline-vars.yml