Address CR comments
This commit is contained in:
Родитель
91147fd068
Коммит
3e834fa94b
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче