Skip to content

Commit

Permalink
Merge pull request #976 from darshan-hpc/snyder/dev-alcf-gitlab-ci-tr…
Browse files Browse the repository at this point in the history
…igger

CI: new workflow for triggering ALCF GitLab CI on Polaris
  • Loading branch information
shanedsnyder authored Feb 9, 2024
2 parents 82a78b7 + 02955cb commit 84862c8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/end_to_end_regression_polaris.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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:
- uses: eic/trigger-gitlab-ci@v1
with:
url: https://gitlab-ci.alcf.anl.gov
project_id: 121
token: ${{ secrets.ALCF_GITLAB_CI_TOKEN }}

0 comments on commit 84862c8

Please sign in to comment.