From bf5f73da8add6f8ae9490aeb0a08026f14a14bb4 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Date: Wed, 16 Feb 2022 11:20:05 +0100 Subject: [PATCH] ci: drop the compliance tag from REUSE check Historically the REUSE check was routed to a dedicated but slow machine that guaranteed that no CI would be stuck waiting on the miniscule compliance job. With the Eclipse migration and CI/CD being slightly out of our control, it's just more convenient to drop this tag rather than request configuration change in the instance. Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> --- .oniro-ci/reuse.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.oniro-ci/reuse.yaml b/.oniro-ci/reuse.yaml index 4f8cf3bb..6d49d681 100644 --- a/.oniro-ci/reuse.yaml +++ b/.oniro-ci/reuse.yaml @@ -42,7 +42,6 @@ # # allow_failure: true # -- 8< ------------[ cut here ]--- .reuse: - stage: compliance interruptible: true tags: [compliance] # This pipeline relies on a container with the reuse package pre-installed. -- GitLab