forked from microsoft/CNTK
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move UnitTests/* and PyTest to L leg to better balance
Also, PyTest Debug only in Nightly.
- Loading branch information
1 parent
90c8025
commit c517ecb
Showing
5 changed files
with
14 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
dataDir: . | ||
|
||
tags: | ||
# running on linux BVT job in 'E' (Examples) leg | ||
- bvt-e (os == 'linux') and (build_sku == 'gpu') | ||
# running on linux Nightly job in 'E' (Examples) leg | ||
- nightly-e (os == 'linux') and (build_sku == 'gpu') | ||
- bvt-l (os == 'linux') and (build_sku == 'gpu') and (flavor == 'release') | ||
- nightly-l (os == 'linux') and (build_sku == 'gpu') | ||
|
||
testCases: | ||
PyTest run must finish with error code 0 (outputs __COMPLETED__ in that case): | ||
patterns: | ||
- __COMPLETED__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters