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

Fix update of starting transmission capacity in multistage GenX #633

Merged
merged 1 commit into from
Feb 14, 2024

Fix update of starting transmission capacity in multistage GenX

b98fd2a
Select commit
Loading
Failed to load commit list.
Merged

Fix update of starting transmission capacity in multistage GenX #633

Fix update of starting transmission capacity in multistage GenX
b98fd2a
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Feb 15, 2024 in 5m 3s

Build Errored

The build errored, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #633 Fix update of starting transmission capacity in multistage GenX.
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
394.1 1.6 Linux errored
394.2 1.7 Linux errored
394.3 1.8 Linux errored
394.4 nightly Linux errored

Stage 2: Documentation

This stage canceled.

Job Julia OS State
394.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"
]
}