| commit | 3de112b2da5b4bace73a48057088daffc4903e60 | [log] [tgz] |
|---|---|---|
| author | Alexander Markov <[email protected]> | Tue Nov 18 23:06:24 2025 |
| committer | Commit Queue <[email protected]> | Tue Nov 18 23:06:24 2025 |
| tree | f89909fd4de1347864fa6fe4c005632670fd479a | |
| parent | ebd5915e45f13c89e29c1df6473b648604ddbe14 [diff] |
Include vm-aot-dyn-linux-product-x64 into presubmit for VM changes, make 2 vm-dyn-* bots daily The increased testing would help prevent breakages of vm-dyn-* bots caused by VM and CFE changes. Change-Id: I04f8d5b06ca05420ecae76fbf2dac3267959533e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/462741 Commit-Queue: Alexander Markov <[email protected]> Reviewed-by: Nate Biggs <[email protected]> Reviewed-by: Alexander Thomas <[email protected]>
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