-
Notifications
You must be signed in to change notification settings - Fork 6k
Adding ignore paths to cache test #49874
Adding ignore paths to cache test #49874
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
After this lands, let's monitor a bit and then bring the Mac builder_cache
back.
@@ -130,6 +130,10 @@ targets: | |||
"builder", | |||
"git" | |||
] | |||
ignore_cache_paths: >- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reminder to update https://github.com/flutter/cocoon/blob/main/CI_YAML.md#properties. It looks like some of the other properties might also be missing docs there?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You got it! I will make sure to open that before submitting. Though this might be specific to engine_v2...
Will do. I am going to run a few tests first before merging though. Will merge today before lunch. |
Ran a few tests but could not get the condition of the cache needing an update. So will merge then switch back to prod after some monitoring. Leaving in staging for now is safer. |
…141894) flutter/engine@c953c83...f2b441a 2024-01-19 [email protected] Reland: Encode directly to command buffer. (flutter/engine#49821) 2024-01-19 [email protected] Roll Skia from 2536dc6fef1d to c09908c48f14 (6 revisions) (flutter/engine#49899) 2024-01-19 [email protected] [Impeller] Documentation for SurfaceContextVK (flutter/engine#49882) 2024-01-19 [email protected] Adding ignore paths to cache test (flutter/engine#49874) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Adding exclusion paths to the Mac builder_cache target to avoid archiving symlinks in the SDKs or other unwanted packages. Symlinks cause issues with the CAS archiving functionality. We have opened a bug for the LUCI team regarding this as well.
Companion CL in recipes is here: https://flutter-review.googlesource.com/c/recipes/+/54110
List which issues are fixed by this PR. You must list at least one issue.
Fixes flutter/flutter#141688
If you had to change anything in the flutter/tests repo, include a link to the migration guide as per the breaking change policy.
Pre-launch Checklist
///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.