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

Commit

Permalink
ci/pipelines: add weekly pipeline initial definition
Browse files Browse the repository at this point in the history
Add the initial definition of the weekly pipeline.
Currently, it has only blackduck scan.

Signed-off-by: Mohamed Omar Asaker <mohamed.omarasaker@arm.com>
Change-Id: I643d2dfd7d091c36d95db040aa6f2188282e282a
  • Loading branch information
mohamedasaker-arm committed May 1, 2024
1 parent 64c4a9a commit e7ac645
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitlab/pipelines/weekly-pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#
# Arm SCP/MCP Software
# Copyright (c) 2024, Arm Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#

stages:
- scan

include:
- local: .gitlab/templates/blackduck_scanner.yml

blackduck-scan:
extends: .blackduck-scan
stage: scan

0 comments on commit e7ac645

Please sign in to comment.