aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Valenzuela <javier.valenzuela@ni.com>2024-03-14 12:50:47 -0500
committerWade Fife <wade.fife@ettus.com>2024-03-15 00:32:53 -0500
commit394d72a5e78ccee7b804627dcb74a72c53e384a5 (patch)
tree02cbb7a1441f20d8010b20037eefde76ff98e8cb
parentfpga: Add incremental to strategies for e3xx, n3xx, x3xx (diff)
downloaduhd-394d72a5e78ccee7b804627dcb74a72c53e384a5.tar.xz
uhd-394d72a5e78ccee7b804627dcb74a72c53e384a5.zip
fpga: ci: Fix release pipeline triggers
-rw-r--r--fpga/.ci/devices/job-build-x400.yml4
-rw-r--r--fpga/.ci/templates/changeset_build_list.yaml27
2 files changed, 22 insertions, 9 deletions
diff --git a/fpga/.ci/devices/job-build-x400.yml b/fpga/.ci/devices/job-build-x400.yml
index eaa857724..822348416 100644
--- a/fpga/.ci/devices/job-build-x400.yml
+++ b/fpga/.ci/devices/job-build-x400.yml
@@ -173,7 +173,7 @@ stages:
top_dir: uhddev/fpga/usrp3/top/x400
publish_int_files: ${{ parameters.publish_int_files }}
# trigger reduced list of targets if packaging is disabled, and no specific targets are requested
- - ${{ if and(eq(parameters.package_and_publish_images, false),eq(parameters.build_x410, false)) }}:
+ - ${{ if and(eq(parameters.package_and_publish_images, false), eq(parameters.build_x410, false)) }}:
- template: ../templates/job-build-fpga.yml
parameters:
targets_matrix: ${{ parameters.x410_reduced_targets_matrix }}
@@ -181,7 +181,7 @@ stages:
top_dir: uhddev/fpga/usrp3/top/x400
publish_int_files: ${{ parameters.publish_int_files }}
# trigger specific targets if packaging is disabled, and specific targets are requested
- - ${{ if and(eq(parameters.package_and_publish_images, true),eq(parameters.build_x410, true)) }}:
+ - ${{ if and(eq(parameters.package_and_publish_images, false), eq(parameters.build_x410, true)) }}:
- template: ../templates/job-build-fpga.yml
parameters:
targets_matrix: ${{ parameters.x410_requests_matrix }}
diff --git a/fpga/.ci/templates/changeset_build_list.yaml b/fpga/.ci/templates/changeset_build_list.yaml
index 0c5474906..1e3ea1e8d 100644
--- a/fpga/.ci/templates/changeset_build_list.yaml
+++ b/fpga/.ci/templates/changeset_build_list.yaml
@@ -13,12 +13,6 @@
- re: fpga/usrp3/top/x300
add:
- fpga.usrp3.x3xx
-- re: fpga/usrp3/top/b200
- add:
- - fpga.usrp3.b200
-- re: fpga/usrp3/top/b200mini
- add:
- - fpga.usrp3.b200mini
- re: fpga/usrp3/top/e31x
add:
- fpga.usrp3.e31x
@@ -32,6 +26,25 @@
###############################################################################
# CI CHANGES
###############################################################################
-- re: fpga/.ci/*
+- re: fpga/.ci/fpga-pipeline*
+ add:
+ - fpga.usrp3.all
+- re: fpga/.ci/templates*
add:
- fpga.usrp3.all
+# Device-specific pipeline changes.
+- re: fpga/.ci/devices/job-build-x400.yml
+ add:
+ - fpga.usrp3.x4xx
+- re: fpga/.ci/devices/job-build-x300.yml
+ add:
+ - fpga.usrp3.x3xx
+- re: fpga/.ci/devices/job-build-e31x.yml
+ add:
+ - fpga.usrp3.e31x
+- re: fpga/.ci/devices/job-build-e320.yml
+ add:
+ - fpga.usrp3.e320
+- re: fpga/.ci/devices/job-build-n3xx.yml
+ add:
+ - fpga.usrp3.n3xx