This commit is contained in:
Mark Hillebrand 2017-01-17 13:20:12 +01:00
Родитель 91147fd068
Коммит 3e834fa94b
3 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -3,8 +3,8 @@ dataDir: .
tags:
# TODO consider enabling for more Debug on Windows once this is split
- bvt-e ((build_sku == '1bitsgd') or (build_sku == 'cpu')) and (flavor == 'release' if os == 'windows' else (flavor == 'debug') ^ (device == 'cpu'))
# Windows Debug CPU runs for too long
- nightly-e ((build_sku == '1bitsgd') or (build_sku == 'cpu')) and (device == 'gpu' or flavor == 'release')
# Not running Debug CPU
- nightly-e ((build_sku == '1bitsgd') or (build_sku == 'cpu')) and ((device == 'gpu') or (flavor == 'release'))
testCases:
Test run must be completed:

Просмотреть файл

@ -2,7 +2,8 @@ dataDir: .
tags:
- bvt-e ((build_sku == '1bitsgd') or (build_sku == 'cpu')) and (flavor == 'release' if os == 'windows' else (flavor == 'debug') ^ (device == 'cpu'))
- nightly-e (build_sku == '1bitsgd') or (build_sku == 'cpu')
# Not running Debug CPU
- nightly-e ((build_sku == '1bitsgd') or (build_sku == 'cpu')) and ((device == 'gpu') or (flavor == 'release'))
testCases:
Test run must be completed:

Просмотреть файл

@ -1,7 +1,7 @@
dataDir: ./
tags:
- bvt-s (build_sku == 'gpu') and (flavor == 'release' if os == 'windows' else (flavor == 'debug') ^ (device == 'cpu'))
# Don't run Windows Debug-CPU (which runs ~ 204 sec) (TODO check again) (TODO check again)
# Don't run Windows Debug-CPU (which runs ~ 204 sec) (TODO check again)
- nightly-s (build_sku == 'gpu') and ((os == 'linux') or (device == 'gpu') or (flavor == 'release'))
testCases: