From d8e0ebbfc97d62108474289c0537a6d16c45f757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Wieczorek?= Date: Mon, 23 Sep 2024 22:05:02 +0200 Subject: [PATCH] config: Add sashal/linus-next:linus-next tree MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes: kernelci/kernelci-core#2686 Signed-off-by: Paweł Wieczorek --- config/pipeline.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/pipeline.yaml b/config/pipeline.yaml index cdb9f8318..78683b48b 100644 --- a/config/pipeline.yaml +++ b/config/pipeline.yaml @@ -117,6 +117,7 @@ _anchors: - 'renesas' - 'robh' - 'rppt' + - 'sashal-next' - 'soc' - 'tegra' - 'thermal' @@ -1782,6 +1783,9 @@ trees: rppt: url: "https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock.git" + sashal-next: + url: "https://git.kernel.org/pub/scm/linux/kernel/git/sashal/linus-next.git" + soc: url: "https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git" @@ -3150,6 +3154,10 @@ build_configs: tree: rppt branch: 'for-kernelci' + sashal-next: + tree: sashal-next + branch: 'linus-next' + soc_fixes: tree: soc branch: 'arm/fixes'