From eaea2e2da4cd64c8e01d949349f49e12b4d61a9d Mon Sep 17 00:00:00 2001 From: Steven Koo Date: Tue, 13 Jul 2021 11:37:14 -0500 Subject: ci: Split CI and PR pipelines for mono pipeline Signed-off-by: Steven Koo --- .ci/uhd-pipeline-pr.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .ci/uhd-pipeline-pr.yml (limited to '.ci/uhd-pipeline-pr.yml') 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 -- cgit v1.2.3