Skip to content

Commit 5762141

Browse files
authored
Updated OCT image to 1.55.11 (maint 10.0.x) (#4108)
* Updated OCT image to 1.55.11 * Updated configuration file for OCT 1.55.11
1 parent bbebf21 commit 5762141

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333
- DOCKER_REPONAME=lbnlblum
3434
- BUILDINGSPY_VERSION=BuildingsPy@v5.1.0
3535
- OMC_VERSION=ubuntu-2204-omc:1.24.0-1
36-
- OPTIMICA_VERSION=travis-ubuntu-2204-optimica:1.43.4_rev-1
36+
- OPTIMICA_VERSION=travis-ubuntu-2204-optimica:1.55.11
3737
- DYMOLA_VERSION=travis_ubuntu-2004_dymola:2024xRefresh1-x86_64
3838
- ENERGYPLUS_9_6_0=EnergyPlus-9.6.0-f420c06a69-Linux-Ubuntu20.04-x86_64
3939
- ENERGYPLUS_23_1_0=EnergyPlus-23.1.0-87ed9199d4-Linux-Ubuntu20.04-x86_64
@@ -69,7 +69,7 @@ env:
6969
- TEST_ARG="make test-openmodelica PACKAGE=\"Buildings.Applications\""
7070
- TEST_ARG="make test-optimica PACKAGE=\"Buildings.Applications\""
7171
- TEST_ARG="make test-dymola PACKAGE=\"Buildings.Experimental.DHC.{EnergyTransferStations,Loads,Networks,Plants}\""
72-
- TEST_ARG="make test-openmodelica PACKAGE=\"Buildings.Experimental.DHC.{EnergyTransferStations,Loads,Networks,Plants}\""
72+
- TEST_ARG="make test-openmodelica PACKAGE=\"Buildings.Experimental.DHC.{EnergyTransferStations,Loads,Networks,Plants}\" SINGLEPROC=\"true\""
7373
- TEST_ARG="make test-optimica PACKAGE=\"Buildings.Experimental.DHC.{EnergyTransferStations,Loads,Networks,Plants}\""
7474
- TEST_ARG="make test-dymola PACKAGE=\"Buildings.Experimental.DHC.Examples.Combined\""
7575
- TEST_ARG="make test-openmodelica PACKAGE=\"Buildings.Experimental.DHC.Examples.Combined\" SINGLEPROC=\"true\""

Buildings/Resources/Scripts/BuildingsPy/conf.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161
comment: simulation terminated by an assertion at initialization
6262
simulate: false
6363
time_out: 600
64+
- model_name: Buildings.Examples.VAVReheat.Validation.TraceSubstance
65+
optimica:
66+
comment: Process timeout after 300 s
67+
time_out: 600
6468
- model_name: Buildings.Experimental.DHC.EnergyTransferStations.Combined.Validation.ChillerBorefield
6569
openmodelica:
6670
comment: Timeout on travis after 900 seconds, https://app.travis-ci.com/github/lbl-srg/modelica-buildings/jobs/615261271
@@ -108,11 +112,14 @@
108112
dymola:
109113
time_out: 600
110114
openmodelica:
111-
comment: simulation terminated by an assertion at initialization.
115+
comment: simulation terminated by an assertion at initialization
112116
simulate: false
113117
optimica:
114118
comment: pyfmi.fmi.FMUException Failed to update the events at time 3.024307E+06
115119
simulate: false
120+
- model_name: Buildings.Experimental.DHC.Plants.Combined.Validation.AllElectricCWStorage
121+
openmodelica:
122+
time_out: 600
116123
- model_name: Buildings.Experimental.DHC.Plants.Steam.BaseClasses.Examples.ControlVolumeEvaporation
117124
openmodelica:
118125
comment: simulation terminated by an assertion at initialization
@@ -201,6 +208,9 @@
201208
comment: simulation terminated by an assertion at initialization
202209
simulate: false
203210
time_out: 600
211+
optimica:
212+
comment: Process timeout after 300 s
213+
time_out: 600
204214
- model_name: Buildings.Obsolete.Utilities.IO.Python36.Examples.KalmanFilter
205215
dymola:
206216
comment: Python 3.6 is not supported on Ubuntu 20.04, will be upgraded to more recent version

0 commit comments

Comments
 (0)