Skip to content

Commit

Permalink
Changed yaml files for e2e example runs
Browse files Browse the repository at this point in the history
  • Loading branch information
pkranen committed Jan 30, 2016
1 parent d0e9354 commit ab76545
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
dataDir: ../../../../Image/Data

tags:
# TODO: create new leg for Example-related e2e tests?
- examples (flavor=='debug')
# part of examples as e2e tests (use TestDriver.py -t examples)
- examples
# running every Nightly job in 'P' leg
# - nightly-p

testCases:
CNTK Run must be completed:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ ConfigDir=$TEST_DIR/../../../../../../Examples/Image/MNIST/Config
CleanDataDir=$(cygpath -aw $DataDir)

# cntkrun <CNTK config file name> <additional CNTK args>
cntkrun 02_Convolution.config "train=[reader=[file=$CleanDataDir/Train.txt]] test=[reader=[file=$CleanDataDir/Test.txt]] train=[SGD=[maxEpochs=1]] train=[reader=[randomize=none]]" || exit $?
cntkrun 02_Convolution.config "train=[reader=[file=$CleanDataDir/Train.txt]] test=[reader=[file=$CleanDataDir/Test.txt]] train=[SGD=[maxEpochs=1]] train=[SGD=[epochSize=128]] train=[reader=[randomize=none]]" || exit $?

Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
dataDir: ../../../../Image/Data

tags:
# TODO: create new leg for Example-related e2e tests?
- examples (flavor=='release')
# part of examples as e2e tests (use TestDriver.py -t examples)
- examples
# running every Nightly job in 'P' leg
# - nightly-p

testCases:
CNTK Run must be completed:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ ConfigDir=$TEST_DIR/../../../../../../Examples/Image/MNIST/Config
CleanDataDir=$(cygpath -aw $DataDir)

# cntkrun <CNTK config file name> <additional CNTK args>
cntkrun 03_ConvBatchNorm.config "train=[reader=[file=$CleanDataDir/Train.txt]] test=[reader=[file=$CleanDataDir/Test.txt]] train=[SGD=[maxEpochs=1]] train=[SGD=[epochSize=100]] train=[reader=[randomize=none]]" || exit $?
cntkrun 03_ConvBatchNorm.config "train=[reader=[file=$CleanDataDir/Train.txt]] test=[reader=[file=$CleanDataDir/Test.txt]] train=[SGD=[maxEpochs=1]] train=[SGD=[epochSize=128]] train=[reader=[randomize=none]]" || exit $?

Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
dataDir: ../../../../Image/Data

tags:
# TODO: create new leg for Example-related e2e tests?
- examples (flavor=='debug')
# part of examples as e2e tests (use TestDriver.py -t examples)
- examples
# running every Nightly job in 'P' leg
# - nightly-p

testCases:
CNTK Run must be completed:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
ConfigDir=$TEST_DIR/../../../../../../Examples/Other/Simple2d/Config

# cntkrun <CNTK config file name> <additional CNTK args>
cntkrun Multigpu.config "Simple_Demo_Train=[SGD=[maxEpochs=1]] Simple_Demo_Train=[SGD=[epochSize=100]] Simple_Demo_Train=[reader=[randomize=none]]" || exit $?
cntkrun Multigpu.config "Multigpu_Demo_Train=[SGD=[maxEpochs=1]] Multigpu_Demo_Train=[SGD=[epochSize=100]] Multigpu_Demo_Train=[reader=[randomize=none]]" || exit $?

Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
dataDir: ../../../../../../Examples/Other/Simple2d/Data

tags:
# TODO: create new leg for Example-related e2e tests?
- examples (flavor=='debug') and (device=='gpu') and (build_sku == '1bitsgd')
# part of examples as e2e tests (use TestDriver.py -t examples)
- examples
# running every Nightly job in 'P' leg, requires 1BitSGD
# - nightly-p (build_sku == '1bitsgd')

testCases:
CNTK Run must be completed:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
dataDir: ../../../../../../Examples/Other/Simple2d/Data

tags:
# TODO: create new leg for Example-related e2e tests?
- examples (flavor=='debug') & (device=='cpu')
# part of examples as e2e tests (use TestDriver.py -t examples)
- examples
# running every Nightly job in 'P' leg
# - nightly-p

testCases:
CNTK Run must be completed:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
dataDir: ../../../../../../Examples/Speech/AN4/Data

tags:
# TODO: create new leg for Example-related e2e tests?
- examples (flavor=='release') and (build_sku == '1bitsgd')
# part of examples as e2e tests (use TestDriver.py -t examples)
- examples
# running every Nightly job in 'P' leg, requires 1BitSGD
# - nightly-p (build_sku == '1bitsgd')

testCases:
CNTK Run must be completed:
Expand Down
6 changes: 4 additions & 2 deletions Tests/EndToEndTests/Examples/Speech/AN4/LSTM/testcases.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
dataDir: ../../../../../../Examples/Speech/AN4/Data

tags:
# TODO: create new leg for Example-related e2e tests?
- examples (flavor=='release') and (build_sku == '1bitsgd')
# part of examples as e2e tests (use TestDriver.py -t examples)
- examples
# running every Nightly job in 'P' leg, requires 1BitSGD
# - nightly-p (build_sku == '1bitsgd')

testCases:
CNTK Run must be completed:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
dataDir: ../../../../../../Examples/Text/PennTreebank/Data

tags:
# TODO: create new leg for Example-related e2e tests?
# part of examples as e2e tests (use TestDriver.py -t examples)
- examples (flavor=='release') and (device=='gpu')
# running every Nightly job in 'P' leg
# currently commented out due to long runtime (> 10 minutes)
# - nightly-p (flavor=='release') and (device=='gpu')

testCases:
CNTK Run must be completed:
Expand Down

0 comments on commit ab76545

Please sign in to comment.