From c52fec5aa858480bc228e188e1e30166875bf3e5 Mon Sep 17 00:00:00 2001 From: Zejun Lin <871886504@qq.com> Date: Thu, 18 Oct 2018 12:54:17 +0800 Subject: [PATCH] Udci (#241) * run.py * test ci * test ci * test ci --- azure-pipelines.yml | 2 -- test/naive/run.py | 1 - 2 files changed, 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e28d5d99fc..87d42f56a8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,7 +18,5 @@ steps: cd test/naive source $HOME/.bashrc export PATH=$HOME/.local/bin:$PATH - nnictl --help - cat $HOME/.local/bin/nnictl python3 run.py displayName: 'Run tests' diff --git a/test/naive/run.py b/test/naive/run.py index f9548ca9ad..d8add09e62 100644 --- a/test/naive/run.py +++ b/test/naive/run.py @@ -108,7 +108,6 @@ def run(self, installed = True): if __name__ == '__main__': installed = (sys.argv[-1] != '--preinstall') ci = Integration_test() - time.sleep(8) try: ci.run(installed) # TODO: check the output of rest server