Skip to content

Commit

Permalink
Add multi-project pipeline to server
Browse files Browse the repository at this point in the history
This allows us to properly test changes made as MRs here using the same pipeline
we use for cinc-project/distribution/auditor via the multi-project pipeline
feature [1].

[1] https://docs.gitlab.com/ee/ci/multi_project_pipelines.html

Signed-off-by: Lance Albertson <[email protected]>
  • Loading branch information
ramereth committed Sep 30, 2021
1 parent e085fa8 commit 9e43dae
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
stages:
- test

workflow:
rules:
# Run if this is a merge request
- if: $CI_MERGE_REQUEST_ID

server-testing:
stage: test
variables:
CINC_REF: $CI_COMMIT_REF_NAME
trigger:
project: cinc-project/distribution/auditor
strategy: depend

0 comments on commit 9e43dae

Please sign in to comment.