godofredoc
godofredoc
release_builder should only be set for builders that generate SLSA artifacts in dart-internal. All the other builds will be running on flutter infrastructure.
### issue_link https://github.com/flutter/flutter/issues/126296 ### Commit Hash fc56c86741c84ff839c11c2788e0f72b7515fdd7, 9420c500a9e58bf60f7af3c54e8639f2320a7882, d9184ce4ffa03a17146bf899532ed02d004f4814, 48536677f7e4765ae5d464a9db5c3020f329fdee, 8eb58b753eafb4610a0927e9b21f288f212a383a, b649d58312ded377ed02d70173c6cb6a85b0fea8, 9322c14c1d59a3c957f34f3f25c9f15b3c5a3016, ee65be7d8fb1345b3eff3505a9e7c8dc66a2f2f7, 59c316ef41c45f2593909ec01032cf0d581922a0, cd989fbc80bf29c295568a5f2c6c00f9f0519b59 ### Target beta ### pr_link https://github.com/flutter/engine/pull/41833 ### Impacted Users release engineering team ### Impact...
This is required to remove explicit contexts from recipes. ## Pre-launch Checklist - [X] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [X]...
Most of the builds for mac_x64 can actually run on any available architecture. This is required to use capacity more efficiently. ## Pre-launch Checklist - [X] I read the [Contributor...
Flakiness in packages build block recipe changes very frequently and slows them down. Given that the same recipe is used in all the builds we only need to run one...
Shard tests present output inconsistently using the compact or extended reporter depending on the defaults of flutter test and dart test. To make the output consistent and simplify debugging of...
Some of the initial potential features: - [ ] List available builds - [ ] List sub-builds of a build - [ ] Build an engine v2 locally - [...
The project website, repository (if accessible via the web), and download site (if separate) MUST include key hardening headers with nonpermissive values. Note that GitHub and GitLab are known to...
Running `SHARD=framework_tests SUBSHARD=misc dart dev/bots/test.dart | tee output.txt` generates the following outputs: [metrics.json](https://github.com/flutter/flutter/files/14705008/metrics.json) [output.txt](https://github.com/flutter/flutter/files/14705010/output.txt) There are two issues: * Error messages from stderr are being added to the metrics.json file....
**Is your feature request related to a problem? Please describe.** Dart and Flutter already use clang tidy to run several checks and perform static analysis and we would like to...