| commit | 1dbde8b74a8cf3da057d4446ad32af0a0e704f59 | [log] [tgz] |
|---|---|---|
| author | Ryan Macnak <rmacnak@google.com> | Wed Nov 12 10:48:38 2025 -0800 |
| committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 12 10:48:38 2025 -0800 |
| tree | 7a943a8d5cac329ef0abb74c062bd61f620af616 | |
| parent | 9539f2b6d29c1837580bddca7a7dab3125b3a1de [diff] |
[infra] Route fuchsia builder to the c4 instance. Change-Id: Iac871313fabd20d0e36fab6b933aa801cd24a8fb Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/461580 Commit-Queue: Ryan Macnak <rmacnak@google.com> Reviewed-by: Alexander Aprelev <aam@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