commit | 392913b451b76ca554e63b8fbbe789941e8e4bda | [log] [tgz] |
---|---|---|
author | Stephanie Kim <kimstephanie@google.com> | Wed Jun 15 17:25:32 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 15 17:25:32 2022 |
tree | 12b62ea2c793ea3e43889c40ef361650c775200a | |
parent | 279b1c364f58ed08a5a0fabe3c1d9f0faf86e437 [diff] |
Update orchestrator_all java coverage deps Upon testing, I saw that more third_party/jdk/ items are needed in addition to third_party/jdk/curren/bin/java. //third_party/jdk:java_data encompasses all of that. Android tests also need to run test_results_presentation.py with the other python deps included. This change adds lines to the orchestrator_all.runtime_deps txt file, only if the builder has use_jacoco_coverage=true. On the recipe-side, the remove_src_checkout_experiment must be enabled for the recipe to actually start doing anything with it, so this CL should be a no-op. Bug: 1287228 Change-Id: Icbfa3953c00a351dc7b9d956251824bb25771dd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3688761 Commit-Queue: Stephanie Kim <kimstephanie@google.com> Reviewed-by: Erik Staab <estaab@chromium.org> Reviewed-by: Benjamin Joyce <bjoyce@chromium.org> Cr-Commit-Position: refs/heads/main@{#1014497}
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.