From 74921ebe190212d1e74fb7f9ca4d83715ee73c7d Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sat, 13 Nov 2021 21:28:42 +0100 Subject: [PATCH] not needed, only delays runtime test resource management is done with 'manage pool' script --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index adaceb612..5e95cd23b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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