-
Notifications
You must be signed in to change notification settings - Fork 1.3k
For #26792 - Change active Firebase Test Lab emulator from x86 to ARM #26793
Conversation
c4c46fe
to
1c2e546
Compare
1c2e546
to
76c50e8
Compare
@JohanLorenzo Hey Johan, I have couple questions prior to review. Since this PR is mainly renaming and cleaning up our configurations/jobs for ARM, is the lingering expected Check on this PR |
Hey!
That is a good question. Actually, it's not. The list of expected Github checks is defined in the repo settings. Only an admin of the repo is able to make these changes through the web UI. I know @amedyne can, for instance.
On the hand, Mergify is defined as code in this repo[1]. The good news is: we don't reference jobs one by one there. Instead, we rely on the jobs Side note: if, for whatever reason, you need to modify [1] https://github.com/mozilla-mobile/fenix/blob/d4b6babdb0e0fd7384c6cca8a511e9dc1032b865/.mergify.yml |
6658839
to
2969598
Compare
This comment was marked as resolved.
This comment was marked as resolved.
2969598
to
03e04cb
Compare
This comment was marked as resolved.
This comment was marked as resolved.
cd679b8
to
3385477
Compare
@AndiAJ feel free to review the test changes and @JohanLorenzo the Note: There's currently a |
3385477
to
597ecbe
Compare
This comment was marked as resolved.
This comment was marked as resolved.
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.
Changes in the taskcluster
folder all look good to me!
93c1cd8
to
b269d83
Compare
…rom x86 to ARM Update startup-test kind.yml Jobs for ARM Update ui-test kind.yml Jobs for ARM Cleans up and renames Flank configurations for ARM Updates ui-test.sh for ARM
Adds a helper function for Play Store intent
b269d83
to
54aca9a
Compare
…Lab emulator from x86 to ARM (mozilla-mobile/fenix#26793) * For mozilla-mobile/fenix#26792 - Change active Firebase Test Lab emulator from x86 to ARM Update startup-test kind.yml Jobs for ARM Update ui-test kind.yml Jobs for ARM Cleans up and renames Flank configurations for ARM Updates ui-test.sh for ARM * Fix BookmarksTest.kt and HomeScreenTest.kt * Fix intent matcher for SettingsAboutTest Adds a helper function for Play Store intent * Fix SettingsSearchTest.kt * ktlint fix TestHelper.kt and SettingsRobot.kt
See #26792
Contains test fixes and cleanup too.