Skip to content

Commit

Permalink
config/pipeline.yaml: add entries to schedule to build android-mainline
Browse files Browse the repository at this point in the history
Add entries to `scheduler:` section to run the builds for
android-mainline.

Signed-off-by: Helen Koike <[email protected]>
  • Loading branch information
helen-fornazier authored and a-wai committed Apr 12, 2024
1 parent f45ae7b commit 5a6204d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,12 @@ scheduler:
- job: kbuild-gcc-10-armel
<<: *build-k8s-all

- job: kbuild-gcc-10-armel-android-mainline
<<: *build-k8s-all

- job: kbuild-gcc-10-armel-android-mainline-imx
<<: *build-k8s-all

- job: kbuild-gcc-10-i386
<<: *build-k8s-all

Expand Down

0 comments on commit 5a6204d

Please sign in to comment.