.github
datadog
doc
examples
foreman
src
tests
.gitignore
COPYING
INSTALL
Makefile.am
Procfile
README.md
bootstrap
configure.ac
default.nix
flake.lock
flake.nix
hydra-api.yaml
hydra-module.nix
shell.nix
version
I came across https://github.com/NixOS/hydra/issues/751 and realized that hydra-notify is responsible for creating the additional jobsets in a declarative file. My declarative testing works in dev now.
6 lines
215 B
Plaintext
6 lines
215 B
Plaintext
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
|