Skip to content
Snippets Groups Projects
Commit f52b6519 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: post report.pdf link to success status

parent 832794b9
No related branches found
No related tags found
1 merge request!214feat: produce pdf report
...@@ -130,7 +130,8 @@ summary: ...@@ -130,7 +130,8 @@ summary:
cat templates/report_footer.tex >> report.tex ; cat templates/report_footer.tex >> report.tex ;
pdflatex report.tex ; pdflatex report.tex ;
pdflatex report.tex ; pdflatex report.tex ;
mv report.pdf results mv report.pdf results ;
echo "TARGET_URL=https://eicweb.phy.anl.gov/EIC/benchmarks/physics_benchmarks/-/jobs/${CI_JOB_ID}/artifacts/raw/results/report.pdf?job=summary" | tee -a .env
artifacts: artifacts:
paths: paths:
- results/* - results/*
...@@ -143,6 +144,7 @@ benchmarks:physics:success: ...@@ -143,6 +144,7 @@ benchmarks:physics:success:
variables: variables:
STATE: "success" STATE: "success"
DESCRIPTION: "Succeeded!" DESCRIPTION: "Succeeded!"
TARGET_URL: "${TARGET_URL}"
when: on_success when: on_success
benchmarks:physics:failure: benchmarks:physics:failure:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment