-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Move ios_content_validation_test to pre-submit tools test #73577
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
04f968a to
4429c35
Compare
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.
This check wasn't even in the devicelab test. Bonus!
jonahwilliams
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 very nice!
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.
Hm, this group skip didn't seem to work, it ran on Windows and Linux.
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.
Oh I know why, it was overridden at the test level dart-lang/test#545
packages/flutter_tools/test/integration.shard/ios_content_validation_test.dart
Outdated
Show resolved
Hide resolved
|
I can't test this, blocked by #73606 |
This reverts commit 2d14a6a.
…#142272) The archiving was running in devicelab because certs are needed to codesign (see #73577). However now the certs are available in chromium bots. Move the archiving test into the existing tool integration test, and delete the devicelab variant. arm64: https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8757886514651624673/+/u/run_test.dart_for_tool_host_cross_arch_tests_shard_and_subshard_None/test_stdout#L6074_4 x64: https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8757886514651624689/+/u/run_test.dart_for_tool_host_cross_arch_tests_shard_and_subshard_None/test_stdout#L6389_2 Part of #142070
Most of the devicelab task ios_content_validation_test can be moved into the flutter_tool test integration shard. The archive part of the test needs to stay in the devicelab since it requires codesigning, and the provisioning profiles aren't set up in LUCI.
I reverted two of my own commits this week for post-submit failures in this test that could have been caught in pre-submit.