Updating benchmark version
This commit is contained in:
@@ -1,21 +1,21 @@
|
|||||||
::
|
::
|
||||||
:: before-test.cmd - Prepares AppVeyor CI worker to run epanet regression tests
|
:: before-test.cmd - Prepares AppVeyor CI worker to run epanet regression tests
|
||||||
::
|
::
|
||||||
:: Date Created: 4/3/2018
|
:: Date Created: 4/3/2018
|
||||||
::
|
::
|
||||||
:: Author: Michael E. Tryby
|
:: Author: Michael E. Tryby
|
||||||
:: US EPA - ORD/NRMRL
|
:: US EPA - ORD/NRMRL
|
||||||
::
|
::
|
||||||
:: Arguments:
|
:: Arguments:
|
||||||
:: 1 - relative path regression test file staging location
|
:: 1 - relative path regression test file staging location
|
||||||
:: 2 - absolute path to location of software under test
|
:: 2 - absolute path to location of software under test
|
||||||
:: 3 - build identifier for software under test
|
:: 3 - build identifier for software under test
|
||||||
::
|
::
|
||||||
:: Note:
|
:: Note:
|
||||||
:: Tests and benchmark files are stored in the epanet-example-networks repo.
|
:: Tests and benchmark files are stored in the epanet-example-networks repo.
|
||||||
:: This script retreives them using a stable URL associated with a release on
|
:: This script retreives them using a stable URL associated with a release on
|
||||||
:: GitHub and stages the files for nrtest to run. The script assumes that
|
:: GitHub and stages the files for nrtest to run. The script assumes that
|
||||||
:: before-test.cmd and gen-config.cmd are located together in the same folder.
|
:: before-test.cmd and gen-config.cmd are located together in the same folder.
|
||||||
::
|
::
|
||||||
|
|
||||||
@echo off
|
@echo off
|
||||||
@@ -25,8 +25,8 @@ set SCRIPT_HOME=%~dp0
|
|||||||
set TEST_HOME=%~1
|
set TEST_HOME=%~1
|
||||||
|
|
||||||
|
|
||||||
set EXAMPLES_VER=1.0.2-dev.4
|
set EXAMPLES_VER=1.0.2-dev.5
|
||||||
set BENCHMARK_VER=220dev4
|
set BENCHMARK_VER=220dev5
|
||||||
|
|
||||||
|
|
||||||
set TESTFILES_URL=https://github.com/OpenWaterAnalytics/epanet-example-networks/archive/v%EXAMPLES_VER%.zip
|
set TESTFILES_URL=https://github.com/OpenWaterAnalytics/epanet-example-networks/archive/v%EXAMPLES_VER%.zip
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
::
|
::
|
||||||
:: run_nrtest.cmd - Runs numerical regression test
|
:: run_nrtest.cmd - Runs numerical regression test
|
||||||
::
|
::
|
||||||
:: Date Created: 1/8/2018
|
:: Date Created: 1/8/2018
|
||||||
::
|
::
|
||||||
:: Author: Michael E. Tryby
|
:: Author: Michael E. Tryby
|
||||||
:: US EPA - ORD/NRMRL
|
:: US EPA - ORD/NRMRL
|
||||||
::
|
::
|
||||||
:: Arguments:
|
:: Arguments:
|
||||||
:: 1 - nrtest script path
|
:: 1 - nrtest script path
|
||||||
:: 2 - test suite path
|
:: 2 - test suite path
|
||||||
:: 3 - version/build identifier
|
:: 3 - version/build identifier
|
||||||
@@ -18,7 +18,7 @@ setlocal
|
|||||||
set NRTEST_SCRIPT_PATH=%~1
|
set NRTEST_SCRIPT_PATH=%~1
|
||||||
set TEST_SUITE_PATH=%~2
|
set TEST_SUITE_PATH=%~2
|
||||||
|
|
||||||
set BENCHMARK_VER=220dev4
|
set BENCHMARK_VER=220dev5
|
||||||
|
|
||||||
|
|
||||||
set NRTEST_EXECUTE_CMD=python %NRTEST_SCRIPT_PATH%\nrtest execute
|
set NRTEST_EXECUTE_CMD=python %NRTEST_SCRIPT_PATH%\nrtest execute
|
||||||
|
|||||||
Reference in New Issue
Block a user