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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3c6b724f9211
Choose a base ref
...
head repository: NixOS/hydra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 471b036eef4f
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on May 20, 2020

  1. Add hydra-notify to devshell

    I came across #751 and realized
    that hydra-notify is responsible for creating the additional jobsets in
    a declarative file. My declarative testing works in dev now.
    Casey Ransom committed May 20, 2020
    Copy the full SHA
    8a169ff View commit details

Commits on May 25, 2020

  1. Merge pull request #765 from cransom/foreman-hydra-notify

    Add hydra-notify to devshell
    edolstra authored May 25, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    471b036 View commit details
Showing with 8 additions and 0 deletions.
  1. +1 −0 Procfile
  2. +7 −0 foreman/start-notify.sh
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
hydra-server: ./foreman/start-hydra.sh
hydra-queue-runner: ./foreman/start-queue-runner.sh
hydra-evaluator: ./foreman/start-evaluator.sh
hydra-notify: ./foreman/start-notify.sh
postgres: ./foreman/start-postgres.sh
7 changes: 7 additions & 0 deletions foreman/start-notify.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

# wait for hydra-server to listen
while ! nc -z localhost 63333; do sleep 1; done

touch .hydra-data/hydra.conf
HYDRA_CONFIG=$(pwd)/.hydra-data/hydra.conf exec hydra-notify