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: 5f1faf4cb48c
Choose a base ref
...
head repository: NixOS/hydra
compare: 56b1660c4dd9
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Jun 4, 2020

  1. Make PathInput plugin cache validity configurable

    PathInput plugin keeps a cache of path evaluations. This cache is simple, and
    path is not checked more than once every N seconds, where N=30. The caching is
    there to avoid expensive calls to `nix-store --add`.
    
    This change makes the validity period configurable. The main use case is
    `api-test.pl` which was implemented wrong for a while, as the invocation of
    `hydra-eval-jobset` would return the previous evaluation, claiming there are no
    changes. The test has been fixed to check better for a new evaluation.
    knl committed Jun 4, 2020
    Copy the full SHA
    fceaed2 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. Merge pull request #775 from knl/path-input-cache-validity-fix

    Make PathInput plugin cache validity configurable
    edolstra committed Jun 5, 2020
    Copy the full SHA
    56b1660 View commit details
    Browse the repository at this point in the history