Closed
Bug 1773567
Opened 2 years ago
Closed 2 years ago
remove `fission` variant as it should be default
Categories
(Testing :: General, task)
Tracking
(firefox103 fixed)
RESOLVED
FIXED
103 Branch
Tracking | Status | |
---|---|---|
firefox103 | --- | fixed |
People
(Reporter: jmaher, Assigned: jmaher)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
now that we have all tasks with a variant (i.e. fission
, no-fission
, 1proc
, etc.) we can remove fission
and make it default. Likewise for all combined variants (socketprocess-fission
) should will have the fission
tag removed.
work will primarily be done within the taskcluster/ folder. Some transforms will need adjustment, and cleaning up the treeherder group symbols. While adjusting this, we should remove the e10s
part of the label as that is not needed anymore.
We need to be aware of:
- perf jobs have all the right tags (retain metadata about
e10s
andfission
) - android jobs run as expected with the same labels (or make sure they still run)
- any tools that might depend on the name (i.e.
backfill
,./mach ...
, sql queries) - specifically ensure that if we remove-fis
and-e10s
from the task label that we don't have tools expecting it (query searchfox should be adequate enough)
There should be no work needed in mozharness or actual test harnesses, all of the harnesses have --disable-fission
where it is needed and assume fission
by default.
When this bug is resolved, the work of fission-by-default for desktop will be completed.
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → jmaher
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by jmaher@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f0682128deb8
remove fission variant making the labels fission by default. r=ahal
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•