Merge branch 'improved_CI' into 'development'

ensure performance plots are updated only when performance test is (successfully) completetd

See merge request damask/DAMASK!782
This commit is contained in:
Philip Eisenlohr 2023-07-22 17:20:01 +00:00
commit 0cace1ef86
1 changed files with 3 additions and 3 deletions

View File

@ -218,8 +218,10 @@ grid_performance:
git push
fi
###################################################################################################
update_plots:
stage: statistics
stage: finalize
script:
- cd $(mktemp -d)
- git clone -q git@git.damask.mpie.de:damask/statistics.git .
@ -234,8 +236,6 @@ update_plots:
only:
- development
###################################################################################################
update_revision:
stage: finalize
before_script: