https://github.com/Microsoft/CNTK
Raw File
Tip revision: 4e877075b19038814a493da0b87471eb69d072e5 authored by Eldar Akchurin on 20 March 2017, 12:37:13 UTC
Adding retry logic to open file
Tip revision: 4e87707
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