Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Set the CI to trigger CHAI with update umpire dependency #882

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ variables:
GIT_SUBMODULE_STRATEGY: recursive

##### PROJECT VARIABLES
MP_BRANCH: "woptim/multi-project-ci"
# We build the projects in the CI clone directory.
# Used in script/gitlab/build_and_test.sh script.
# TODO: add a clean-up mechanism.
Expand Down Expand Up @@ -79,6 +80,19 @@ stages:
forward:
pipeline_variables: true

# If testing develop branch, trigger CHAI pipeline with this version of Umpire
trigger-chai:
stage: multi-project
rules:
- if: $CI_COMMIT_BRANCH == $MP_BRANCH && $MULTI_PROJECT != "OFF"
when: on_success
- when: never
variables:
UPDATE_UMPIRE: ${MP_BRANCH}
trigger:
project: radiuss/chai
branch: develop

include:
# Sets ID tokens for every job using `default:`
- project: 'lc-templates/id_tokens'
Expand Down
Loading