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:
commit
0cace1ef86
|
@ -218,8 +218,10 @@ grid_performance:
|
||||||
git push
|
git push
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
###################################################################################################
|
||||||
update_plots:
|
update_plots:
|
||||||
stage: statistics
|
stage: finalize
|
||||||
script:
|
script:
|
||||||
- cd $(mktemp -d)
|
- cd $(mktemp -d)
|
||||||
- git clone -q git@git.damask.mpie.de:damask/statistics.git .
|
- git clone -q git@git.damask.mpie.de:damask/statistics.git .
|
||||||
|
@ -234,8 +236,6 @@ update_plots:
|
||||||
only:
|
only:
|
||||||
- development
|
- development
|
||||||
|
|
||||||
|
|
||||||
###################################################################################################
|
|
||||||
update_revision:
|
update_revision:
|
||||||
stage: finalize
|
stage: finalize
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in New Issue