Skip to content

CI: new workflow for triggering ALCF GitLab CI on Polaris #2

CI: new workflow for triggering ALCF GitLab CI on Polaris

CI: new workflow for triggering ALCF GitLab CI on Polaris #2

name: End-to-end Testing (regression) Polaris
on:
push:
branches:
- main
paths:
- darshan-runtime/**
- .github/workflows/end_to_end_regression_polaris.yml
pull_request:
branches:
- main
paths:
- darshan-runtime/**
- .github/workflows/end_to_end_regression_polaris.yml
jobs:
trigger_alcf_polaris_regression_ci:
runs-on: ubuntu-latest
steps:
- uses: eic/trigger-gitlab-ci@v1
with:
url: https://gitlab-ci.alcf.anl.gov
project_id: 121
token: ${{ secrets.ALCF_GITLAB_CI_TOKEN }}