diff --git a/.github/workflows/mirror.yaml b/.github/workflows/mirror.yaml index 500035282c3eba7a52dab5fa608cd76cbafe0c2a..425c210a69984c16921875549c7f33d7f273137f 100644 --- a/.github/workflows/mirror.yaml +++ b/.github/workflows/mirror.yaml @@ -55,5 +55,5 @@ jobs: -H "Accept: application/vnd.github+json" \ -H "Authorization: Bearer $GITHUB_TOKEN" \ -H "X-GitHub-Api-Version: 2022-11-28" \ - -d '{"context": "eicweb/detector_benchmarks ('"$DETECTOR_CONFIG"')", "state": "pending", "description": "Waiting for response from the EICweb", "target_url": "${{ fromJson(steps.trigger_eicweb.outputs.json).web_url }}"}' \ + -d '{"context": "eicweb/detector_benchmarks (nightly, '"$DETECTOR_CONFIG"')", "state": "pending", "description": "Waiting for response from the EICweb", "target_url": "${{ fromJson(steps.trigger_eicweb.outputs.json).web_url }}"}' \ "https://api.github.com/repos/${{ github.repository }}/statuses/${{ github.event.pull_request.head.sha || github.sha }}" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27a5dc29e47ca906ab65fe077862daf1671579d1..01ffe7b48d2d02c613f51b5fa32880188d74377b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,8 +61,8 @@ stages: "https://api.github.com/repos/${GITHUB_REPOSITORY}/statuses/${GITHUB_SHA}" \ -d '{"state":"'"${STATE}"'", "target_url":"'"${CI_PIPELINE_URL}"'", - "description":"'"${DESCRIPTION} $(TZ=America/New_York date)"'", - "context":"eicweb/detector_benchmarks ('"$DETECTOR_CONFIG"')" + "description":"'"$(TZ=America/New_York date)"'", + "context":"eicweb/detector_benchmarks ('"${BENCHMARKS_TAG}"', '"$DETECTOR_CONFIG"')" }' ; fi @@ -72,7 +72,6 @@ benchmarks:detector:pending: extends: .status variables: STATE: "pending" - DESCRIPTION: "Started..." when: always common:setup: @@ -197,7 +196,6 @@ benchmarks:detector:success: extends: .status variables: STATE: "success" - DESCRIPTION: "Succeeded!" after_script: # Cleanup scratch space - rm -rfv $LOCAL_DATA_PATH @@ -209,7 +207,6 @@ benchmarks:detector:failure: extends: .status variables: STATE: "failure" - DESCRIPTION: "Failed!" when: on_failure pages: