From 863c7a4834a435aae04f4702d791d5eb283fa507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=ADcolas=20F=2E=20R=2E=20A=2E=20Prado?= Date: Mon, 25 Mar 2024 16:51:00 -0400 Subject: [PATCH] config: chromeos: Add build with arm64-chromebook fragment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- config/jobs-chromeos.yaml | 7 +++++++ config/scheduler-chromeos.yaml | 3 +++ 2 files changed, 10 insertions(+) diff --git a/config/jobs-chromeos.yaml b/config/jobs-chromeos.yaml index eee41a16e..ec6afe34c 100644 --- a/config/jobs-chromeos.yaml +++ b/config/jobs-chromeos.yaml @@ -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: diff --git a/config/scheduler-chromeos.yaml b/config/scheduler-chromeos.yaml index d08158953..2869728d6 100644 --- a/config/scheduler-chromeos.yaml +++ b/config/scheduler-chromeos.yaml @@ -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