Skip to content

Commit

Permalink
config: pipeline: Fix failures caused by unsuccessful checkouts
Browse files Browse the repository at this point in the history
- Some branches have disappeared. Remove those branches.
- Some branches have been renamed.

There was for-kernelci branch present in peterz's tree which has
disappeared. I'm replacing some other branch for now until we get a
reply from him.

Close: #888
Signed-off-by: Muhammad Usama Anjum <[email protected]>
  • Loading branch information
musamaanjum authored and nuclearcat committed Nov 26, 2024
1 parent d0ddd79 commit 0253fdc
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ _anchors:
- 'linusw'
- 'net-next'
- 'next'
- 'peterz'
- 'pm'
- 'renesas'
- 'robh'
Expand Down Expand Up @@ -1928,9 +1927,6 @@ trees:
omap:
url: "https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap.git"

peterz:
url: "https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git"

pm:
url: "https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git"

Expand Down Expand Up @@ -3166,10 +3162,6 @@ build_configs:
tree: amlogic
branch: 'for-next'

amlogic_integ:
tree: amlogic
branch: 'integ'

android_4.19-stable:
tree: android
branch: 'android-4.19-stable'
Expand Down Expand Up @@ -3234,10 +3226,6 @@ build_configs:
tree: android
branch: 'android14-6.1-lts'

android15-6.1:
tree: android
branch: 'android15-6.1'

android15-6.6:
tree: android
branch: 'android15-6.6'
Expand Down Expand Up @@ -3314,10 +3302,6 @@ build_configs:
tree: cip
branch: 'linux-4.4.y-cip-rt'

cip-4.4-st:
tree: cip
branch: 'linux-4.4.y-cip-st'

cip-4.19:
tree: cip
branch: 'linux-4.19.y-cip'
Expand Down Expand Up @@ -3424,7 +3408,7 @@ build_configs:

net-next:
tree: net-next
branch: 'master'
branch: 'main'

next_master:
tree: next
Expand All @@ -3438,10 +3422,6 @@ build_configs:
tree: omap
branch: 'for-next'

peterz:
tree: peterz
branch: 'kernelci'

pm:
tree: pm
branch: 'testing'
Expand Down Expand Up @@ -3550,10 +3530,6 @@ build_configs:
tree: stable-rt
branch: 'v5.4-rt'

stable-rt_v5.4-rt-next:
tree: stable-rt
branch: 'v5.4-rt-next'

stable-rt_v5.10-rt:
tree: stable-rt
branch: 'v5.10-rt'
Expand Down

0 comments on commit 0253fdc

Please sign in to comment.