commit | c263d8d4c6e6639e328b8b818e1ba038b2159807 | [log] [tgz] |
---|---|---|
author | Ben Pastene <bpastene@chromium.org> | Wed Jun 22 22:55:19 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 22 22:55:19 2022 |
tree | 1cc0895840aa14a9b84dbd4cf8c0889f123bbf7a | |
parent | 54c2939993d247fa4100f7c74c58b756e80d8f32 [diff] |
infra: Add the root vpython spec files to orchestrator runtime deps Some merge scripts import six. When preventing tools/build's venv from propagating into their execution, they fail with import errors, eg: https://logs.chromium.org/logs/chromium/led/infra-try-recipes-tester_chops-service-accounts.iam.gserviceaccount.com/87eaf62ee4e951d34e812ec2f066e106325201c793155d01c8e6ab39ffb58a0e/+/u/angle_unittests__with_patch__on_Ubuntu-18.04/Merge_script_log This is because the orchestrator doesn't have chromium's root vpython spec files, and so have no way of importing six. So this throws the root specs into the bundle that the orchestrator fetches since it's very possible that merge/collect scripts will pop-up in the future that need other non-standard libs present in the root spec files. Bug: 1326517 Change-Id: I8c42fcfcc29c977b7c31fc58f03256b30f844a01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3718050 Reviewed-by: Stephanie Kim <kimstephanie@google.com> Reviewed-by: Garrett Beaty <gbeaty@google.com> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/main@{#1016890}
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.