Skip to content

Commit

Permalink
config: pipeline: Add CIP tree and relevant branches
Browse files Browse the repository at this point in the history
Add the various branches we wish to build from the CIP tree.
For now, add to "build-only-trees-rules". We'll tweak specifics and start
enabling tests in the future.

Signed-off-by: Chris Paterson <[email protected]>
  • Loading branch information
patersonc authored and nuclearcat committed Oct 16, 2024
1 parent 04970af commit e4ebeba
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ _anchors:
- 'amlogic'
- 'ardb'
- 'arnd'
- 'cip'
- 'clk'
- 'efi'
- 'khilman'
Expand Down Expand Up @@ -1820,6 +1821,9 @@ trees:
chrome-platform:
url: "https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git"

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

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

Expand Down Expand Up @@ -3144,6 +3148,42 @@ build_configs:
tree: chrome-platform
branch: 'for-firmware-next'

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

cip-4.4-rt:
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'

cip-4.19-rt:
tree: cip
branch: 'linux-4.19.y-cip-rt'

cip-5.10:
tree: cip
branch: 'linux-5.10.y-cip'

cip-5.10-rt:
tree: cip
branch: 'linux-5.10.y-cip-rt'

cip-6.1:
tree: cip
branch: 'linux-6.1.y-cip'

cip-6.1-rt:
tree: cip
branch: 'linux-6.1.y-cip-rt'

clk:
tree: clk
branch: 'clk-next'
Expand Down

0 comments on commit e4ebeba

Please sign in to comment.