diff options
author | Steven Koo <steven.koo@ni.com> | 2021-07-13 11:37:14 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-07-14 16:20:58 -0500 |
commit | eaea2e2da4cd64c8e01d949349f49e12b4d61a9d (patch) | |
tree | a83a85c9669f8fbf4d4ee1d8648ad9c61be8911e /.ci/uhd-pipeline-pr.yml | |
parent | 349da6e2f675bdf61d70aa4ec209b73836cc8129 (diff) | |
download | uhd-eaea2e2da4cd64c8e01d949349f49e12b4d61a9d.tar.gz uhd-eaea2e2da4cd64c8e01d949349f49e12b4d61a9d.tar.bz2 uhd-eaea2e2da4cd64c8e01d949349f49e12b4d61a9d.zip |
ci: Split CI and PR pipelines for mono pipeline
Signed-off-by: Steven Koo <steven.koo@ni.com>
Diffstat (limited to '.ci/uhd-pipeline-pr.yml')
-rw-r--r-- | .ci/uhd-pipeline-pr.yml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.ci/uhd-pipeline-pr.yml b/.ci/uhd-pipeline-pr.yml new file mode 100644 index 000000000..08a3c3212 --- /dev/null +++ b/.ci/uhd-pipeline-pr.yml @@ -0,0 +1,22 @@ +# +# Copyright 2021 Ettus Research, a National Instruments Brand +# +# SPDX-License-Identifier: LGPL-3.0-or-later +# + +trigger: none + +pr: + branches: + include: + - master + paths: + include: + - host + - .ci + - images/manifest.txt + exclude: + - .ci/docker + +extends: + template: templates/stages-uhd-pipeline.yml |