X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bc4bdc706714720d59372c1c918a36303d4d2ad5..78668c47fb945a3371231415c8e6ad44895bd0ff:/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 5734837f3e..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 --local --debug hasher-workflow.cwl hasher-workflow-job.yml +cwl-runner --debug hasher-workflow.cwl hasher-workflow-job.yml