-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Add impeller key to skia gold client, Turn on a framework test shard that will run unit tests with --enable-impeller #140985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| timeout: 60 | ||
| bringup: true | ||
| properties: | ||
| cpu: x86 # https://github.com/flutter/flutter/issues/119880 |
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.
should the name just be Mac_arm64 framework_tests_impeller instead? cc @godofredoc
| PODFILE CHECKSUM: 2e6060c123c393d6beb3ee5b7beaf789de4d2e47 | ||
|
|
||
| COCOAPODS: 1.12.1 | ||
| COCOAPODS: 1.13.0 |
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.
I'm guessing revert this in case cocoapods on CI is older?
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.
Agh, yeah I didn't notice that - thank you
Co-authored-by: Christopher Fujino <[email protected]>
christopherfujino
left a comment
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
Piinks
left a comment
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!
|
Ahh, @christopherfujino when I accepted your suggestion it added a co-authored commit with your gmail address, which doesn't have a google CLA 🤣 |
This reverts commit 8c7c241.
|
Redo here due to CLA issues: #141341 |
Yeah sorry. This is a bug in the clabot, it knows about both emails, but only when i'm the only author on the PR, apparently. |
Adds a Skia Gold key that describes which Impeller renderer, if any is running, trying to leave the existing hashes unaltered.
Turns on a test shard that will run impeller on macOS, though this won't run without the PR being submitted first.