Skip to content
Snippets Groups Projects
Commit ff19b93a authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

Check for REUSE compliance, allowing failure

Following documentation from
https://git.ostc-eu.org/OSTC/infrastructure/pipelines/-/blob/main/reuse.yaml
Add the reuse job which can fail, since this repository is not compliant
with REUSE yet.

Closes: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/24


Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent c3d0a4ca
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,20 @@
# Abuse stages as a visual construct to make the pipeline more comprehensive.
stages:
- compliance
- Linux
- Zephyr
- FreeRTOS
include:
- project: 'OSTC/infrastructure/pipelines'
file: 'reuse.yaml'
reuse:
extends: .reuse
# FIXME: https://git.ostc-eu.org/OSTC/OHOS/meta-ohos/-/issues/19
allow_failure: true
# This is a pipeline job that is used via the "extends" mechanism below.
# For reference see https://docs.gitlab.com/ee/ci/yaml/README.html
.workspace:
......@@ -144,6 +154,8 @@ stages:
# Set needs to an empty list to de-couple this job from anything preceding
# it in the set of stages. This is an optimization which removes the
# artificially created dependency between elements in different stages.
#
# TODO: depend on "reuse" when the allow_failure attribute is removed.
needs: []
variables:
# Variables that are required by this job.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment