Skip to content

Commit

Permalink
config: chromeos: Add build with arm64-chromebook fragment
Browse files Browse the repository at this point in the history
Add job and scheduler entries to build a kernel with the
arm64-chromebook fragment applied on top of the upstream defconfig. This
is needed to run jobs on Chromebooks since their platform definition
requires this fragment.

Signed-off-by: Nícolas F. R. A. Prado <[email protected]>
  • Loading branch information
nfraprado authored and nuclearcat committed Mar 26, 2024
1 parent 22feb79 commit 863c7a4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/jobs-chromeos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,13 @@ jobs:
baseline-x86-stoneyridge: *baseline-job
baseline-x86-stoneyridge-staging: *baseline-job

kbuild-gcc-10-arm64-chromebook:
<<: *kbuild-gcc-10-arm64-chromeos-job
params:
<<: *kbuild-gcc-10-arm64-chromeos-params
cross_compile_compat:
defconfig: defconfig

kbuild-gcc-10-arm64-chromeos-mediatek:
<<: *kbuild-gcc-10-arm64-chromeos-job
params:
Expand Down
3 changes: 3 additions & 0 deletions config/scheduler-chromeos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ scheduler:
platforms:
- dell-latitude-3445-7520c-skyrim

- job: kbuild-gcc-10-arm64-chromebook
<<: *build-k8s-all

- job: kbuild-gcc-10-arm64-chromeos-mediatek
<<: *build-k8s-all

Expand Down

0 comments on commit 863c7a4

Please sign in to comment.