Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated OCT image to 1.55.11 (maint 10.0.x) #4108

Open
wants to merge 4 commits into
base: maint_10.0.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:
- DOCKER_REPONAME=lbnlblum
- [email protected]
- OMC_VERSION=ubuntu-2204-omc:1.24.0-1
- OPTIMICA_VERSION=travis-ubuntu-2204-optimica:1.43.4_rev-1
- OPTIMICA_VERSION=travis-ubuntu-2204-optimica:1.55.11
- DYMOLA_VERSION=travis_ubuntu-2004_dymola:2024xRefresh1-x86_64
- ENERGYPLUS_9_6_0=EnergyPlus-9.6.0-f420c06a69-Linux-Ubuntu20.04-x86_64
- ENERGYPLUS_23_1_0=EnergyPlus-23.1.0-87ed9199d4-Linux-Ubuntu20.04-x86_64
Expand Down
7 changes: 7 additions & 0 deletions Buildings/Resources/Scripts/BuildingsPy/conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
comment: simulation terminated by an assertion at initialization
simulate: false
time_out: 600
- model_name: Buildings.Examples.VAVReheat.Validation.TraceSubstance
optimica:
comment: Process timeout after 300 s
time_out: 600
- model_name: Buildings.Experimental.DHC.EnergyTransferStations.Combined.Validation.ChillerBorefield
openmodelica:
comment: Timeout on travis after 900 seconds, https://app.travis-ci.com/github/lbl-srg/modelica-buildings/jobs/615261271
Expand Down Expand Up @@ -201,6 +205,9 @@
comment: simulation terminated by an assertion at initialization
simulate: false
time_out: 600
optimica:
comment: Process timeout after 300 s
time_out: 600
- model_name: Buildings.Obsolete.Utilities.IO.Python36.Examples.KalmanFilter
dymola:
comment: Python 3.6 is not supported on Ubuntu 20.04, will be upgraded to more recent version
Expand Down