[ARVADOS-DEV] updated: f6153b25cf33c2ab1e1a9a6737071f9938124741

Git user git at public.curoverse.com
Thu Sep 22 17:22:35 EDT 2016


Summary of changes:
 jenkins/run-cwl-test.sh | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

       via  f6153b25cf33c2ab1e1a9a6737071f9938124741 (commit)
      from  0feb39d6a7818824524a57d8c8d9d304bc822121 (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 f6153b25cf33c2ab1e1a9a6737071f9938124741
Author: Ward Vandewege <ward at curoverse.com>
Date:   Thu Sep 22 17:22:17 2016 -0400

    Add required permissions for run-cwl-test.sh
    
    refs #9459

diff --git a/jenkins/run-cwl-test.sh b/jenkins/run-cwl-test.sh
index 3318d48..a9a4cd4 100755
--- a/jenkins/run-cwl-test.sh
+++ b/jenkins/run-cwl-test.sh
@@ -13,6 +13,29 @@ function usage {
     echo >&2 "  -p, --port <ssh port>         SSH port to use (default 22)"
     echo >&2 "  -d, --debug                   Enable debug output"
     echo >&2 "  -h, --help                    Display this help and exit"
+    echo >&2
+    echo >&2 " Required scope for the token used to run the tests:"
+    echo >&2
+    echo >&2 " arv api_client_authorization create_system_auth     --scopes "
+    echo >&2 "[\"GET /arvados/v1/virtual_machines\","
+    echo >&2 "\"GET /arvados/v1/keep_services\","
+    echo >&2 "\"GET /arvados/v1/keep_services/\","
+    echo >&2 "\"GET /arvados/v1/groups\","
+    echo >&2 "\"GET /arvados/v1/groups/\","
+    echo >&2 "\"GET /arvados/v1/links\","
+    echo >&2 "\"GET /arvados/v1/collections\","
+    echo >&2 "\"POST /arvados/v1/collections\","
+    echo >&2 "\"POST /arvados/v1/links\","
+    echo >&2 "\"GET /arvados/v1/users/current\","
+    echo >&2 "\"POST /arvados/v1/users/current\"," 
+    echo >&2 "\"GET /arvados/v1/jobs\","
+    echo >&2 "\"POST /arvados/v1/jobs\","
+    echo >&2 "\"GET /arvados/v1/pipeline_instances\","
+    echo >&2 "\"POST /arvados/v1/pipeline_instances\","
+    echo >&2 "\"GET /arvados/v1/collections/\","
+    echo >&2 "\"POST /arvados/v1/collections/\","
+    echo >&2 "\"GET /arvados/v1/logs\" ]" 
+    echo >&2
 }
 
 # NOTE: This requires GNU getopt (part of the util-linux package on Debian-based distros).

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list