From 5824046ff307f62b22207c53fb9f7ccc0f13980b Mon Sep 17 00:00:00 2001 From: Steven Koo Date: Thu, 4 Feb 2021 14:26:37 -0600 Subject: ci: Add stub for python hardware tests Signed-off-by: Steven Koo --- .ci/uhd-python-hardware-tests.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .ci/uhd-python-hardware-tests.yml diff --git a/.ci/uhd-python-hardware-tests.yml b/.ci/uhd-python-hardware-tests.yml new file mode 100644 index 000000000..7c55f36c3 --- /dev/null +++ b/.ci/uhd-python-hardware-tests.yml @@ -0,0 +1,15 @@ +# no CI triggers +trigger: none + +# no PR triggers +pr: none + +pool: + name: de-dre-lab + demands: + - 'uhd_oss_ats' + +steps: +- checkout: none +- script: printenv + displayName: Print Environment -- cgit v1.2.3