X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4ad0992515fd02eedcb11d3c52445e12e1ffa7a7..04349db8d176f4a305368ad5abc551586acd24a1:/build/run-build-packages.sh diff --git a/build/run-build-packages.sh b/build/run-build-packages.sh index 5e41710245..f07b942d45 100755 --- a/build/run-build-packages.sh +++ b/build/run-build-packages.sh @@ -404,6 +404,12 @@ package_go_binary sdk/go/crunchrunner crunchrunner \ "Crunchrunner executes a command inside a container and uploads the output" package_go_binary services/arv-git-httpd arvados-git-httpd \ "Provide authenticated http access to Arvados-hosted git repositories" +package_go_binary services/crunch-dispatch-local crunch-dispatch-local \ + "Dispatch Crunch containers on the local system" +package_go_binary services/crunch-dispatch-slurm crunch-dispatch-slurm \ + "Dispatch Crunch containers to a SLURM cluster" +package_go_binary services/crunch-run crunch-run \ + "Supervise a single Crunch container" package_go_binary services/crunchstat crunchstat \ "Gather cpu/memory/network statistics of running Crunch jobs" package_go_binary services/datamanager arvados-data-manager \