commit | 01dbc5e6f2d36a8eae61dff7161d891c87b5cadc | [log] [tgz] |
---|---|---|
author | Ben Pastene <bpastene@chromium.org> | Thu Apr 11 20:21:48 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 11 20:21:48 2024 |
tree | 76e9edcb1cbdc43ad6e1bbc0c4cf5bd9c1b7b962 | |
parent | 4ee3c867b219ca693470fb25d0dad60b66ddb5b5 [diff] |
infra: Switch cros arm64-generic bot to build with the VM-optimized sdk http://b/303119905 is tracking an effort to enable tests on CrOS arm64 VMs. For chrome, that's practically this bot: https://ci.chromium.org/ui/p/chromium/builders/ci/chromeos-arm64-generic-rel That bot's currently compile-only. So to enable tests, the bot needs a couple things. First, it needs to be told to download an OS image to run the tests on. This is what the "cros_boards_with_qemu_images" gclient var change does. Second, it needs to switch to the VM-optimized arm64-generic board. (This is what the gn_args change does.) The two boards are mostly identical, except the VM-optimized one produces test images that are a bit faster when booted via qemu. After that, the bot should be able to have VM tests added to it in follow-ups (provided that the tests are green). Bug: 303119905 Change-Id: I9679bba6181852ab70925ddd55aabfcda8f09e46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5444869 Commit-Queue: Ben Pastene <bpastene@chromium.org> Reviewed-by: Struan Shrimpton <sshrimp@google.com> Cr-Commit-Position: refs/heads/main@{#1286061}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.