https://github.com/Microsoft/CNTK
Raw File
Tip revision: 13f3b5fd3c6a0fa47b2b74e8ab2b3ad541cd5687 authored by liqfu on 27 June 2019, 17:26:40 UTC
Merge branch 'master' into liqun/scan14
Tip revision: 13f3b5f
testcases.yml
isPythonTest: True

dataDir: .

tags:
    - bvt-e (build_sku == 'gpu') and (device == 'cpu') and (flavor == 'release')
    - nightly-e (build_sku == 'gpu') and (device == 'cpu') and (flavor == 'release')
    - weekly-e (build_sku == 'gpu') and (device == 'cpu') and (flavor == 'release')

testCases:
  PyTest run must finish with error code 0 (outputs __COMPLETED__ in that case):
    patterns:
      - __COMPLETED__
back to top