Closed
Bug 1655978
Opened 5 years ago
Closed 5 years ago
Disable 'verify_test_packaging' check when manifest scheduling is enabled
Categories
(Firefox Build System :: Task Configuration, task, P1)
Firefox Build System
Task Configuration
Tracking
(firefox81 fixed)
RESOLVED
FIXED
81 Branch
| Tracking | Status | |
|---|---|---|
| firefox81 | --- | fixed |
People
(Reporter: ahal, Assigned: ahal)
References
Details
Attachments
(1 file)
This verification depends on an assumption (that test tasks can't vary) that no longer holds true thanks to manifest scheduling.
Rather than remove it completely, we should be able to run this as part of the integration tests.
We may actually want to consider moving other verifications to the integration tests to speed up task generation. Though doing so would mean we lose coverage for non-standard parameters.
| Assignee | ||
Comment 1•5 years ago
|
||
Actually, on second thought I think I'll just disable this verification when manifest-scheduling is enabled for now. It should still give us better coverage than moving it to an integration test.
Summary: Move 'verify_test_packaging' check to the integration tests → Disable 'verify_test_packaging' check when manifest scheduling is enabled
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 2•5 years ago
|
||
Pushed by ahalberstadt@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/88cc4038c36f
[taskgraph] Allow missing tests in 'verify_test_packaging' if manifest scheduling is enabled, r=Callek
Comment 4•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•