Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
ci: include weekly pipeline in GitLab CI
Browse files Browse the repository at this point in the history
Add weekly pipeline to the GitLab CI top level.

Signed-off-by: Mohamed Omar Asaker <mohamed.omarasaker@arm.com>
Change-Id: I71ebe91a9d672c270ceff09e2dac6451f917658d
  • Loading branch information
mohamedasaker-arm committed May 1, 2024
1 parent e7ac645 commit 6e15c98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ variables:
options:
- "deployment-pipeline"
- "daily-pipeline"
- "weekly-pipeline"
description: "The CI pipeline to run"

include:
Expand All @@ -21,3 +22,7 @@ include:
- local: .gitlab/pipelines/daily-pipeline.yml
rules:
- if: $PIPELINE_TYPE == "daily-pipeline"

- local: .gitlab/pipelines/weekly-pipeline.yml
rules:
- if: $PIPELINE_TYPE == "weekly-pipeline"

0 comments on commit 6e15c98

Please sign in to comment.