Skip to content

Commit 7a8bde6

Browse files
committed
wip: Extract basic .kernelci.yml file template
Signed-off-by: Paweł Wieczorek <[email protected]>
1 parent 7f9509a commit 7a8bde6

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

config/trees.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -538,22 +538,6 @@ build_configs:
538538
<<: *linusw
539539
branch: 'for-next'
540540

541-
linux-pci_next: &linux-pci
542-
tree: linux-pci
543-
branch: 'next'
544-
architectures:
545-
- x86_64
546-
- arm64
547-
- arm
548-
549-
linux-pci_for-linus:
550-
<<: *linux-pci
551-
branch: 'for-linus'
552-
553-
linux-pci_for-kernelci:
554-
<<: *linux-pci
555-
branch: 'for-kernelci'
556-
557541
mainline:
558542
<<: *base
559543
tree: mainline

config/trees/linux-pci.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
build_configs:
2+
linux-pci_next: &linux-pci
3+
tree: linux-pci
4+
branch: 'next'
5+
architectures:
6+
- x86_64
7+
- arm64
8+
- arm
9+
10+
linux-pci_for-linus:
11+
<<: *linux-pci
12+
branch: 'for-linus'
13+
14+
linux-pci_for-kernelci:
15+
<<: *linux-pci
16+
branch: 'for-kernelci'

0 commit comments

Comments
 (0)