[ARVADOS] updated: 1.1.2-55-g813f5f4
Git user
git at public.curoverse.com
Thu Jan 11 13:18:41 EST 2018
Summary of changes:
services/crunch-run/crunchrun.go | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
via 813f5f4aad5da71c4fcfe6639c9010e1056acf1f (commit)
from cf849fa29c00bf46d7bd5712c00763632f4daecd (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 813f5f4aad5da71c4fcfe6639c9010e1056acf1f
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Thu Jan 11 13:18:02 2018 -0500
12933: Add missing params arg, remove outdated comment.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>
diff --git a/services/crunch-run/crunchrun.go b/services/crunch-run/crunchrun.go
index eecd6ba..6a118a6 100644
--- a/services/crunch-run/crunchrun.go
+++ b/services/crunch-run/crunchrun.go
@@ -746,8 +746,7 @@ func (runner *ContainerRunner) logAPIResponse(label, path string, params map[str
writeCloser: runner.LogCollection.Open(label + ".json"),
}
- // Get Container record JSON from the API Server
- reader, err := runner.ArvClient.CallRaw("GET", path, "", "", nil)
+ reader, err := runner.ArvClient.CallRaw("GET", path, "", "", arvadosclient.Dict(params))
if err != nil {
return false, fmt.Errorf("error getting %s record: %v", label, err)
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list