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: 73900e9f5fe1
Choose a base ref
...
head repository: NixOS/hydra
compare: 150228d7dec4
Choose a head ref
  • 5 commits
  • 12 files changed
  • 1 contributor

Commits on Mar 15, 2017

  1. Supress debug message

    edolstra committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    d1afb42 View commit details
    Browse the repository at this point in the history
  2. hydra-evaluator: Don't use the "timeout" command

    "timeout" does not propagate PR_SET_PDEATHSIG, so it prevents
    hydra-eval-jobset from being killed when hydra-evaluator quits.
    edolstra committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    242ea80 View commit details
    Browse the repository at this point in the history
  3. hydra-evaluator improvements

    * The "Jobset" page now shows when evaluations are in progress (rather
      than just pending).
    
    * Restored the ability to do a single evaluation from the command line
      by doing "hydra-evaluator <project> <jobset>".
    
    * Fix some consistency issues between jobset status in PostgreSQL and
      in hydra-evaluator. In particular, "lastCheckedTime" was never
      updated internally.
    edolstra committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    285754a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e6486e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    150228d View commit details
    Browse the repository at this point in the history