UI tests aren't run anymore when a fenix change occurs
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
People
(Reporter: jlorenzo, Assigned: jlorenzo)
References
Details
(Keywords: regression)
Attachments
(3 files)
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
Comment 3•2 years ago
|
||
Comment 4•2 years ago
|
||
:jlorenzo could you take a look at your fix in the release_v111 branch?
https://github.com/mozilla-mobile/firefox-android/pull/791 was backported to release_v111 branch after you backported Bug 1816715.
https://github.com/mozilla-mobile/firefox-android/pull/800 did not schedule the UI tests
Updated•2 years ago
|
Assignee | ||
Comment 5•2 years ago
|
||
I see what happened. At the moment, any PR open by Mergify won't trigger UI tests. That's because Mergify is not considered a trusted user. I'll have a closer look at this.
That said, there's another thing that worries me: we should have built and unit-tested fenix in this PR too. This doesn't work as intended.
I'll file bugs for these 2 issues.
Assignee | ||
Comment 6•2 years ago
|
||
PRs landed on all actives branches. UI tests are now run on PRs open by trusted contributors whenever a change requires UI tests.
Description
•