aboutsummaryrefslogtreecommitdiffstats
path: root/.ci/uhd-pipeline-pr.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: Update branches to UHD-4.2Steven Koo2022-04-281-1/+1
| | | | Signed-off-by: Steven Koo <steven.koo@ni.com>
* tests: enable automated streaming tests on X410Virendra Kakade2022-03-311-1/+1
| | | | | | | | | | | | Enable automated streaming tests to run on X410. Disable tests on non-X410 devices for now. Run only DPDK tests since the setup can not withstand 4Rx 4Tx and 4FDx in non-DPDK mode in manual testing. And we need to enable running these tests for 100GbE testing. Adjust streaming test thresholds to new values which seemed to work fine in manual testing. Might make them tighter in future based on more data.
* ci: Add mpm folder to triggersSteven Koo2022-02-071-0/+1
| | | | | | | Since we build the system images now and test downstream for x410, trigger builds on mpm changes. Signed-off-by: Steven Koo <steven.koo@ni.com>
* ci: Add displayNames to parametersSteven Koo2022-01-201-0/+8
| | | | Signed-off-by: Steven Koo <steven.koo@ni.com>
* ci: Add embedded builds to uhd mono pipelineSteven Koo2022-01-201-0/+35
| | | | | | | | This commit adds in meta-ettus build support into mono pipline. This uses the job implementation in from meta-ettus for the existing pipelines. Signed-off-by: Steven Koo <steven.koo@ni.com>
* ci: Separate pipeline builds for different osmattprost2022-01-141-0/+12
| | | | | | This allows parameterizing pipeline runs to only build for certain os. Signed-off-by: mattprost <matt.prost@ni.com>
* tests: Add default length for automated streaming testsMatthew Crymble2021-12-011-0/+1
|
* tests: add automated streaming testsMatthew Crymble2021-11-301-0/+11
|
* ci: Refactor installers and add Windows supportSteven Koo2021-08-041-0/+4
| | | | | | | This commit refactors the uhd pipeline to have a new installer stage. This also adds Windows NSIS installers to pipelines. Signed-off-by: Steven Koo <steven.koo@ni.com>
* ci: Add custom boost version supportSteven Koo2021-07-231-0/+11
| | | | | | | | | | This adds new variables which can be used to set a a URL to a custom Boost archive. If provided, the pipeline will download the custom Boost archive, unpack it, build it, and provide CMake flags for UHD before starting the UHD build itself. This allows semi-automatic testing of new Boost versions as they are released.
* ci: Remove documentation-only changes from pipeline runsMartin Braun2021-07-211-0/+3
|
* ci: Split CI and PR pipelines for mono pipelineSteven Koo2021-07-141-0/+22
Signed-off-by: Steven Koo <steven.koo@ni.com>