From 72096b2aa95bf4a971c0af243034e1fa17bab31a Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Tue, 10 Sep 2024 17:19:43 -0700 Subject: [PATCH] config/pipeline: rename agross to qcom Andy Gross (agross) hasn't been maintaining qcom for awhile now, but this tree is still valid & maintained by others. Rename agross to qcom (URL doesn't change), and change the branch from `ci-next` (not touched in 4y) to the actively used one `for-next` Signed-off-by: Kevin Hilman --- config/pipeline.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/pipeline.yaml b/config/pipeline.yaml index 236360918..80d1676de 100644 --- a/config/pipeline.yaml +++ b/config/pipeline.yaml @@ -100,7 +100,7 @@ _anchors: build-only-trees-rules: &build-only-trees-rules tree: - - 'agross' + - 'qcom' - 'amlogic' - 'ardb' - 'arnd' @@ -1675,7 +1675,7 @@ jobs: trees: - agross: + qcom: url: "https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git" amlogic: @@ -2873,10 +2873,6 @@ build_variants: build_configs: - agross: - tree: agross - branch: 'ci-next' - amlogic: tree: amlogic branch: 'for-next' @@ -3121,6 +3117,10 @@ build_configs: tree: pm branch: 'testing' + qcom: + tree: qcom + branch: 'for-next' + renesas: tree: renesas branch: 'master'