Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: Extend sashal/linus-next:linus-next builds #808

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ _anchors:
- 'renesas'
- 'robh'
- 'rppt'
- 'sashal-next'
- 'soc'
- 'tegra'
- 'thermal'
Expand Down Expand Up @@ -390,6 +391,7 @@ jobs:
tree:
- 'mainline'
- 'next'
- 'sashal-next'

kbuild-clang-17-arm64-mainline-64K_PAGES:
<<: *kbuild-clang-17-arm64-mainline-job
Expand All @@ -406,6 +408,7 @@ jobs:
tree:
- 'mainline'
- 'next'
- 'sashal-next'

kbuild-clang-17-arm-mainline-allnoconfig:
<<: *kbuild-clang-17-arm-mainline-job
Expand Down Expand Up @@ -449,6 +452,7 @@ jobs:
- 'android'
- 'mainline'
- 'next'
- 'sashal-next'

kbuild-clang-17-riscv: &kbuild-clang-17-riscv-job
<<: *kbuild-job
Expand All @@ -473,6 +477,7 @@ jobs:
tree:
- 'android'
- 'next'
- 'sashal-next'

kbuild-clang-17-riscv-smp:
<<: *kbuild-clang-17-riscv-job
Expand Down Expand Up @@ -510,6 +515,7 @@ jobs:
- 'android'
- 'mainline'
- 'next'
- 'sashal-next'

kbuild-clang-17-x86-kselftest:
<<: *kbuild-clang-17-x86-job
Expand Down Expand Up @@ -549,6 +555,7 @@ jobs:
- 'kernelci'
- 'stable-rc'
- 'next'
- 'sashal-next'

kbuild-gcc-12-arc-mainline: &kbuild-gcc-12-arc-mainline-job
<<: *kbuild-gcc-12-arc-job
Expand Down Expand Up @@ -592,6 +599,7 @@ jobs:
rules:
tree:
- 'next'
- 'sashal-next'

kbuild-gcc-12-arm-BIG_ENDIAN:
<<: *kbuild-gcc-12-arm-allnoconfig-job
Expand Down Expand Up @@ -830,6 +838,7 @@ jobs:
tree:
- 'arm64'
- 'next'
- 'sashal-next'

kbuild-gcc-12-arm64-android: &kbuild-gcc-12-arm64-android-job
<<: *kbuild-gcc-12-arm64-job
Expand Down Expand Up @@ -877,6 +886,7 @@ jobs:
rules:
tree:
- 'next'
- 'sashal-next'

kbuild-gcc-12-arm64-64k_pages:
<<: *kbuild-gcc-12-arm64-16k_pages-job
Expand Down Expand Up @@ -1033,6 +1043,7 @@ jobs:
- 'kernelci'
- 'stable-rc'
- 'next'
- 'sashal-next'

kbuild-gcc-12-i386-android-allnoconfig:
<<: *kbuild-gcc-12-i386-job
Expand Down Expand Up @@ -1108,6 +1119,7 @@ jobs:
- 'kernelci'
- 'stable-rc'
- 'next'
- 'sashal-next'

kbuild-gcc-12-mips-allnoconfig:
<<: *kbuild-gcc-12-mips-job
Expand All @@ -1119,6 +1131,7 @@ jobs:
rules:
tree:
- 'next'
- 'sashal-next'

# Default config and build only job
kbuild-gcc-12-mips-build-only:
Expand Down Expand Up @@ -1327,6 +1340,7 @@ jobs:
rules:
tree:
- 'next'
- 'sashal-next'

kbuild-gcc-12-x86-next-allnoconfig:
<<: *kbuild-gcc-12-x86-next-job
Expand Down Expand Up @@ -1782,6 +1796,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"

Expand Down Expand Up @@ -2308,6 +2325,7 @@ scheduler:
rules:
tree:
- next:master
- sashal-next

# Example of same job name to apply to different tree/branch
# - job: kbuild-gcc-12-arm64-dtbscheck
Expand Down Expand Up @@ -3150,6 +3168,10 @@ build_configs:
tree: rppt
branch: 'for-kernelci'

sashal-next:
tree: sashal-next
branch: 'linus-next'

soc_fixes:
tree: soc
branch: 'arm/fixes'
Expand Down
Loading