diff --git a/.github/workflows/mirror.yaml b/.github/workflows/mirror.yaml index 9f3ce3c6a8bb0975662e67e07efab8a1af48d66a..a314aaca45871e60bb380919c958845cd954058e 100644 --- a/.github/workflows/mirror.yaml +++ b/.github/workflows/mirror.yaml @@ -28,13 +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: 400 token: ${{ secrets.EICWEB_PHYSICS_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.repository }}: ${{ github.event.pull_request.title || github.ref_name }} diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3efd48a22ce9f458becc7fc06807a7b549b20a55..13c83def4687e364869ce6663f0bf73e71e0d4f8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,9 @@ variables: DETECTOR_CONFIG: epic_craterlake DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git' +workflow: + name: '$PIPELINE_NAME' + default: before_script: - source .local/bin/env.sh