Skip to content

Commit

Permalink
ci: fpga: Adapted changeset to include RFNoC core BSP files
Browse files Browse the repository at this point in the history
... which are located at host/include/uhd/rfnoc/core
  • Loading branch information
joergho committed Nov 11, 2024
1 parent 5f38bb8 commit aaa13b8
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions fpga/.ci/fpga-pipeline-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ pr:
- fpga/.ci
- host/utils/rfnoc_image_builder.py
- host/python/uhd/rfnoc_utils
- host/include/uhd/rfnoc

schedules:
- cron: "0 18 * * Sun"
Expand Down
1 change: 1 addition & 0 deletions fpga/.ci/fpga-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ trigger:
- fpga/.ci
- host/utils/rfnoc_image_builder.py
- host/python/uhd/rfnoc_utils
- host/include/uhd/rfnoc

pr: none

Expand Down
31 changes: 31 additions & 0 deletions fpga/.ci/templates/changeset_build_list.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,54 @@
- re: host/python/uhd/rfnoc_utils/[^/]+py$
add:
- fpga.usrp3.all
# RFNoC blocks
- re: host/include/uhd/rfnoc/blocks/.*\.yml
add:
- fpga.usrp3.all
# RFNoC core (the device-specific BSP files are checked below)
- re: host/include/uhd/rfnoc/core/rfnoc_imagebuilder_args\.json
add:
- fpga.usrp3.all
# RFNoC modules
- re: host/include/uhd/rfnoc/modules/.*\.yml
add:
- fpga.usrp3.all
# RFNoC transport adapters (only relevant for x4xx)
- re: host/include/uhd/rfnoc/transport_adapters/.*\.yml
add:
- fpga.usrp3.x4xx

# Device-specific changes.
- re: fpga/usrp3/top/x400
add:
- fpga.usrp3.x4xx
- re: host/include/uhd/rfnoc/core/x4.._bsp.yml
add:
- fpga.usrp3.x4xx
- re: fpga/usrp3/top/x300
add:
- fpga.usrp3.x3xx
- re: host/include/uhd/rfnoc/core/x3.._bsp.yml
add:
- fpga.usrp3.x3xx
- re: fpga/usrp3/top/e31x
add:
- fpga.usrp3.e31x
- re: host/include/uhd/rfnoc/core/e310_bsp.yml
add:
- fpga.usrp3.e31x
- re: fpga/usrp3/top/e320
add:
- fpga.usrp3.e320
- re: host/include/uhd/rfnoc/core/e320_bsp.yml
add:
- fpga.usrp3.e320
- re: fpga/usrp3/top/n3xx
add:
- fpga.usrp3.n3xx
- re: host/include/uhd/rfnoc/core/n3.._bsp.yml
add:
- fpga.usrp3.n3xx

###############################################################################
# CI CHANGES
Expand Down

0 comments on commit aaa13b8

Please sign in to comment.