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'