Skip to content

Commit c1f4cb0

Browse files
committed
pipeline.yaml: Add all stable trees
Add all stable-rc trees for testing. Signed-off-by: Denys Fedoryshchenko <[email protected]>
1 parent aa0bd3a commit c1f4cb0

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

config/pipeline.yaml

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,31 @@ build_configs:
476476
branch: 'master'
477477
variants: *build-variants
478478

479-
stable-rc_6.6:
479+
stable-rc_4.19: &stable-rc
480480
tree: stable-rc
481-
branch: 'linux-6.6.y'
481+
branch: 'linux-4.19.y'
482482
variants: *build-variants
483+
484+
stable-rc_5.4:
485+
<<: *stable-rc
486+
branch: 'linux-5.4.y'
487+
488+
stable-rc_5.10:
489+
<<: *stable-rc
490+
branch: 'linux-5.10.y'
491+
492+
stable-rc_5.15:
493+
<<: *stable-rc
494+
branch: 'linux-5.15.y'
495+
496+
stable-rc_6.1:
497+
<<: *stable-rc
498+
branch: 'linux-6.1.y'
499+
500+
stable-rc_6.6:
501+
<<: *stable-rc
502+
branch: 'linux-6.6.y'
503+
504+
stable-rc_6.7:
505+
<<: *stable-rc
506+
branch: 'linux-6.7.y'

0 commit comments

Comments
 (0)