Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -360,9 +360,8 @@ submit () {
echo "Nothing to submit in ${command}..."
else
echo submitting $pipeline
genpipes tools chunk_genpipes ${command} ${PIPELINE_FOLDER}/chunk
# will retry submit 10 times
genpipes tools submit_genpipes -l 10 -n 999 -S $SCHEDULER ${PIPELINE_FOLDER}/chunk \
genpipes tools chunk_and_submit_genpipes ${command} ${PIPELINE_FOLDER}/chunk -l 10 -q 999 -S $SCHEDULER \
| tee -a ${SCRIPT_OUTPUT}/all_jobs
RET_CODE_SUBMIT_SCRIPT=${PIPESTATUS[0]}
ExitCodes+=(["${PIPELINE_LONG_NAME} submit"]="$RET_CODE_SUBMIT_SCRIPT")
Expand Down