From afa8807c15d4708e3a1284f57f8ff5e38a8ef35d Mon Sep 17 00:00:00 2001 From: Shane Snyder Date: Wed, 7 Feb 2024 16:48:19 -0600 Subject: [PATCH] add new workflow trying to trigger ALCF CI --- .../end_to_end_regression_polaris.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/end_to_end_regression_polaris.yml diff --git a/.github/workflows/end_to_end_regression_polaris.yml b/.github/workflows/end_to_end_regression_polaris.yml new file mode 100644 index 000000000..c55323ab0 --- /dev/null +++ b/.github/workflows/end_to_end_regression_polaris.yml @@ -0,0 +1,19 @@ +name: End-to-end Testing (regression) Polaris + +on: + push: + branches: + - main + pull_request: + branches: + - main + +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 }}