X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f170c5a75f22a6db11ca93eed5b0dfc9c65c4270..461fdaa1b96142b8065c131ae0334046fc71ea56:/tools/salt-install/tests/run-test.sh diff --git a/tools/salt-install/tests/run-test.sh b/tools/salt-install/tests/run-test.sh index 020efa94e8..cf43273a14 100755 --- a/tools/salt-install/tests/run-test.sh +++ b/tools/salt-install/tests/run-test.sh @@ -37,10 +37,6 @@ fi echo "Arvados project uuid is '${project_uuid}'" -echo "Uploading arvados/jobs' docker image to the project" -VERSION="2.1.1" -arv-keepdocker --pull arvados/jobs "${VERSION}" --project-uuid "${project_uuid}" - # Create the initial user echo "Creating initial user '__INITIAL_USER__'" user_uuid=$(arv --format=uuid user list --filters '[["email", "=", "__INITIAL_USER_EMAIL__"], ["username", "=", "__INITIAL_USER__"]]') @@ -69,4 +65,4 @@ echo "Switching to user '__INITIAL_USER__'" export ARVADOS_API_TOKEN="${user_api_token}" echo "Running test CWL workflow" -cwl-runner hasher-workflow.cwl hasher-workflow-job.yml +cwl-runner --debug hasher-workflow.cwl hasher-workflow-job.yml