Swarming: Add TasksCountRequest and TasksCount to swarming.proto#5276
Open
IvanBM18 wants to merge 1 commit into
Open
Swarming: Add TasksCountRequest and TasksCount to swarming.proto#5276IvanBM18 wants to merge 1 commit into
IvanBM18 wants to merge 1 commit into
Conversation
IvanBM18
commented
May 14, 2026
| _sym_db = _symbol_database.Default() | ||
|
|
||
|
|
||
| from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2 |
Collaborator
Author
There was a problem hiding this comment.
Note: All changes in this file were generated by the src/clusterfuzz/_internal/protos/generate.sh script.
IvanBM18
commented
May 14, 2026
| @generated by mypy-protobuf. Do not edit manually! | ||
| isort:skip_file | ||
| Copyright 2024 Google LLC | ||
| Copyright 2026 Google LLC |
Collaborator
Author
There was a problem hiding this comment.
Note: All changes in this file were generated by the src/clusterfuzz/_internal/protos/generate.sh script.
IvanBM18
commented
May 14, 2026
| @@ -1,4 +1,4 @@ | |||
| # Copyright 2026 Google LLC | |||
| # Copyright 2023 Google LLC | |||
Collaborator
Author
There was a problem hiding this comment.
Note: All changes in this file were generated by the src/clusterfuzz/_internal/protos/generate.sh script.
jardondiego
reviewed
May 14, 2026
| // limitations under the License. | ||
|
|
||
| // This file is based on https://source.chromium.org/chromium/infra/infra/+/main:luci/appengine/swarming/proto/api_v2/swarming.proto | ||
| // This file is based on https://source.chromium.org/chromium/infra/infra_superproject/+/main:infra/luci/appengine/swarming/proto/api_v2/swarming.proto |
Collaborator
There was a problem hiding this comment.
Why does this have to change?
Collaborator
Author
There was a problem hiding this comment.
If you visit the previous link, a warning is shown telling you that this link is no longer valid and that you should visit the infra_superproject instead
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As part of the initiative of creating a backpressure logic for the swarming integration we are adding first the required protobuf definitions for a upcoming(in another pr)
/prpc/swarmig.v2.tasks/CountTasksprpc endpoint.Background
For more context on the backpressure initative see more info in internal fuzz docs
Changes
swarming.protofile:src/clusterfuzz/_internal/protos/generate.shscript, which added a bunch of changes to the generated files.Tests
No unit tests nor actual tests in the CF code are required for this one, as we are just adding more protobuf definitions not doing nothing new with them(yet),