Skip to content

Bump requests in /IBPSA/Resources/src/fluid/heatpumps/calibration/doc

45b07b5
Select commit
Loading
Failed to load commit list.
Merged

Bump requests from 2.32.4 to 2.33.0 in /IBPSA/Resources/src/fluid/heatpumps/calibration/doc #2098

Bump requests in /IBPSA/Resources/src/fluid/heatpumps/calibration/doc
45b07b5
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Mar 26, 2026 in 5h 28m 2s

Build Passed

The build passed.

Details

This is a normal build for the dependabot/pip/IBPSA/Resources/src/fluid/heatpumps/calibration/doc/requests-2.33.0 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has 13 jobs, running in parallel.

Job Python ENV OS State
7128.1 3.12 DOCKER_REPONAME=lbnlblum Linux passed
7128.2 3.12 DOCKER_REPONAME=lbnlblum Linux passed
7128.3 3.12 DOCKER_REPONAME=lbnlblum Linux passed
7128.4 3.12 DOCKER_REPONAME=lbnlblum Linux passed
7128.5 3.12 DOCKER_REPONAME=lbnlblum Linux passed
7128.6 3.12 DOCKER_REPONAME=lbnlblum Linux passed
7128.7 3.12 DOCKER_REPONAME=lbnlblum Linux passed
7128.8 3.12 DOCKER_REPONAME=lbnlblum Linux passed
7128.9 3.12 DOCKER_REPONAME=lbnlblum Linux passed
7128.10 3.12 DOCKER_REPONAME=lbnlblum Linux passed
7128.11 3.12 DOCKER_REPONAME=lbnlblum Linux passed
7128.12 3.12 DOCKER_REPONAME=lbnlblum Linux passed
7128.13 3.12 DOCKER_REPONAME=lbnlblum Linux passed

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"
  ],
  "cache": {
    "pip": true
  },
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  },
  "git": {
    "depth": 10
  },
  "services": [
    "docker",
    "xvfb"
  ],
  "env": [
    "global={:DOCKER_REPONAME=>\"lbnlblum\"}={:BUILDINGSPY_VERSION=>\"BuildingsPy@v5.2.0\"}={:OMC_VERSION=>\"ubuntu-2204-omc:1.24.0-1\"}={:DYMOLA_VERSION=>\"travis_ubuntu-2404_dymola:2026x-x86_64\"} jobs={:TEST_ARG=>\"\\\"make test-bestest\\\"\"}={:TEST_ARG=>\"\\\"make test-dymola       PACKAGE=\\\\\\\"IBPSA.{Examples,Experimental}\\\\\\\"\\\"\"}={:TEST_ARG=>\"\\\"make test-openmodelica PACKAGE=\\\\\\\"IBPSA.{Examples,Experimental}\\\\\\\"\\\"\"}={:TEST_ARG=>\"\\\"make test-dymola       PACKAGE=\\\\\\\"IBPSA.Fluid.{Actuators,BaseClasses,Chillers,Delays,Geothermal,Examples,FMI,FixedResistances}\\\\\\\"\\\"\"}={:TEST_ARG=>\"\\\"make test-openmodelica PACKAGE=\\\\\\\"IBPSA.Fluid.{Actuators,BaseClasses,Chillers,Delays,Geothermal,Examples,FMI,FixedResistances}\\\\\\\"\\\"\"}={:TEST_ARG=>\"\\\"make test-dymola       PACKAGE=\\\\\\\"IBPSA.Fluid.{HeatExchangers,HeatPumps,Humidifiers,Interfaces,MassExchangers,MixingVolumes,Movers,SolarCollectors,Sensors,Sources,Storage}\\\\\\\"\\\"\"}={:TEST_ARG=>\"\\\"make test-openmodelica PACKAGE=\\\\\\\"IBPSA.Fluid.{HeatExchangers,HeatPumps,Humidifiers,Interfaces,MassExchangers,MixingVolumes,Movers,SolarCollectors,Sensors,Sources,Storage}\\\\\\\"\\\"\"}={:TEST_ARG=>\"\\\"make test-dymola       PACKAGE=\\\\\\\"IBPSA.ThermalZones\\\\\\\"\\\"\"}={:TEST_ARG=>\"\\\"make test-openmodelica PACKAGE=\\\\\\\"IBPSA.ThermalZones\\\\\\\"\\\"\"}={:TEST_ARG=>\"\\\"make test-dymola       PACKAGE=\\\\\\\"IBPSA.{Airflow,BoundaryConditions,Controls,Electrical}\\\\\\\"\\\"\"}={:TEST_ARG=>\"\\\"make test-openmodelica PACKAGE=\\\\\\\"IBPSA.{Airflow,BoundaryConditions,Controls,Electrical}\\\\\\\"\\\"\"}={:TEST_ARG=>\"\\\"make test-dymola       PACKAGE=\\\\\\\"IBPSA.{Media,Utilities}\\\\\\\"\\\"\"}={:TEST_ARG=>\"\\\"make test-openmodelica PACKAGE=\\\\\\\"IBPSA.{Media,Utilities}\\\\\\\"\\\"\"}"
  ],
  "before_install": [
    "echo \"$DOCKER_PASSWORD\" | docker login -u \"$DOCKER_USERNAME\" --password-stdin",
    "if [[ \"$TEST_ARG\" == *test-dymola* || \"$TEST_ARG\" == *test-bestest* ]]; then docker pull \"$DOCKER_REPONAME\"/${DYMOLA_VERSION}; cp IBPSA/Resources/Scripts/travis/dymola/dymola $HOME/bin/; fi;",
    "if [[ \"$TEST_ARG\" == *test-openmodelica* ]]; then docker pull \"$DOCKER_REPONAME\"/${OMC_VERSION}; cp IBPSA/Resources/Scripts/travis/omc/omc $HOME/bin/omc; fi;"
  ],
  "install": [
    "pip3 install git+https://github.com/lbl-srg/${BUILDINGSPY_VERSION}"
  ],
  "script": [
    "(cd IBPSA/Resources/Scripts/travis && travis_wait 70 $TEST_ARG)"
  ],
  "after_failure": [
    "for ff in `find IBPSA -maxdepth 1 -name '*.log'`; do\n  echo \"*** Content of $ff\"\n  cat $ff\n  echo \"*** End of $ff\"\ndone"
  ]
}