diff options
-rwxr-xr-x | bin/reproducible_build_service.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/reproducible_build_service.sh b/bin/reproducible_build_service.sh index 1ad28bec..657ff74e 100755 --- a/bin/reproducible_build_service.sh +++ b/bin/reproducible_build_service.sh @@ -217,5 +217,10 @@ while true ; do sleep 1337m ; done # * enabling the service in update_jdn # * maintenance job might want to: # - check for running builds using systemctl show & ps fax +# - check if at least one build is running on a build node # * dashboard jobs need to count for running jobs in this script… +# * drop jobs from repro.yaml +# * use ExecStop to kill remote builds on shutdown +# - remove cleanup_nodes.sh once this works +# * add support for disabling archs and for shutdown+respan of workers # * document the new setup in README |