[ARVADOS-DEV] updated: 58e6d260739ff7a1c772de43ed837c8d44d8aee2
Git user
git at public.curoverse.com
Thu Dec 1 10:47:12 EST 2016
Summary of changes:
jenkins/run-cwl-test.sh | 6 ++++++
1 file changed, 6 insertions(+)
via 58e6d260739ff7a1c772de43ed837c8d44d8aee2 (commit)
from e7d6c195a14c71747b578edd2eeaba9102bcaf53 (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 58e6d260739ff7a1c772de43ed837c8d44d8aee2
Author: Ward Vandewege <ward at curoverse.com>
Date: Thu Dec 1 10:46:53 2016 -0500
Add additional scopes needed to run cwl tests on Crunch_v2
refs #10113
diff --git a/jenkins/run-cwl-test.sh b/jenkins/run-cwl-test.sh
index f5ffefe..3fda8fe 100755
--- a/jenkins/run-cwl-test.sh
+++ b/jenkins/run-cwl-test.sh
@@ -39,6 +39,12 @@ function usage {
echo >&2 "\"POST /arvados/v1/pipeline_instances\","
echo >&2 "\"GET /arvados/v1/collections/\","
echo >&2 "\"POST /arvados/v1/collections/\","
+ echo >&2 "\"GET /arvados/v1/container_requests\","
+ echo >&2 "\"GET /arvados/v1/container_requests/\","
+ echo >&2 "\"POST /arvados/v1/container_requests\","
+ echo >&2 "\"POST /arvados/v1/container_requests/\","
+ echo >&2 "\"GET /arvados/v1/containers\","
+ echo >&2 "\"GET /arvados/v1/containers/\","
echo >&2 "\"GET /arvados/v1/logs\" ]"
echo >&2
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list