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

Fixed #572 : allow long duration hydro reservoir #598

Merged
merged 1 commit into from
Feb 1, 2024

Fixed issue #572 by allowing hydro reservoirs to operate as long dura…

9249449
Select commit
Loading
Failed to load commit list.
Merged

Fixed #572 : allow long duration hydro reservoir #598

Fixed issue #572 by allowing hydro reservoirs to operate as long dura…
9249449
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Dec 8, 2023 in 43m 57s

Build Failed

The build failed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #598 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 passed.

Job Julia OS State
379.1 1.6 Linux passed
379.2 1.7 Linux passed
379.3 1.8 Linux passed
379.4 nightly Linux passed

Stage 2: Documentation

This stage failed.

Job Julia OS State
379.5 1.6 Linux failed

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"
]
}