From f9fb17d94a6f27a27d5ee3a10b97744e190d420c Mon Sep 17 00:00:00 2001 From: Denys Fedoryshchenko Date: Fri, 22 Nov 2024 10:49:10 +0200 Subject: [PATCH] add(config): Add compudj/linux-dev tree As requested in https://github.com/kernelci/kernelci-core/issues/2698 Adding tree https://github.com/compudj/linux-dev, with branch kernelci, as wildcards is not supported yet. Signed-off-by: Denys Fedoryshchenko --- config/pipeline.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/pipeline.yaml b/config/pipeline.yaml index 16065491d..b981ca945 100644 --- a/config/pipeline.yaml +++ b/config/pipeline.yaml @@ -1894,6 +1894,9 @@ trees: collabora-next: url: 'https://gitlab.collabora.com/kernel/collabora-next.git' + compudj: + url: 'https://github.com/compudj/linux-dev' + efi: url: "https://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git" @@ -3338,6 +3341,11 @@ build_configs: tree: collabora-next branch: 'for-kernelci' + compudj-kernelci: + tree: compudj + branch: 'kernelci' + owner: 'mathieu.desnoyers@efficios.com' + efi: tree: efi branch: 'next'