Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/hydra
base: 2c76e9848ab1
Choose a base ref
...
head repository: NixOS/hydra
compare: b8a4ed0c77dc
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 13, 2020

  1. Fix non-static declarative jobsets

    With the current implementation, if ANY hash was found inside the decl
    spec, the spec would be treated as static. This is problematic since
    `inputs` is a hash and hence any configuration would be handled as a
    static one.
    This fixes the code to match the documentation and only switch to static
    processing when ALL values are hashes.
    dasJ committed Sep 13, 2020
    Copy the full SHA
    24acb9d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. Merge pull request #815 from helsinki-systems/fix/non-static-decl

    Fix non-static declarative jobsets
    edolstra committed Sep 14, 2020
    Copy the full SHA
    b8a4ed0 View commit details
    Browse the repository at this point in the history