aboutsummaryrefslogtreecommitdiff
path: root/cros_utils
diff options
context:
space:
mode:
authorGeorge Burgess IV <gbiv@google.com>2024-02-02 09:57:34 -0700
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-02-02 21:36:04 +0000
commit62b68a9eea65210bcc9b298ea2011525533caa39 (patch)
tree2c30690540a7db6c792aa719ddd75c92d5bdf61a /cros_utils
parent6600638af008e85427808e8237fdcedc97c2d44e (diff)
downloadtoolchain-utils-62b68a9eea65210bcc9b298ea2011525533caa39.tar.gz
bugs: add Rust-y metabugs
These need to be used from internal tooling. Migrate/centralize them here for convenience. BUG=b:323522852 TEST=repo upload Change-Id: I8fb0317fe92773ffacd68daf8d31379155ee2c3d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/5262323 Tested-by: George Burgess <gbiv@chromium.org> Reviewed-by: Bob Haarman <inglorion@chromium.org> Commit-Queue: Bob Haarman <inglorion@chromium.org> Auto-Submit: George Burgess <gbiv@chromium.org>
Diffstat (limited to 'cros_utils')
-rwxr-xr-xcros_utils/bugs.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/cros_utils/bugs.py b/cros_utils/bugs.py
index c86933db..423faa8b 100755
--- a/cros_utils/bugs.py
+++ b/cros_utils/bugs.py
@@ -14,6 +14,10 @@ from typing import Any, Dict, List, Optional, Union
X20_PATH = "/google/data/rw/teams/c-compiler-chrome/prod_bugs"
+# List of 'well-known' bug numbers to tag as parents.
+RUST_MAINTENANCE_METABUG = 322195383
+RUST_SECURITY_METABUG = 322195192
+
# These constants are sourced from
# //google3/googleclient/chrome/chromeos_toolchain/bug_manager/bugs.go