Update end_to_end_regression_polaris.yml #27
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: End-to-end Testing (regression) Polaris | |
on: | |
push: | |
branches: | |
- main | |
paths: | |
- darshan-runtime/** | |
- .github/workflows/end_to_end_regression_polaris.yml | |
workflow_dispatch: | |
jobs: | |
trigger_alcf_polaris_regression_ci: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Get branch/tag name | |
run: echo "GITHUB_REF_NAME=$(echo ${GITHUB_REF} | cut -d/ -f3)" >> $GITHUB_ENV | |
- uses: eic/trigger-gitlab-ci@v3 | |
with: | |
url: https://gitlab-ci.alcf.anl.gov | |
project_id: 121 | |
token: ${{ secrets.ALCF_GITLAB_CI_TOKEN }} | |
variables: | | |
GITHUB_REF_NAME="${{ env.GITHUB_REF_NAME }}" |