[ARVADOS] updated: c3d4f8a585202ec58df5506934b698039c200b68
Git user
git at public.curoverse.com
Tue Jan 31 16:35:29 EST 2017
Summary of changes:
build/run-tests.sh | 2 +
.../install-dispatch.html.textile.liquid | 12 ++
sdk/go/dispatch/dispatch.go | 104 ++++++-------
sdk/go/dispatch/throttle.go | 58 ++++++++
sdk/go/dispatch/throttle_test.go | 38 +++++
.../crunch-dispatch-local/crunch-dispatch-local.go | 20 ++-
.../crunch-dispatch-local_test.go | 24 ++-
.../crunch-dispatch-slurm/crunch-dispatch-slurm.go | 141 ++++++------------
.../crunch-dispatch-slurm_test.go | 28 ++--
services/crunch-dispatch-slurm/squeue.go | 164 ++++++++-------------
10 files changed, 305 insertions(+), 286 deletions(-)
create mode 100644 sdk/go/dispatch/throttle.go
create mode 100644 sdk/go/dispatch/throttle_test.go
via c3d4f8a585202ec58df5506934b698039c200b68 (commit)
via a19ffad966b25b3869e666f749f7c6da187bef68 (commit)
via 1bc602ad5480b9b1ed78b318e9d3d9749d2b83ab (commit)
via 65123c5a66fe155d6dad2cee3a1e0b90f7b7f3f2 (commit)
via e34a5060cfc1cc4821b431e8aa6778a31898e0eb (commit)
via ae5eb12d3d9ab298a4c36412b4a4d83272574d25 (commit)
via 683f5374b0fc516579c1d6dc3379fc900d642322 (commit)
via 318dd887d108e0664ef22a8d38a34fa18e1b2657 (commit)
via e356309e05714cd65d88456c563cea606f820394 (commit)
from 36360d1f2987cea89ce217a2519c01da7456d533 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit c3d4f8a585202ec58df5506934b698039c200b68
Merge: 36360d1 a19ffad
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Jan 31 16:32:05 2017 -0500
Merge branch '10700-dispatch'
closes #10700
refs #10701
closes #10702
closes #10703
closes #10704
Conflicts:
services/crunch-dispatch-slurm/crunch-dispatch-slurm.go
diff --cc services/crunch-dispatch-slurm/crunch-dispatch-slurm.go
index f1f5d1e,60dc607..1c080f3
--- a/services/crunch-dispatch-slurm/crunch-dispatch-slurm.go
+++ b/services/crunch-dispatch-slurm/crunch-dispatch-slurm.go
@@@ -3,10 -3,14 +3,9 @@@ package mai
// Dispatcher service for Crunch that submits containers to the slurm queue.
import (
+ "bytes"
"flag"
"fmt"
- "io"
- "io/ioutil"
- "git.curoverse.com/arvados.git/sdk/go/arvados"
- "git.curoverse.com/arvados.git/sdk/go/arvadosclient"
- "git.curoverse.com/arvados.git/sdk/go/config"
- "git.curoverse.com/arvados.git/sdk/go/dispatch"
- "github.com/coreos/go-systemd/daemon"
"log"
"math"
"os"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list