| commit | ebd5915e45f13c89e29c1df6473b648604ddbe14 | [log] [tgz] |
|---|---|---|
| author | Martin Kustermann <kustermann@google.com> | Mon Nov 17 13:17:46 2025 |
| committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 17 13:17:46 2025 |
| tree | f10684f23828226043349851ab83b8abfecf8fc1 | |
| parent | 0dd5b6498315f353be2dedc4daec16c6e2c5e1aa [diff] |
[dart2wasm] Run all builders on CQ to prevent test failures making it into the tree Change-Id: I93d4241da6ed2bd703729cf23d68171b97fc746a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/462421 Reviewed-by: Alexander Thomas <athom@google.com> Commit-Queue: Martin Kustermann <kustermann@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