https://github.com/Microsoft/CNTK
Raw File
Tip revision: 9681e4e381fb1ea64df0e05669324a2acbb64eb9 authored by jianluan on 26 December 2016, 09:21:17 UTC
Merge branch 'master' into jianluan/test1
Tip revision: 9681e4e
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')

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