forked from luci/luci-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[swarming] Support Swarming bot session in "dry run" mode.
Bot session tokens are recognized, checked, and refreshed. But any errors are logged and ignored. Also bot dimensions are now fetched from datastore (eventually all bot RPC calls other than /bot/poll will fetch them from datastore: that way we can guarantee all of them use the same consistent set of dimensions). No new tests, because this is a temporary messy state. Test will be written for the final "clean" state. Also remove unused /swarming/api/v1/bot/rbe/ping. [email protected] BUG=b/355013282 Change-Id: I9460cb21975480a29f5718bc177d6f0460be21e9 Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/luci-go/+/6024091 Reviewed-by: Chan Li <[email protected]> Commit-Queue: Vadim Shtayura <[email protected]>
- Loading branch information
Showing
6 changed files
with
224 additions
and
113 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.