not needed, only delays runtime test

resource management is done with 'manage pool' script
This commit is contained in:
Martin Diehl 2021-11-13 21:28:42 +01:00
parent 4396d605ec
commit 74921ebe19
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ grid_runtime:
- cd ${DAMASKROOT}/PRIVATE/testing/
- ./runtime.py --input_dir $DAMASKROOT/examples/grid --output_dir ${REPO_DIR} --tag ${CI_COMMIT_SHA}
- if [ ${CI_COMMIT_BRANCH} == development ]; then git commit -am ${CI_PIPELINE_ID}_${CI_COMMIT_SHA}; git push; fi
resource_group: runtime
before_script:
- ${LOCAL_HOME}/bin/manage_pool -j ${CI_JOB_ID} -p ${CI_PIPELINE_ID} --blocking
- source $DAMASKROOT/env/DAMASK.sh