Add google-cloud-pubsub for perf service.
The merge script will need to publish messages to perf pub/sub queue so it can pick up the result to process. Bug: b/336313598 Change-Id: I7c246ac76a26ca4eb989d974e7cc6d8e53194a28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5798564 Reviewed-by: Ben Pastene <bpastene@chromium.org> Commit-Queue: Hao Wu <haowoo@google.com> Cr-Commit-Position: refs/heads/main@{#1346894}
This commit is contained in:
19
.vpython3
19
.vpython3
@@ -88,8 +88,9 @@ wheel: <
|
|||||||
wheel: <
|
wheel: <
|
||||||
name: "infra/python/wheels/libcst/${vpython_platform}"
|
name: "infra/python/wheels/libcst/${vpython_platform}"
|
||||||
version: "version:1.1.0"
|
version: "version:1.1.0"
|
||||||
match_tag: <
|
# No 32-bit Windows wheel available for a dependency (google-cloud-pubsub).
|
||||||
platform: "manylinux1_x86_64"
|
not_match_tag: <
|
||||||
|
platform: "win32"
|
||||||
>
|
>
|
||||||
>
|
>
|
||||||
wheel: <
|
wheel: <
|
||||||
@@ -102,9 +103,6 @@ wheel: <
|
|||||||
wheel: <
|
wheel: <
|
||||||
name: "infra/python/wheels/typing-extensions-py3"
|
name: "infra/python/wheels/typing-extensions-py3"
|
||||||
version: "version:4.3.0"
|
version: "version:4.3.0"
|
||||||
match_tag: <
|
|
||||||
platform: "manylinux1_x86_64"
|
|
||||||
>
|
|
||||||
>
|
>
|
||||||
wheel: <
|
wheel: <
|
||||||
name: "infra/python/wheels/tabulate-py3"
|
name: "infra/python/wheels/tabulate-py3"
|
||||||
@@ -120,9 +118,6 @@ wheel: <
|
|||||||
wheel: <
|
wheel: <
|
||||||
name: "infra/python/wheels/mypy-extensions-py3"
|
name: "infra/python/wheels/mypy-extensions-py3"
|
||||||
version: "version:0.4.3"
|
version: "version:0.4.3"
|
||||||
match_tag: <
|
|
||||||
platform: "manylinux1_x86_64"
|
|
||||||
>
|
|
||||||
>
|
>
|
||||||
|
|
||||||
# Common utilities.
|
# Common utilities.
|
||||||
@@ -281,6 +276,14 @@ wheel: <
|
|||||||
name: "infra/python/wheels/google-cloud-kms-py3"
|
name: "infra/python/wheels/google-cloud-kms-py3"
|
||||||
version: "version:2.11.1"
|
version: "version:2.11.1"
|
||||||
>
|
>
|
||||||
|
wheel: <
|
||||||
|
name: "infra/python/wheels/google-cloud-pubsub-py3"
|
||||||
|
version: "version:2.9.0"
|
||||||
|
>
|
||||||
|
wheel: <
|
||||||
|
name: "infra/python/wheels/typing-inspect-py3"
|
||||||
|
version: "version:0.7.1"
|
||||||
|
>
|
||||||
|
|
||||||
# Used by Web Platform Tests (WPT) codebase in
|
# Used by Web Platform Tests (WPT) codebase in
|
||||||
# //third_party/wpt_tools
|
# //third_party/wpt_tools
|
||||||
|
Reference in New Issue
Block a user