Add a python-3 key to task configuration
Categories
(Firefox Build System :: Task Configuration, task)
Tracking
(firefox85 fixed)
Tracking | Status | |
---|---|---|
firefox85 | --- | fixed |
People
(Reporter: jgraham, Assigned: jgraham)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
As a more conservative alternative to bug 1672181, which has been backed out for pgo related failures, we could add a python-3
configuration option to tests so that they are opted in one at a time rather than being opted out. This has the advantage that there are fewer side effects, so it's easier to migrate things one at a time and switch the default later once the issues are ironed out.
Assignee | ||
Comment 1•5 years ago
|
||
This requires tests to specify python-3: true
in order to be run
with Python 3. When nothing is specified things work just like today,
so it's a more conservative change than the one in bug 1672181.
Obviously in the long term we will remove this and switch to Python 3
only, but this unblocks moving harnesses to py3 today.
Updated•5 years ago
|
Comment 3•5 years ago
|
||
Backed out changeset ea5674f9a511 (Bug 1680752) for causing android failures.
Backout link: https://hg.mozilla.org/integration/autoland/rev/1359af4d35d17f5db3e8e35e34e2f86d2a5b4ea2
Failure logs:
- https://treeherder.mozilla.org/logviewer?job_id=324077706&repo=autoland&lineNumber=629
- https://treeherder.mozilla.org/logviewer?job_id=324078437&repo=autoland&lineNumber=629
- https://treeherder.mozilla.org/logviewer?job_id=324078881&repo=autoland&lineNumber=724
- https://treeherder.mozilla.org/logviewer?job_id=324079238&repo=autoland&lineNumber=629
Assignee | ||
Updated•5 years ago
|
Comment 5•5 years ago
|
||
bugherder |
Description
•