We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
next
1 parent 7d718f5 commit d6cb84bCopy full SHA for d6cb84b
config/pipeline.yaml
@@ -275,6 +275,8 @@ trees:
275
stable-rc:
276
url: 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git'
277
278
+ next:
279
+ url: 'https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git'
280
281
platforms:
282
@@ -640,3 +642,8 @@ build_configs:
640
642
stable-rc_6.7:
641
643
<<: *stable-rc
644
branch: 'linux-6.7.y'
645
+
646
+ next_master:
647
+ tree: next
648
+ branch: 'master'
649
+ variants: *build-variants
0 commit comments