Open
Bug 1795411
Opened 3 years ago
Updated 3 years ago
github api queries in taskcluster code need to handle pagination
Categories
(Firefox for Android :: General, task)
Tracking
()
NEW
People
(Reporter: csadilek, Unassigned)
Details
From github: https://github.com/mozilla-mobile/android-components/issues/9942.
The A-C build system limits the number of components that need to be rebuild for a PR by looking at what has actually changed. This works well, but it seems that string changes are (sometimes?) excluded from this logic.
This specially affects the string import PRs. The following PR:
Had a change in
components/ui/tabcounter/src/main/res/values-bg/strings.xmlBut the PR did not rebuild the
ui-tabcountercomponent/task. Which would have failed because the linter would have detected an error in a changed string.┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Updated•3 years ago
|
Severity: -- → N/A
Type: defect → task
You need to log in
before you can comment on or make changes to this bug.
Description
•