Skip to content

Commit d6cb84b

Browse files
Jeny SadadiaJenySadadia
Jeny Sadadia
authored andcommitted
config/pipeline: enable next tree and build configs
Monitor linux `next` tree. Add build configs for `master` branch. Signed-off-by: Jeny Sadadia <[email protected]>
1 parent 7d718f5 commit d6cb84b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config/pipeline.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ trees:
275275
stable-rc:
276276
url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git'
277277

278+
next:
279+
url: 'https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git'
278280

279281
platforms:
280282

@@ -640,3 +642,8 @@ build_configs:
640642
stable-rc_6.7:
641643
<<: *stable-rc
642644
branch: 'linux-6.7.y'
645+
646+
next_master:
647+
tree: next
648+
branch: 'master'
649+
variants: *build-variants

0 commit comments

Comments
 (0)