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 6b8841e commit 38d2dd6Copy full SHA for 38d2dd6
config/pipeline.yaml
@@ -467,6 +467,22 @@ scheduler:
467
- job: kbuild-gcc-10-armel
468
<<: *build-k8s-all
469
470
+ - job: kbuild-gcc-10-armel-android-mainline
471
+ <<: *build-k8s-all
472
+ rules:
473
+ tree:
474
+ - 'android'
475
+ branch:
476
+ - 'android-mainline'
477
+
478
+ - job: kbuild-gcc-10-armel-android-mainline-imx
479
480
481
482
483
484
485
486
- job: kbuild-gcc-10-i386
487
488
0 commit comments