From f1cb5b8c2985fb2e3e1f615f0579dea6e51dfb98 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin <dmitry.kalinkin@gmail.com> Date: Mon, 21 Apr 2025 01:03:18 -0400 Subject: [PATCH] .gitlab-ci.yml: omit redundant description in github status, report BENCHMARKS_TAG instead --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a6ca2489..4b09b8a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,7 @@ stages: -d '{"state":"'"${STATE}"'", "target_url":"'"${CI_PIPELINE_URL}"'", "description":"'"${DESCRIPTION} $(TZ=America/New_York date)"'", - "context":"eicweb/reconstruction_benchmarks ('"$DETECTOR_CONFIG"')" + "context":"eicweb/reconstruction_benchmarks ('"${BENCHMARKS_TAG}"', '"$DETECTOR_CONFIG"')" }' ; fi @@ -61,7 +61,6 @@ benchmarks:reconstruction:pending: extends: .status variables: STATE: "pending" - DESCRIPTION: "Started..." when: always common:setup: @@ -130,7 +129,6 @@ benchmarks:reconstruction:success: extends: .status variables: STATE: "success" - DESCRIPTION: "Succeeded!" when: on_success benchmarks:reconstruction:failure: @@ -139,5 +137,4 @@ benchmarks:reconstruction:failure: extends: .status variables: STATE: "failure" - DESCRIPTION: "Failed!" when: on_failure -- GitLab