Skip to content

Commit

Permalink
Move UnitTests/* and PyTest to L leg to better balance
Browse files Browse the repository at this point in the history
Also, PyTest Debug only in Nightly.
  • Loading branch information
mahilleb-msft committed Sep 1, 2016
1 parent 90c8025 commit c517ecb
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 16 deletions.
7 changes: 2 additions & 5 deletions Tests/EndToEndTests/PyTest/testcases.yml
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__

6 changes: 3 additions & 3 deletions Tests/EndToEndTests/UnitTests/BrainScriptTests/testcases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ dataDir: .

tags:
# GPU only, at this stage.
# TODO move from e to separate leg, requires infra changes
- bvt-e (build_sku == 'gpu') and (device == 'gpu')
- nightly-e (build_sku == 'gpu') and (device == 'gpu')
# TODO move from l to separate leg, requires infra changes
- bvt-l (build_sku == 'gpu') and (device == 'gpu')
- nightly-l (build_sku == 'gpu') and (device == 'gpu')

testCases:
Test cases pass:
Expand Down
6 changes: 3 additions & 3 deletions Tests/EndToEndTests/UnitTests/EvalTests/testcases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ dataDir: .

tags:
# GPU only, at this stage.
# TODO move from e to separate leg, requires infra changes
- bvt-e (build_sku == 'gpu') and (device == 'gpu')
- nightly-e (build_sku == 'gpu') and (device == 'gpu')
# TODO move from l to separate leg, requires infra changes
- bvt-l (build_sku == 'gpu') and (device == 'gpu')
- nightly-l (build_sku == 'gpu') and (device == 'gpu')

testCases:
Test cases pass:
Expand Down
5 changes: 3 additions & 2 deletions Tests/EndToEndTests/UnitTests/ManagedEvalTests/testcases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ dataDir: .

tags:
# CPU-only for now.
- bvt-e (build_sku == 'cpu') and (os=='windows')
- nightly-e (build_sku == 'cpu') and (os=='windows')
# TODO move from l to separate leg, requires infra changes
- bvt-l (build_sku == 'cpu') and (os=='windows')
- nightly-l (build_sku == 'cpu') and (os=='windows')

testCases:
Each test passes:
Expand Down
6 changes: 3 additions & 3 deletions Tests/EndToEndTests/UnitTests/MathTests/testcases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ dataDir: .

tags:
# GPU only, at this stage.
# TODO move from e to separate leg, requires infra changes
- bvt-e (build_sku == 'gpu') and (device == 'gpu')
- nightly-e (build_sku == 'gpu') and (device == 'gpu')
# TODO move from l to separate leg, requires infra changes
- bvt-l (build_sku == 'gpu') and (device == 'gpu')
- nightly-l (build_sku == 'gpu') and (device == 'gpu')

testCases:
Test cases pass:
Expand Down

0 comments on commit c517ecb

Please sign in to comment.