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