summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJie Luo <jieluo@google.com>2023-11-09 14:19:41 -0800
committerCopybara-Service <copybara-worker@google.com>2023-11-09 14:20:09 -0800
commite24b5e7483054d312936e1ad3fb9534ea21fdf57 (patch)
tree76ab0ef81708e6ab711e487b84d84f29733e82a3
parent5e3017a2f6ed84c81ce42e2d609af0c1b6c020b5 (diff)
downloadtradefed_cluster-e24b5e7483054d312936e1ad3fb9534ea21fdf57.tar.gz
No public description
PiperOrigin-RevId: 581023394 Change-Id: I5283ff60440e45ecc41230df27804ea8765a699e
-rw-r--r--tradefed_cluster/BUILD85
-rw-r--r--tradefed_cluster/configs/BUILD2
-rw-r--r--tradefed_cluster/plugins/BUILD3
-rw-r--r--tradefed_cluster/services/BUILD5
-rw-r--r--tradefed_cluster/util/BUILD6
5 files changed, 98 insertions, 3 deletions
diff --git a/tradefed_cluster/BUILD b/tradefed_cluster/BUILD
index 6a6e90f..915a1bc 100644
--- a/tradefed_cluster/BUILD
+++ b/tradefed_cluster/BUILD
@@ -65,6 +65,7 @@ py_test(
":api_test_lib",
":datastore_test_util_lib",
"//third_party/py/endpoints:endpoints_library",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/services:acl_service_lib",
third_party("protorpc:protorpc_all"),
],
@@ -93,6 +94,7 @@ py_test(
deps = [
":affinity_manager_lib",
":testbed_dependent_test_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -163,6 +165,7 @@ py_test(
":api_messages_lib",
":api_test_lib",
":datastore_entities_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
],
)
@@ -241,6 +244,7 @@ py_test(
deps = [
":api_test_lib",
":datastore_test_util_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -284,6 +288,7 @@ py_test(
":device_manager_lib",
":env_config_lib",
":note_manager_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//third_party/py/protorpc:protorpc_all",
"//third_party/py/pytz",
"//tradefed_cluster/util:elasticsearch_client_lib",
@@ -325,6 +330,7 @@ py_test(
deps = [
":api_test_lib",
":datastore_test_util_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/services:acl_service_lib",
"//tradefed_cluster/util:ndb_shim_lib",
third_party("endpoints:endpoints_library"),
@@ -360,6 +366,7 @@ py_test(
":api_test_lib",
":datastore_entities_lib",
":datastore_test_util_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -390,6 +397,7 @@ py_test(
deps = [
":api_test_lib",
":datastore_test_util_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
],
)
@@ -431,6 +439,7 @@ py_test(
third_party("hamcrest"),
third_party("mock"),
third_party("webtest"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//third_party/py/six",
"//tradefed_cluster/util:ndb_shim_lib",
],
@@ -459,6 +468,7 @@ py_test(
":command_error_type_config_lib",
":testbed_dependent_test_lib",
"//third_party/py/absl/testing:parameterized",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -485,7 +495,10 @@ py_test(
python_version = "PY3",
srcs_version = "PY3",
tags = ["not_run:arm"],
- deps = [":api_test_lib"],
+ deps = [
+ ":api_test_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
+ ],
)
pytype_strict_library(
@@ -519,6 +532,7 @@ py_test(
":command_event_handler_lib",
":command_event_test_util",
":testbed_dependent_test_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
third_party("hamcrest"),
third_party("mock"),
@@ -549,6 +563,7 @@ py_test(
":command_event_lib",
":command_event_test_util",
third_party("mock"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -611,6 +626,7 @@ py_test(
":metric_lib",
":request_manager_lib",
":testbed_dependent_test_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
third_party("hamcrest"),
third_party("mock"),
@@ -628,6 +644,7 @@ py_test(
deps = [
":command_lib",
":testbed_dependent_test_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
third_party("hamcrest"),
third_party("mock"),
@@ -673,6 +690,7 @@ py_test(
":affinity_manager_lib",
":api_test_lib",
":datastore_test_util_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
],
)
@@ -702,6 +720,7 @@ py_test(
":command_task_matcher_lib",
":testbed_dependent_test_lib",
third_party("mock"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -732,6 +751,7 @@ py_test(
":api_test_lib",
":datastore_test_util_lib",
third_party("mock"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -761,6 +781,7 @@ py_test(
":command_task_store_lib",
":testbed_dependent_test_lib",
third_party("mock"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -799,6 +820,7 @@ py_test(
third_party("hamcrest"),
third_party("mock"),
third_party("webtest"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -829,6 +851,7 @@ py_test(
deps = [
":common_lib",
third_party("six"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -908,6 +931,7 @@ py_test(
":testbed_dependent_test_lib",
third_party("cloudstorage"),
third_party("six"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
],
)
@@ -941,6 +965,7 @@ py_test(
":api_test_lib",
":datastore_test_util_lib",
":request_sync_monitor_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
],
)
@@ -975,6 +1000,7 @@ py_test(
":datastore_entities_lib",
":datastore_test_util_lib",
":testbed_dependent_test_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
],
)
@@ -1005,6 +1031,7 @@ py_test(
":datastore_test_util_lib",
":datastore_util_lib",
":testbed_dependent_test_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
third_party("six"),
],
@@ -1052,6 +1079,7 @@ py_test(
third_party("mock"),
third_party("webtest"),
third_party("six"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -1089,6 +1117,7 @@ py_test(
third_party("mock"),
third_party("six"),
third_party("webtest"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -1124,6 +1153,7 @@ py_test(
":datastore_test_util_lib",
":device_manager_lib",
":testbed_dependent_test_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
third_party("hamcrest"),
],
@@ -1163,6 +1193,7 @@ py_test(
":datastore_test_util_lib",
":device_monitor_lib",
":testbed_dependent_test_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
third_party("mock"),
third_party("webtest"),
@@ -1194,7 +1225,10 @@ py_test(
python_version = "PY3",
srcs_version = "PY3",
tags = ["not_run:arm"],
- deps = [":api_test_lib"],
+ deps = [
+ ":api_test_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
+ ],
)
pytype_strict_library(
@@ -1225,6 +1259,7 @@ py_test(
deps = [
":api_test_lib",
":datastore_test_util_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -1256,6 +1291,7 @@ py_test(
":api_test_lib",
":datastore_test_util_lib",
":device_blocklist_api_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -1282,6 +1318,7 @@ py_test(
":datastore_test_util_lib",
":device_blocker_lib",
":testbed_dependent_test_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -1339,6 +1376,7 @@ py_test(
":harness_image_metadata_syncer_lib",
":testbed_dependent_test_lib",
"//third_party/py/absl/testing:parameterized",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
third_party("mock"),
],
@@ -1360,6 +1398,7 @@ py_test(
":testbed_dependent_test_lib",
"//third_party/py/absl/testing:parameterized",
third_party("mock"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -1374,6 +1413,7 @@ py_test(
deps = [
":api_test_lib",
":common_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -1396,6 +1436,7 @@ py_test(
":api_messages_lib",
":host_event_lib",
third_party("mock"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -1425,6 +1466,7 @@ py_test(
deps = [
":lab_resource_monitor_lib",
":testbed_dependent_test_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
third_party("mock"),
],
@@ -1454,6 +1496,7 @@ py_test(
":metric_lib",
third_party("mock"),
third_party("webtest"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -1485,6 +1528,7 @@ py_test(
":datastore_test_util_lib",
":note_manager_lib",
":testbed_dependent_test_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
],
)
@@ -1517,6 +1561,7 @@ py_test(
":notification_handler_lib",
":testbed_dependent_test_lib",
third_party("mock"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -1550,6 +1595,7 @@ py_test(
":notifier_lib",
":testbed_dependent_test_lib",
"//pyglib:stringutil",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/services:task_scheduler_lib",
third_party("mock"),
third_party("six"),
@@ -1587,6 +1633,7 @@ py_test(
tags = ["not_run:arm"],
deps = [
":api_test_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
],
)
@@ -1616,7 +1663,10 @@ py_test(
python_version = "PY3",
srcs_version = "PY3",
tags = ["not_run:arm"],
- deps = [":api_test_lib"],
+ deps = [
+ ":api_test_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
+ ],
)
pytype_strict_library(
@@ -1650,6 +1700,7 @@ py_test(
tags = ["not_run:arm"],
deps = [
":api_test_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
],
)
@@ -1689,6 +1740,7 @@ py_test(
":env_config_lib",
":request_manager_lib",
":testbed_dependent_test_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
third_party("hamcrest"),
third_party("mock"),
@@ -1727,6 +1779,7 @@ py_test(
":request_sync_monitor_lib",
":testbed_dependent_test_lib",
third_party("mock"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -1757,6 +1810,7 @@ py_test(
deps = [
":api_test_lib",
":datastore_test_util_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -1799,6 +1853,7 @@ py_test(
":testbed_dependent_test_lib",
third_party("mock"),
third_party("werkzeug"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -1820,6 +1875,7 @@ pytype_strict_library(
)
"//third_party/py/google/appengine/ext/ndb",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//third_party/py/protorpc:protorpc_all",
third_party("mock"),
],
@@ -1846,6 +1902,7 @@ py_test(
":testbed_dependent_test_lib",
"//third_party/py/google/appengine/ext/ndb",
"//third_party/py/google/appengine/ext/testbed",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
third_party("hamcrest"),
third_party("mock"),
@@ -1869,6 +1926,7 @@ py_test(
third_party("webtest"),
"//third_party/py/google/appengine/api/taskqueue:taskqueue_py",
"//third_party/py/google/appengine/ext/testbed",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
],
)
@@ -1887,6 +1945,7 @@ py_test(
"//third_party/py/google/appengine/api/modules:modules_py",
"//third_party/py/google/appengine/ext/deferred",
"//third_party/py/google/appengine/ext/testbed",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
],
)
@@ -1903,6 +1962,7 @@ py_test(
":testbed_dependent_test_lib",
"//third_party/py/google/appengine/ext/ndb",
third_party("mock"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -1919,6 +1979,7 @@ py_test(
"//third_party/py/google/appengine/ext/ndb",
third_party("mock"),
"//third_party/py/google/appengine/ext/testbed",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -1940,6 +2001,7 @@ py_test(
third_party("webtest"),
"//third_party/py/google/appengine/api/taskqueue:taskqueue_py",
"//third_party/py/google/appengine/ext/testbed",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -1977,6 +2039,7 @@ py_test(
third_party("cloudstorage"),
third_party("six"),
"//third_party/py/google/appengine/ext/testbed",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -1995,6 +2058,7 @@ py_test(
"//third_party/py/google/appengine/api/modules:modules_py",
"//third_party/py/google/appengine/ext/deferred",
"//third_party/py/google/appengine/ext/testbed",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
],
)
@@ -2013,6 +2077,7 @@ py_test(
":testbed_dependent_test_lib",
"//third_party/py/google/appengine/ext/ndb",
"//third_party/py/google/appengine/ext/testbed",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
],
)
@@ -2032,6 +2097,7 @@ py_test(
":testbed_dependent_test_lib",
"//third_party/py/google/appengine/ext/ndb",
"//third_party/py/google/appengine/ext/testbed",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//third_party/py/six",
"//tradefed_cluster/util:ndb_shim_lib",
],
@@ -2052,6 +2118,7 @@ py_test(
third_party("webtest"),
third_party("six"),
"//third_party/py/google/appengine/ext/testbed",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -2071,6 +2138,7 @@ py_test(
third_party("webtest"),
"//third_party/py/google/appengine/api:mail_py",
"//third_party/py/google/appengine/ext/testbed",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -2088,6 +2156,7 @@ py_test(
"//third_party/py/google/appengine/ext/ndb",
third_party("hamcrest"),
"//third_party/py/google/appengine/ext/testbed",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
],
)
@@ -2107,6 +2176,7 @@ py_test(
third_party("mock"),
third_party("webtest"),
"//third_party/py/google/appengine/ext/testbed",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
],
)
@@ -2123,6 +2193,7 @@ py_test(
"//third_party/py/google/appengine/api:mail_py",
"//third_party/py/google/appengine/ext/deferred",
"//third_party/py/google/appengine/ext/testbed",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -2138,6 +2209,7 @@ py_test(
"//third_party/py/google/appengine/api:mail_py",
"//third_party/py/google/appengine/ext/deferred",
"//third_party/py/google/appengine/ext/testbed",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -2165,6 +2237,7 @@ py_test(
deps = [
":metric_lib",
"//third_party/py/google/appengine/api/taskqueue:taskqueue_py",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//third_party/py/protorpc:protorpc_all",
third_party("mock"),
third_party("webtest"),
@@ -2187,6 +2260,7 @@ py_test(
"//third_party/py/google/appengine/api/taskqueue:taskqueue_py",
"//third_party/py/google/appengine/ext/deferred",
"//third_party/py/google/appengine/ext/testbed",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -2207,6 +2281,7 @@ py_test(
third_party("six"),
third_party("webtest"),
"//third_party/py/google/appengine/ext/testbed",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -2223,6 +2298,7 @@ py_test(
"//third_party/py/google/appengine/api/modules:modules_py",
"//third_party/py/google/appengine/ext/deferred",
"//third_party/py/google/appengine/ext/testbed",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -2239,6 +2315,7 @@ py_test(
"//third_party/py/google/appengine/api/modules:modules_py",
"//third_party/py/google/appengine/ext/deferred",
"//third_party/py/google/appengine/ext/testbed",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster/util:ndb_shim_lib",
],
)
@@ -2278,6 +2355,7 @@ py_test(
"//third_party/py/google/appengine/api/modules:modules_py",
"//third_party/py/google/appengine/ext/deferred",
"//third_party/py/google/appengine/ext/testbed",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -2295,6 +2373,7 @@ py_test(
":request_sync_monitor_lib",
":testbed_dependent_test_lib",
third_party("mock"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
# END-INTERNAL
diff --git a/tradefed_cluster/configs/BUILD b/tradefed_cluster/configs/BUILD
index c6141d0..e291fd4 100644
--- a/tradefed_cluster/configs/BUILD
+++ b/tradefed_cluster/configs/BUILD
@@ -74,6 +74,7 @@ py_test(
deps = [
":lab_config_lib",
third_party("six"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -89,6 +90,7 @@ py_test(
srcs_version = "PY3",
deps = [
":unified_lab_config_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
diff --git a/tradefed_cluster/plugins/BUILD b/tradefed_cluster/plugins/BUILD
index 89222a3..e56acae 100644
--- a/tradefed_cluster/plugins/BUILD
+++ b/tradefed_cluster/plugins/BUILD
@@ -39,6 +39,7 @@ py_test(
srcs_version = "PY3",
deps = [
":base_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -65,6 +66,7 @@ py_test(
deps = [
":google_cloud_lib",
third_party("mock"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -109,6 +111,7 @@ py_test(
deps = [
":registry_lib",
third_party("mock"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
diff --git a/tradefed_cluster/services/BUILD b/tradefed_cluster/services/BUILD
index f147873..aa5d710 100644
--- a/tradefed_cluster/services/BUILD
+++ b/tradefed_cluster/services/BUILD
@@ -31,6 +31,7 @@ py_test(
":app_manager_lib",
third_party("absl/testing:absltest"),
third_party("mock"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -58,6 +59,7 @@ py_test(
":file_storage_lib",
third_party("absl/testing:absltest"),
third_party("mock"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster:env_config_lib",
"//tradefed_cluster/plugins:base_lib",
],
@@ -90,6 +92,7 @@ py_test(
":acl_service_lib",
third_party("absl/testing:absltest"),
"//third_party/py/endpoints:endpoints_library",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//third_party/py/protorpc:protorpc_all",
"//tradefed_cluster:api_common_lib",
"//tradefed_cluster:datastore_test_util_lib",
@@ -122,6 +125,7 @@ py_test(
":mailer_lib",
third_party("absl/testing:absltest"),
third_party("mock"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -152,6 +156,7 @@ py_test(
deps = [
":task_scheduler_lib",
"//pyglib:stringutil",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster:env_config_lib",
"//tradefed_cluster:testbed_dependent_test_lib",
"//tradefed_cluster/util:ndb_shim_lib",
diff --git a/tradefed_cluster/util/BUILD b/tradefed_cluster/util/BUILD
index ee04b42..1230575 100644
--- a/tradefed_cluster/util/BUILD
+++ b/tradefed_cluster/util/BUILD
@@ -42,6 +42,7 @@ py_test(
deps = [
":command_util",
third_party("mock"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -71,6 +72,7 @@ py_test(
deps = [
":email_sender_lib",
third_party("mock"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster:testbed_dependent_test_lib",
],
)
@@ -115,6 +117,7 @@ py_test(
deps = [
":ndb_shim_lib",
":ndb_util_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster:testbed_dependent_test_lib",
],
)
@@ -142,6 +145,7 @@ py_test(
tags = ["not_run:arm"],
deps = [
":pubsub_client_lib",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
"//tradefed_cluster:testbed_dependent_test_lib",
third_party("mock"),
],
@@ -168,6 +172,7 @@ py_test(
deps = [
":elasticsearch_client_lib",
"//third_party/py/elasticsearch",
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)
@@ -230,5 +235,6 @@ py_test(
deps = [
":datastore_emulator_lib",
third_party("mock"),
+ "//third_party/py/google/protobuf:use_fast_cpp_protos", # Automatically added go/proto_python_upb_flip
],
)