From 47a2a93a1c55160f9bd6f798328ceaed788edda3 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Date: Fri, 22 Oct 2021 17:39:51 +0000 Subject: [PATCH] .gitlab-ci.yml: disable REUSE and DCO check With the move to booting.oniroproject.org, the two compliance jobs now refer to non-existent repository. They will be re-enabled soon, after all containers and shared jobs definitions are merged into the oniro project. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> --- .gitlab-ci.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78f91ce3..4e45714c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,22 +22,11 @@ stages: - deploy include: - - project: 'OSTC/infrastructure/pipelines' - file: - - 'dco.yaml' - - 'reuse.yaml' - local: '/.oniro-ci/build-generic.yaml' - local: '/.oniro-ci/test-generic.yaml' - local: '/.oniro-ci/machines-and-flavours.yaml' - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' -dco: - extends: .dco - -reuse: - extends: .reuse - # FIXME: https://git.ostc-eu.org/distro/oniro/-/issues/19 - allow_failure: true build-docs: extends: .build-docs -- GitLab