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.
1 parent aa0bd3a commit c1f4cb0Copy full SHA for c1f4cb0
config/pipeline.yaml
@@ -476,7 +476,31 @@ build_configs:
476
branch: 'master'
477
variants: *build-variants
478
479
- stable-rc_6.6:
+ stable-rc_4.19: &stable-rc
480
tree: stable-rc
481
- branch: 'linux-6.6.y'
+ branch: 'linux-4.19.y'
482
483
+
484
+ stable-rc_5.4:
485
+ <<: *stable-rc
486
+ branch: 'linux-5.4.y'
487
488
+ stable-rc_5.10:
489
490
+ branch: 'linux-5.10.y'
491
492
+ stable-rc_5.15:
493
494
+ branch: 'linux-5.15.y'
495
496
+ stable-rc_6.1:
497
498
+ branch: 'linux-6.1.y'
499
500
+ stable-rc_6.6:
501
502
+ branch: 'linux-6.6.y'
503
504
+ stable-rc_6.7:
505
506
+ branch: 'linux-6.7.y'
0 commit comments