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

Bump urllib3 from 1.26.8 to 1.26.17 in /IBPSA/Resources/src/fluid/heatpumps/calibration/doc #1802

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

6f2d71a
Select commit
Loading
Failed to load commit list.
Merged

Bump urllib3 from 1.26.8 to 1.26.17 in /IBPSA/Resources/src/fluid/heatpumps/calibration/doc #1802

Bump urllib3 in /IBPSA/Resources/src/fluid/heatpumps/calibration/doc
6f2d71a
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Travis CI / Travis CI - Pull Request succeeded Oct 3, 2023 in 3h 20m 26s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #1802 Bump urllib3 from 1.26.8 to 1.26.17 in /IBPSA/Resources/src/fluid/heatpumps/calibration/doc.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has 13 jobs, running in parallel.

Job Python ENV OS State
5711.1 3.8 [email protected] Linux passed
5711.2 3.8 [email protected] Linux passed
5711.3 3.8 [email protected] Linux passed
5711.4 3.8 [email protected] Linux passed
5711.5 3.8 [email protected] Linux passed
5711.6 3.8 [email protected] Linux passed
5711.7 3.8 [email protected] Linux passed
5711.8 3.8 [email protected] Linux passed
5711.9 3.8 [email protected] Linux passed
5711.10 3.8 [email protected] Linux passed
5711.11 3.8 [email protected] Linux passed
5711.12 3.8 [email protected] Linux passed
5711.13 3.8 [email protected] Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Python Version 3.8
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "python": [
    "3.8"
  ],
  "cache": {
    "pip": true
  },
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  },
  "git": {
    "depth": 10
  },
  "services": [
    "docker",
    "xvfb"
  ],
  "env": [
    "global={:BUILDINGSPY_VERSION=>\"[email protected]\"}={:OMC_VERSION=>\"ubuntu-2204-omc:1.22.0_dev-41-g8a5b18f-1\"}={:DYMOLA_VERSION=>\"travis_ubuntu-2004_dymola:2023x-x86_64_rev-1\"} 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,Sensors,Sources,Storage}\\\\\\\"\\\"\"}={:TEST_ARG=>\"\\\"make test-openmodelica PACKAGE=\\\\\\\"IBPSA.Fluid.{HeatExchangers,HeatPumps,Humidifiers,Interfaces,MassExchangers,MixingVolumes,Movers,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}\\\\\\\"\\\"\"}={:TEST_ARG=>\"\\\"make test-openmodelica PACKAGE=\\\\\\\"IBPSA.{Airflow,BoundaryConditions,Controls}\\\\\\\"\\\"\"}={: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_USERNAME\"/${DYMOLA_VERSION}; cp IBPSA/Resources/Scripts/travis/dymola/dymola $HOME/bin/; fi;",
    "if [[ \"$TEST_ARG\" == *test-openmodelica* ]]; then docker pull \"$DOCKER_USERNAME\"/${OMC_VERSION}; cp IBPSA/Resources/Scripts/travis/omc/omc $HOME/bin/omc; fi;"
  ],
  "install": [
    "pip3 install --upgrade pip wheel",
    "pip3 install --only-binary=numpy,scipy,matplotlib numpy==1.21.4 scipy==1.7.3 matplotlib==3.5.1",
    "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"
  ]
}