Skip to content

Merge branch 'issue2293_chiller_plant_seq' of github.com:lbl-srg/mode…

efed151
Select commit
Loading
Failed to load commit list.
Draft

Templates • CHW plant #3167

Merge branch 'issue2293_chiller_plant_seq' of github.com:lbl-srg/mode…
efed151
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Apr 20, 2026 in 52s

Build Failed

The build failed. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #3167 Issue1374 template chw final.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Noble)
Python Version 3.12
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "noble",
  "python": [
    "3.12"
  ],
  "branches": {
    "only": [
      "master",
      "/^maint_.*$/",
      "release"
    ]
  },
  "cache": {
    "pip": true,
    "directories": [
      ".git/lfs"
    ]
  },
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  },
  "git": {
    "depth": 10,
    "lfs_skip_smudge": true
  },
  "services": [
    "docker",
    "xvfb"
  ],
  "env": [
    "global={:DOCKER_REPONAME=>\"lbnlblum\"}={:BUILDINGSPY_VERSION=>\"BuildingsPy@v5.2.0\"}={:OMC_VERSION=>\"ubuntu-2404-omc:1.26.3-1\"}={:OPTIMICA_VERSION=>\"travis-ubuntu-2404-optimica:1.66\"}={:DYMOLA_VERSION=>\"travis_ubuntu-2404_dymola:2026x-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\"}={:MODELICA_JSON_VERSION=>\"6d950c3592fa021aa914ba4ff34a67cbb69962c6\"}={:MODELICA_JSON_HOME=>\"${TRAVIS_BUILD_DIR}/modelica-json\"}"
  ],
  "install": [
    "git lfs pull",
    "pip3 install --upgrade pip wheel",
    "pip3 install git+https://github.com/lbl-srg/${BUILDINGSPY_VERSION}",
    "if [[ \"$TEST_ARG\" == *test-energyplus* ]] || [[ \"$TEST_ARG\" == *test-templates* ]]; then export ENERGYPLUS_9_6_0=${ENERGYPLUS_9_6_0}; export ENERGYPLUS_23_1_0=${ENERGYPLUS_23_1_0}; pip3 install -r Buildings/Resources/Scripts/EnergyPlus/requirements.txt; fi;",
    "if [[ \"$TEST_ARG\" == *EnergyPlus_24_2_0* ]] || [[ \"$TEST_ARG\" == *Buildings.{Obsolete* ]] || [[ \"$TEST_ARG\" == *Buildings.DHC.{ETS,Loads,Networks,Plants}* ]] || [[ \"$TEST_ARG\" == *spawn* ]]; then echo \"Installing Spawn binaries\"; Buildings/Resources/src/ThermalZones/install.py --binaries-for-os-only; fi;",
    "if [[ \"$TEST_ARG\" == *SINGLEPROC* ]]; then export NPROC=1; else export NPROC=10; fi;"
  ]
}