aboutsummaryrefslogtreecommitdiffstats
path: root/.ci/uhd-python-hardware-tests.yml
diff options
context:
space:
mode:
authorSteven Koo <steven.koo@ni.com>2021-02-04 14:26:37 -0600
committerAaron Rossetto <aaron.rossetto@ni.com>2021-02-08 15:27:28 -0600
commit5824046ff307f62b22207c53fb9f7ccc0f13980b (patch)
treec42b4b2951f1114b1faf618fe2b8444d235ef916 /.ci/uhd-python-hardware-tests.yml
parent50e6357b55cd100e78aaa140064f82345a2d37e0 (diff)
downloaduhd-5824046ff307f62b22207c53fb9f7ccc0f13980b.tar.gz
uhd-5824046ff307f62b22207c53fb9f7ccc0f13980b.tar.bz2
uhd-5824046ff307f62b22207c53fb9f7ccc0f13980b.zip
ci: Add stub for python hardware tests
Signed-off-by: Steven Koo <steven.koo@ni.com>
Diffstat (limited to '.ci/uhd-python-hardware-tests.yml')
-rw-r--r--.ci/uhd-python-hardware-tests.yml15
1 files changed, 15 insertions, 0 deletions
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