Devon Carew
c4dc032f6c
[repo] improve the analysis of the tools/ directory
...
Change-Id: I4185e3bdc1f0f6f8464ebc2a043254200e3df486
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/233502
Reviewed-by: Samuel Rawlins <srawlins@google.com >
Commit-Queue: Devon Carew <devoncarew@google.com >
2022-02-17 19:09:52 +00:00
Alexander Thomas
a82a2205aa
[infra] Update find_base_commit.dart to default to main
...
This should fix the base builder.
Bug: b/198416551
Change-Id: I900a22f6e7d2f5b013de35a00103c987cff5a605
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213042
Reviewed-by: Dmitry Stefantsov <dmitryas@google.com >
Commit-Queue: Alexander Thomas <athom@google.com >
2021-09-10 11:18:59 +00:00
Alexander Thomas
b1b5f82c52
[infra] Use buildbucket.v2 API in find_base_commit
...
* Migrate find_base_commit to null-safety.
* Replace incorrect use of the term "bot" with "builder".
See also https://crbug.com/1112975 .
Change-Id: Iee07e46a19a6304184e66f36560fba88d9b18971
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/171730
Reviewed-by: Jonas Termansen <sortie@google.com >
2020-11-13 14:52:24 +00:00
Alexander Thomas
44f3881be6
[infra] Update checked-in SDKs to 2.12.0-0.0.dev
...
This is the first checked-in SDK with null-safety enabled by default.
Change-Id: I8f6fcdfd8856483f4737eb200ed4623a244cb0cd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/170085
Reviewed-by: Leaf Petersen <leafp@google.com >
Commit-Queue: Alexander Thomas <athom@google.com >
2020-11-05 07:53:22 +00:00
Alexander Thomas
97afe8410a
[beta] Support the beta channel in SDK scripts
...
Fixes https://github.com/dart-lang/sdk/issues/40992
Change-Id: Icc6888c94517667a184931d3e690db2fe67cc0ca
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/139814
Reviewed-by: William Hesse <whesse@google.com >
Commit-Queue: Alexander Thomas <athom@google.com >
2020-03-19 07:49:38 +00:00
Todd Volkert
c92af46433
Update HttpRequest and HttpClientResponse to be Stream<Uint8List>
...
Bug: https://github.com/dart-lang/sdk/issues/36900
Change-Id: I1306b2df7c789597e49d2033b660a3ea62d6c1a4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/104525
Commit-Queue: Todd Volkert <tvolkert@google.com >
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com >
2019-06-27 00:21:07 +00:00
Jonas Termansen
5e808aa048
[infra] Add retry logic to find_base_commit.
...
The buildbucket API is not always reliable and responds within 30 seconds.
Rather than spuriously failing, try again. This should improve the
reliability of the base branch update bot.
Change-Id: Iade2d78372743b8d843c0dead591c28f8ee8f3ae
Reviewed-on: https://dart-review.googlesource.com/c/88445
Reviewed-by: William Hesse <whesse@google.com >
2019-01-04 13:11:35 +00:00
Jonas Termansen
b73f7ed3d4
[infra] Add tools/bots/find_base_commit.dart
...
The find_base_commit program locates the newest commit with a full set of
test results. This is a good base for local testing when comparing with the
results from the official bots, as all the needed results are there.
Change-Id: Ie06020ca98317b82f46589ad6dede37361acf744
Reviewed-on: https://dart-review.googlesource.com/c/81040
Reviewed-by: Alexander Thomas <athom@google.com >
2018-10-23 14:02:51 +00:00