Revert "Fixed #572 : allow long duration hydro reservoir" #630
Travis CI / Travis CI - Pull Request
required action
Feb 14, 2024 in 4m 18s
Build Errored
The build errored. This is a change from the previous build, which failed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #630 Revert "Fixed #572 : allow long duration hydro reservoir".
Any changes that have been made to the main branch before the build ran are also included.
Jobs and Stages
This build has five jobs, running in two sequential stages.
Stage 1: test
This stage errored.
Job | Julia | OS | State |
---|---|---|---|
387.1 | 1.6 | Linux | errored |
387.2 | 1.7 | Linux | errored |
387.3 | 1.8 | Linux | errored |
387.4 | nightly | Linux | errored |
Stage 2: Documentation
This stage canceled.
Job | Julia | OS | State |
---|---|---|---|
387.5 | 1.6 | Linux | canceled |
Build Configuration
Build Option | Setting |
---|---|
Language | Julia |
Operating System | Linux (Xenial) |
Julia Versions | 1.6, 1.7, 1.8, nightly |
Build Configuration
{
"coveralls": true,
"language": "julia",
"os": [
"linux"
],
"dist": "xenial",
"notifications": {
"email": [
{
"enabled": false
}
]
},
"julia": [
"1.6",
"1.7",
"1.8",
"nightly"
],
"branches": {
"only": [
"main",
"gh-pages"
]
},
"arch": [
"amd64"
],
"cache": {
"directories": [
"~/.julia/artifacts"
]
},
"jobs": {
"fast_finish": true,
"allow_failures": [
],
"include": [
{
"stage": "Documentation",
"julia": "1.6",
"script": [
"julia --project=docs -e '\n using Pkg\n Pkg.develop(PackageSpec(path=pwd()))\n Pkg.instantiate()\n using Documenter: DocMeta, doctest\n using GenX\n DocMeta.setdocmeta!(GenX, :DocTestSetup, :(using GenX); recursive=true)\n doctest(GenX)\n include(\"docs/make.jl\")'\n"
],
"after_success": [
"skip"
]
}
]
},
"after_success": [
"julia -e '\n using Pkg\n Pkg.add("Coverage")\n using Coverage\n Codecov.submit(process_folder())'\n",
"julia -e '\n using Pkg\n Pkg.add("Coverage")\n using Coverage\n Coveralls.submit(process_folder())'\n"
]
}
Loading