Restrict Python tests to Linux
This commit is contained in:
Родитель
ba17293da4
Коммит
0d7bcbad88
|
@ -1,8 +1,8 @@
|
|||
dataDir: .
|
||||
|
||||
tags:
|
||||
- bvt-l (build_sku == 'gpu') and (flavor == 'release')
|
||||
- nightly-l (build_sku == 'gpu') and (flavor == 'release')
|
||||
- bvt-l (build_sku == 'gpu') and (flavor == 'release') and (os == 'linux')
|
||||
- nightly-l (build_sku == 'gpu') and (flavor == 'release') and (os == 'linux')
|
||||
|
||||
testCases:
|
||||
Run must finish with error code 0 (outputs __COMPLETED__ in that case):
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
dataDir: .
|
||||
|
||||
tags:
|
||||
- bvt-l (build_sku == 'gpu') and (flavor == 'release')
|
||||
- nightly-l (build_sku == 'gpu') and (flavor == 'release')
|
||||
- bvt-l (build_sku == 'gpu') and (flavor == 'release') and (os == 'linux')
|
||||
- nightly-l (build_sku == 'gpu') and (flavor == 'release') and (os == 'linux')
|
||||
|
||||
testCases:
|
||||
Run must finish with error code 0 (outputs __COMPLETED__ in that case):
|
||||
|
|
Загрузка…
Ссылка в новой задаче