Skip to content

Commit

Permalink
ci: trigger mender-mcu-integration pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Skinstad Drabitzius <[email protected]>
  • Loading branch information
danielskinstad committed Jan 31, 2025
1 parent 450486a commit 2280a27
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ include:
- '.gitlab-ci-check-commits.yml'
- '.gitlab-ci-github-status-updates.yml'

variables:
MENDER_MCU_REVISION: main

stages:
- test
- trigger
- publish

.test:static:
Expand Down Expand Up @@ -127,6 +131,14 @@ test:static:release:
variables:
BUILD_TYPE: Release


trigger:mender-mcu-integration:
trigger:
project: Northern.tech/Mender/mender-mcu-integration
strategy: depend



publish:tests:
stage: publish
image: python:3.11
Expand Down

0 comments on commit 2280a27

Please sign in to comment.