Restrict Python tests to Linux

This commit is contained in:
Willi Richert 2016-10-04 08:28:22 +01:00
Родитель ba17293da4
Коммит 0d7bcbad88
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -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):