diff --git a/.travis.yml b/.travis.yml index 7c052d84b9b..bbf3e8df32d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -106,9 +106,9 @@ env: # - TEST_ARG="make test-dymola PACKAGE=\"Buildings.Utilities\"" # - TEST_ARG="make test-openmodelica PACKAGE=\"Buildings.Utilities\"" # - TEST_ARG="make test-optimica PACKAGE=\"Buildings.Utilities\"" - - TEST_ARG="make test-dymola PACKAGE=\"Buildings.Templates\"" - - TEST_ARG="make test-openmodelica PACKAGE=\"Buildings.Templates\"" - - TEST_ARG="make test-optimica PACKAGE=\"Buildings.Templates\"" + # - TEST_ARG="make test-dymola PACKAGE=\"Buildings.Templates\"" + # - TEST_ARG="make test-openmodelica PACKAGE=\"Buildings.Templates\"" + # - TEST_ARG="make test-optimica PACKAGE=\"Buildings.Templates\"" - TEST_ARG="make test-templates-optimica" - TEST_ARG="make test-templates-dymola" diff --git a/Buildings/Resources/Scripts/travis/templates/VAVBox.py b/Buildings/Resources/Scripts/travis/templates/VAVBox.py index 66f3b5fd530..3733c36795b 100755 --- a/Buildings/Resources/Scripts/travis/templates/VAVBox.py +++ b/Buildings/Resources/Scripts/travis/templates/VAVBox.py @@ -94,11 +94,10 @@ print(f'Number of cases to be simulated: {len(combinations)}.\n') - # FIXME(AntoineGautier PR#????): Temporarily limit the number of simulations to be run (for testing purposes only). - with open('unitTestsCombinations.log', 'w') as FH: - for c in combinations: - FH.write("*********" + c[0] + "\n\n" + "\n".join(c[1]) + "\n\n") - # combinations = combinations[:2] + # # Log combinations for debugging. + # with open('unitTestsCombinations.log', 'w') as FH: + # for c in combinations: + # FH.write("*********" + c[0] + "\n\n" + "\n".join(c[1]) + "\n\n") # Simulate cases. results = simulate_cases(combinations, simulator=SIMULATOR, asy=False) diff --git a/Buildings/Resources/Scripts/travis/templates/VAVMultiZone.py b/Buildings/Resources/Scripts/travis/templates/VAVMultiZone.py index dae6f072286..85c170e44cb 100755 --- a/Buildings/Resources/Scripts/travis/templates/VAVMultiZone.py +++ b/Buildings/Resources/Scripts/travis/templates/VAVMultiZone.py @@ -234,10 +234,10 @@ print(f'Number of cases to be simulated: {len(combinations)}.\n') - # Lof combinations for debugging. - with open('unitTestsCombinations.log', 'w') as FH: - for c in combinations: - FH.write("*********" + c[0] + "\n\n" + "\n".join(c[1]) + "\n\n") + # # Log combinations for debugging. + # with open('unitTestsCombinations.log', 'w') as FH: + # for c in combinations: + # FH.write("*********" + c[0] + "\n\n" + "\n".join(c[1]) + "\n\n") # Simulate cases. results = simulate_cases(combinations, simulator=SIMULATOR, asy=False)