From d25effd2272d916a60d7efec41b30e707fd86b5a 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 eda5323..e3ce6a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,11 @@ include: - project: 'eclipsefdn/it/releng/gitlab-ci-templates' file: '/jobs/eca.gitlab-ci.yml' +default: + tags: + - origin:eclipse + - tool:bitbake + dco: extends: .dco # https://gitlab.eclipse.org/eclipse/oniro-core/oniro/-/issues/499 -- GitLab