Skip to content
Snippets Groups Projects
Commit f61893a7 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Change aws queue to priority

parent 90560c1c
Branches
Tags
1 merge request!81Develop
Pipeline #9735 passed with warnings with stages
in 5 minutes and 12 seconds
......@@ -1096,7 +1096,7 @@ aws:
- >
id=$(aws batch submit-job\
--job-name nf-GUDMAP_RBK_ci-env\
--job-queue default-bicf\
--job-queue priority-bicf\
--job-definition nextflow-bicf-nextflow\
--container-overrides command=$(envsubst < ./docs/nxf_aws-ci-test.json))
id=$(echo ${id}| grep -oP "jobId\K.*" | tr -d '"' | tr -d ":" | tr -d " " | tr -d "}")
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment