| commit | 9539f2b6d29c1837580bddca7a7dab3125b3a1de | [log] [tgz] |
|---|---|---|
| author | Alexander Markov <alexmarkov@google.com> | Thu Oct 23 11:53:43 2025 -0700 |
| committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 23 11:53:43 2025 -0700 |
| tree | 075ca7f2e884039656d8ee86fc8804da829ae9be | |
| parent | bc158a87f6aef532ef4eff9f307335c66563211a [diff] |
Run flutter-analyze-try bot only if analyzer sources have changed This bot is a part of CQ and was triggerd on a number of paths including the whole pkg/. It is not hermetic and can fail due to changes in flutter/flutter and flutter/packages repositories, which would block unrelated changes from landing. As a remedy, flutter-analyze-try bot is now included into CQ only if pkg/(analyzer|analyzer_cli|_fe_analyzer_shared)/.+ sources are modified. Other analyzer bots are not affected. See https://github.com/flutter/flutter/issues/177393 for more context. Change-Id: I520cf76149561600388b7ea2829cc2def2d6f532 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/457081 Reviewed-by: Paul Berry <paulberry@google.com> Commit-Queue: Alexander Markov <alexmarkov@google.com> Reviewed-by: Alexander Thomas <athom@google.com>
This branch contains dart project-wide configurations for infra services. For example, cr-buildbucket.cfg defines builders that run on the dart waterfall and commit queue.
It is recommended to have a separate checkout for this branch, so switching to/from this branch does not populate/delete all files in the master branch.
Most files in this branch are generated from main.star. Run ./main.star to regenerate them after changes have been made. Files that are auto-generated must not be modified manually, and they have a file header that states that they are.
mkdir config cd config git init git remote add origin https://dart.googlesource.com/sdk git fetch origin infra/config git reset --hard origin/infra/config git config depot-tools.upstream origin/infra/config
Now you can create a new branch to make changes:
git new-branch add-new-builder # edit main.star ./main.star # generate Luci config files git commit -a git cl upload