Closed
Bug 1878879
Opened 1 year ago
Closed 1 year ago
Avoid failing the source-test-doc-upload task if there are too many warnings
Categories
(Developer Infrastructure :: Source Documentation, task)
Developer Infrastructure
Source Documentation
Tracking
(firefox124 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
Details
Attachments
(1 file)
Currently we will fail the source-test-doc-upload task if there are too many warnings and hence the docs won't be updated.
At some stage, we should probably make the generate task to be tier 1, so that we would have backouts if there's too many failures, however there's a bit of work to get to that stage.
Hence, I think we should disable the warnings check for the upload task, and allow uploads to continue. I think we should still fail for fatal warnings - those are the types of things that might be causing bigger issues (missing files etc).
Assignee | ||
Comment 1•1 year ago
|
||
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dd1c85f56d07
Avoid failing the source-test-doc-upload task if there are too many warnings. r=ahal
Backout by pstanciu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c01cdb244a4a
Backed out changeset dd1c85f56d07 for causing python unitest failures.
Pushed by pstanciu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/286029e09b16
Avoid failing the source-test-doc-upload task if there are too many warnings. r=ahal . CLOSED TREE
Comment 5•1 year ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•