Issue582 update testcase1 and testcase 3 documentation #706
+7,980
−0
Travis CI / Travis CI - Pull Request
succeeded
Nov 15, 2024 in 7h 20m 15s
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 #706 Issue582 Update testcase1 and testcase 3 documentation.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has 23 jobs, running in parallel.
Job | Python | OS | State |
---|---|---|---|
2129.1 | Linux | passed | |
2129.2 | 3.9 | Linux | passed |
2129.3 | 3.9 | Linux | passed |
2129.4 | 3.9 | Linux | passed |
2129.5 | 3.9 | Linux | passed |
2129.6 | 3.9 | Linux | passed |
2129.7 | 3.9 | Linux | passed |
2129.8 | 3.9 | Linux | passed |
2129.9 | 3.9 | Linux | passed |
2129.10 | 3.9 | Linux | passed |
2129.11 | 3.9 | Linux | passed |
2129.12 | 3.9 | Linux | passed |
2129.13 | 3.9 | Linux | passed |
2129.14 | 3.9 | Linux | passed |
2129.15 | 3.9 | Linux | passed |
2129.16 | 3.9 | Linux | passed |
2129.17 | 3.9 | Linux | passed |
2129.18 | 3.9 | Linux | passed |
2129.19 | 3.9 | Linux | passed |
2129.20 | 3.9 | Linux | passed |
2129.21 | 3.9 | Linux | passed |
2129.22 | 3.9 | Linux | passed |
2129.23 | 3.9 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Focal) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"branches": {
"only": [
"master"
]
},
"git": {
"depth": 10
},
"notifications": {
"email": [
{
"enabled": false
}
]
},
"services": [
"docker"
],
"before_install": [
"sudo systemctl stop docker.service && sudo systemctl stop docker.socket",
"curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -",
"yes | sudo add-apt-repository \"deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable\"",
"sudo apt-get update",
"sudo apt-get -y -o Dpkg::Options::=\"--force-confnew\" install docker-ce",
"sudo systemctl start docker"
],
"before_script": [
"export PYTHONPATH=$PYTHONPATH:$(pwd)"
],
"jobs": {
"include": [
{
"script": [
"docker compose up -d web worker provision && sleep 10 && docker compose up test --no-deps --exit-code-from test"
]
},
{
"python": "3.9",
"install": [
"pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 requests==2.25.1"
],
"script": [
"cd testing && make build_jm_image && make test_parser"
]
},
{
"python": "3.9",
"install": [
"pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 requests==2.25.1"
],
"script": [
"cd testing && make build_jm_image && make test_data"
]
},
{
"python": "3.9",
"install": [
"pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 requests==2.25.1"
],
"script": [
"cd testing && make build_jm_image && make test_forecast"
]
},
{
"python": "3.9",
"install": [
"pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 requests==2.25.1"
],
"script": [
"cd testing && make build_jm_image && make test_kpis"
]
},
{
"python": "3.9",
"install": [
"pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 requests==2.25.1 rdflib==6.3.2 bacpypes==0.18.7"
],
"script": [
"cd testing && make build_jm_image && make test_bacnet"
]
},
{
"python": "3.9",
"install": [
"pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 requests==2.25.1"
],
"script": [
"cd testing && make build_jm_image && make test_testcase"
]
},
{
"python": "3.9",
"install": [
"pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 requests==2.25.1"
],
"script": [
"cd testing && make build_jm_image && make test_readme_commands"
]
},
{
"python": "3.9",
"install": [
"pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 requests==2.25.1"
],
"script": [
"cd testing && make build_jm_image && make test_testcase1"
]
},
{
"python": "3.9",
"install": [
"pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 requests==2.25.1"
],
"script": [
"cd testing && make build_jm_image && make test_testcase2"
]
},
{
"python": "3.9",
"install": [
"pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 requests==2.25.1"
],
"script": [
"cd testing && make build_jm_image && make test_testcase3"
]
},
{
"python": "3.9",
"install": [
"pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 requests==2.25.1"
],
"script": [
"cd testing && make build_jm_image && make test_bestest_air"
]
},
{
"python": "3.9",
"install": [
"pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 requests==2.25.1"
],
"script": [
"cd testing && make build_jm_image && make test_bestest_hydronic"
]
},
{
"python": "3.9",
"install": [
"pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 requests==2.25.1"
],
"script": [
"cd testing && make build_jm_image && make test_bestest_hydronic_heat_pump"
]
},
{
"python": "3.9",
"install": [
"pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 requests==2.25.1"
],
"script": [
"cd testing && make build_jm_image && make test_singlezone_commercial_hydronic"
]
},
{
"python": "3.9",
"install": [
"pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 requests==2.25.1"
],
"script": [
"cd testing && make build_jm_image && make test_twozone_apartment_hydronic"
]
},
{
"python": "3.9",
"install": [
"pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 requests==2.25.1"
],
"script": [
"cd testing && travis_wait 90 make test_multizone_office_simple_hydronic_no_compile"
]
},
{
"python": "3.9",
"install": [
"pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 requests==2.25.1"
],
"script": [
"cd testing && make build_jm_image && travis_wait 90 make test_multizone_office_simple_air ARG=\"-s test_peak_heat_day,test_typical_heat_day\""
]
},
{
"python": "3.9",
"install": [
"pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 requests==2.25.1"
],
"script": [
"cd testing && make build_jm_image && travis_wait 90 make test_multizone_office_simple_air ARG=\"-s test_peak_cool_day,test_typical_cool_day,test_mix_day\""
]
},
{
"python": "3.9",
"install": [
"pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 requests==2.25.1"
],
"script": [
"cd testing && make build_jm_image && travis_wait 90 make test_multizone_office_simple_air ARG=\"-s API\""
]
},
{
"python": "3.9",
"install": [
"pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 requests==2.25.1"
],
"script": [
"cd testing && make build_jm_image && travis_wait 90 make test_multizone_residential_hydronic ARG=\"-s test_peak_heat_day,test_shoulder\""
]
},
{
"python": "3.9",
"install": [
"pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 requests==2.25.1"
],
"script": [
"cd testing && make build_jm_image && travis_wait 90 make test_multizone_residential_hydronic ARG=\"-s test_typical_heat_day,test_summer\""
]
},
{
"python": "3.9",
"install": [
"pip install --upgrade pip && pip install pandas==1.2.5 numpy==1.20.2 requests==2.25.1"
],
"script": [
"cd testing && make build_jm_image && travis_wait 90 make test_multizone_residential_hydronic ARG=\"-s API\""
]
}
]
}
}
Loading