From c5a76a8b69072f5ece8f1a4314e48dfc89aac5c0 Mon Sep 17 00:00:00 2001 From: "sebastien.heurtematte" <sebastien.heurtematte@eclipse-foundation.org> Date: Wed, 5 Oct 2022 15:51:34 +0200 Subject: [PATCH] ci: migration EF runner Signed-off-by: sebastien.heurtematte <sebastien.heurtematte@eclipse-foundation.org> --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27028fb..7500036 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,11 @@ include: - '/.oniro-ci/machines-and-flavours.yaml' - template: 'Workflows/MergeRequest-Pipelines.gitlab-ci.yml' +default: + tags: + - origin:eclipse + - tool:bitbake + dco: extends: .dco # https://gitlab.eclipse.org/eclipse/oniro-core/oniro/-/issues/499 -- GitLab