Skip to content

Commit

Permalink
ci: Skip most tests on image builder changes
Browse files Browse the repository at this point in the history
The image builder is covered by the FPGA pipelines, so we can be less
stringent for the SW pipelines.
  • Loading branch information
mbr0wn authored and [email protected] committed Feb 7, 2025
1 parent 919a08d commit 5b7c668
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tools/changeset_testlist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@
- uhd.docs
include_content: comments
stop: False
# Image builder
# Note the FPGA pipelines have their own rules around the image builder. For
# UHD, we just run a build to make sure the package is not in a weird state.
- re: ^host/python/uhd/rfnoc_utils/grc.py
add:
- uhd.build.linux
- re: ^host/python/uhd/rfnoc_utils/
add:
- uhd.build.linux
# Device-specific changes. These should trigger HW tests only on those devices
# they affect. We start with daughterboard rules, then motherboard rules.
- re: host/lib/usrp/dboard/zbx/
Expand Down

0 comments on commit 5b7c668

Please sign in to comment.