Merge what's left of automation.py.in into remoteautomation.py, remove automation-build.mk
Categories
(Firefox Build System :: General, defect)
Tracking
(firefox41 wontfix, firefox76 fixed)
People
(Reporter: parkouss, Assigned: gbrown)
References
(Blocks 2 open bugs)
Details
Attachments
(2 files)
Comment 1•10 years ago
|
||
| Reporter | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Comment 5•8 years ago
|
||
Updated•7 years ago
|
Comment 6•5 years ago
|
||
As far as I can tell, some or all of automation.py.in is dead code. Automation.runApp is definitely dead, and if you remove that a lot of other code can be removed too.
Comment 7•5 years ago
|
||
Here's a try push where I added a raise Exception("blah") to the start of runApp, and it appears to have run just fine: https://treeherder.mozilla.org/#/jobs?repo=try&revision=17c835c2a31e9a6519c9ed9b102a4edf63df8e74
| Assignee | ||
Comment 8•5 years ago
|
||
Thanks! I'll see if I can move this forward.
| Assignee | ||
Comment 9•5 years ago
|
||
Remove unused code from automation.py.in, move some android-specific code from
automation.py.in to remoteautomation.py, and eliminate some other easily-replaced
code. In the long term we want to eliminate automation.py.in completely; I may
attempt that once these changes have landed.
Comment 10•5 years ago
|
||
| Assignee | ||
Updated•5 years ago
|
Comment 11•5 years ago
|
||
| bugherder | ||
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 12•5 years ago
|
||
Remove the remainder of automation.py.in and the build support for generating
automation.py.
Some of this functionality was in use, especially for android tests.
Some code was moved or re-implemented in remoteautomation.py or in the affected
harness(es). Some features were removed: There are some minor changes in behavior.
For instance, instead of using a different server startup timeout for debug builds,
one value is used for all builds (due to performance improvements over time,
the longer timeout is no longer needed).
Comment 13•5 years ago
|
||
Comment 14•5 years ago
|
||
| bugherder | ||
Updated•5 years ago
|
Description
•