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

feat: Add TZ=New_York date to reports to GitHub

parent 2d43d18f
No related branches found
No related tags found
1 merge request!273feat: Add TZ=New_York date to reports to GitHub
......@@ -46,7 +46,7 @@ stages:
"https://api.github.com/repos/${GITHUB_REPOSITORY}/statuses/${GITHUB_SHA}" \
-d '{"state":"'"${STATE}"'",
"target_url":"'"${CI_PIPELINE_URL}"'",
"description":"'"${DESCRIPTION}"'",
"description":"'"${DESCRIPTION} $(TZ=America/New_York date)"'",
"context":"eicweb/reconstruction_benchmarks ('"$DETECTOR_CONFIG"')"
}' ;
fi
......@@ -56,7 +56,7 @@ benchmarks:reconstruction:pending:
extends: .status
variables:
STATE: "pending"
DESCRIPTION: "The reconstruction benchmarks are running..."
DESCRIPTION: "Started..."
when: always
common:setup:
......@@ -127,7 +127,7 @@ benchmarks:reconstruction:success:
extends: .status
variables:
STATE: "success"
DESCRIPTION: "The reconstruction benchmarks succeeded!"
DESCRIPTION: "Succeeded!"
when: on_success
benchmarks:reconstruction:failure:
......@@ -135,5 +135,5 @@ benchmarks:reconstruction:failure:
extends: .status
variables:
STATE: "failure"
DESCRIPTION: "The reconstruction benchmarks failed!"
DESCRIPTION: "Failed!"
when: on_failure
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment