swh:1:snp:f50ab94432af916b5fb8b4ad831e8dddded77084
Raw File
Tip revision: e1907b3b87f8b92f873831e4430a40e84350741d authored by Nikola Milosavljevic on 04 April 2017, 08:48:17 UTC
Fix aggregation of EpochAccumulator nodes
Tip revision: e1907b3
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