Skip to content

Commit

Permalink
update website instead of performance plots only to keep documentatio…
Browse files Browse the repository at this point in the history
…n up to date as well
  • Loading branch information
FranzRoters committed Jun 18, 2024
1 parent 0166334 commit b6b45aa
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,19 +254,11 @@ grid_performance:
###################################################################################################
update_plots:
update_website:
stage: finalize
script:
- cd $(mktemp -d)
- git clone -q git@git.damask.mpie.de:damask/statistics.git .
- ./plot_commithistory.py ${TOKEN} --color green -n 5 -N 100
- ./plot_commithistory.py ${TOKEN} --color green -n 5 -N 1000
- ./plot_commithistory.py ${TOKEN} --color green -n 5 -N 10000
- scp -r ./commits_*.html damask.mpie.de:~/
- ssh damask.mpie.de "./update_statistics_commits.sh"
- ./plot_performance.py --template=xgridoff
- scp -r ./runtime.html ./memory.html damask.mpie.de:~/
- ssh damask.mpie.de "./update_statistics_performance.sh"
trigger:
project: damask/website
branch: master
only:
- development

Expand Down

0 comments on commit b6b45aa

Please sign in to comment.