From 5403b98241bcc217723d4b47017c867fa059a6a5 Mon Sep 17 00:00:00 2001 From: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Date: Wed, 16 Feb 2022 11:18:38 +0100 Subject: [PATCH] ci: drop the compliance tag from DCO check Historically the DCO 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/dco.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.oniro-ci/dco.yaml b/.oniro-ci/dco.yaml index da2bd6a4..d11a66b5 100644 --- a/.oniro-ci/dco.yaml +++ b/.oniro-ci/dco.yaml @@ -47,7 +47,6 @@ .dco: stage: compliance interruptible: true - tags: [compliance] # This pipeline relies on a container with the dco-check package pre-installed. # Precise, machine readable description of this container can be found in # https://booting.oniroproject.org/distro/oniro/-/blob/master/.oniro-ci/containers/dco-check/Dockerfile -- GitLab