Skip to content
Snippets Groups Projects
Unverified Commit badef930 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by GitHub
Browse files

Pass pipeline name downstream, use new format

parent 7be4db47
No related branches found
No related tags found
No related merge requests found
Pipeline #93637 passed with warnings
Pipeline: physics_benchmarks

#93655

    Pipeline: reconstruction_benchmarks

    #93654

      ...@@ -28,14 +28,14 @@ jobs: ...@@ -28,14 +28,14 @@ jobs:
      username: ${{ secrets.GITLAB_USERNAME }} username: ${{ secrets.GITLAB_USERNAME }}
      ciskip: true ciskip: true
      - name: Trigger EICweb - name: Trigger EICweb
      uses: eic/trigger-gitlab-ci@v2 uses: eic/trigger-gitlab-ci@v3
      with: with:
      url: https://eicweb.phy.anl.gov url: https://eicweb.phy.anl.gov
      project_id: 399 project_id: 399
      token: ${{ secrets.EICWEB_DETECTOR_BENCHMARKS_TRIGGER }} token: ${{ secrets.EICWEB_DETECTOR_BENCHMARKS_TRIGGER }}
      ref_name: ${{ github.event.pull_request.head.ref || github.ref }} ref_name: ${{ github.event.pull_request.head.ref || github.ref }}
      variables: variables: |
      GITHUB_REPOSITORY=${{ github.repository }} GITHUB_REPOSITORY=${{ github.repository }}
      GITHUB_SHA=${{ github.event.pull_request.head.sha || github.sha }} GITHUB_SHA=${{ github.event.pull_request.head.sha || github.sha }}
      GITHUB_PR=${{ github.event.pull_request.number }} GITHUB_PR=${{ github.event.pull_request.number }}
      PIPELINE_NAME=${{ github.event.pull_request.title }} PIPELINE_NAME=${{ github.repository }}: ${{ github.event.pull_request.title || github.ref_name }}
      ...@@ -182,6 +182,7 @@ benchmarks:reconstruction: ...@@ -182,6 +182,7 @@ benchmarks:reconstruction:
      BENCHMARKS_TAG: "${BENCHMARKS_TAG}" BENCHMARKS_TAG: "${BENCHMARKS_TAG}"
      BENCHMARKS_CONTAINER: "${BENCHMARKS_CONTAINER}" BENCHMARKS_CONTAINER: "${BENCHMARKS_CONTAINER}"
      BENCHMARKS_REGISTRY: "${BENCHMARKS_REGISTRY}" BENCHMARKS_REGISTRY: "${BENCHMARKS_REGISTRY}"
      PIPELINE_NAME: "$PIPELINE_NAME"
      trigger: trigger:
      project: EIC/benchmarks/reconstruction_benchmarks project: EIC/benchmarks/reconstruction_benchmarks
      strategy: depend strategy: depend
      ...@@ -202,6 +203,7 @@ benchmarks:physics: ...@@ -202,6 +203,7 @@ benchmarks:physics:
      BENCHMARKS_TAG: "${BENCHMARKS_TAG}" BENCHMARKS_TAG: "${BENCHMARKS_TAG}"
      BENCHMARKS_CONTAINER: "${BENCHMARKS_CONTAINER}" BENCHMARKS_CONTAINER: "${BENCHMARKS_CONTAINER}"
      BENCHMARKS_REGISTRY: "${BENCHMARKS_REGISTRY}" BENCHMARKS_REGISTRY: "${BENCHMARKS_REGISTRY}"
      PIPELINE_NAME: "$PIPELINE_NAME"
      trigger: trigger:
      project: EIC/benchmarks/physics_benchmarks project: EIC/benchmarks/physics_benchmarks
      strategy: depend strategy: depend
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Finish editing this message first!
      Please register or to comment