Open
Bug 2071822
Opened 13 days ago
Updated 10 days ago
Set up a way to run automated tests against the obfuscated build on CI
Categories
(Firefox Build System :: Android Studio and Gradle Integration, task)
Firefox Build System
Android Studio and Gradle Integration
Tracking
(Not tracked)
NEW
People
(Reporter: polly, Assigned: polly)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid][group6])
options:
-
We could pass a flag to taskcluster to override the build time flag that turns on obfuscation on debug builds - have a project property that can be passed as a boolean into
kind.ymlfiles.
But the debug build doesn't run optimisation, so we wouldn't be testing what we're shipping. And optimisation could break production code.
If we turn that on as well in CI, debug is basically the same as nightly. -
Run automated tests against nightly.
| Assignee | ||
Updated•13 days ago
|
Whiteboard: [fxdroid][group6]
| Assignee | ||
Updated•13 days ago
|
| Assignee | ||
Updated•13 days ago
|
Summary: Allow obfuscation on debug builds for CI only → Set up obfuscated build on CI
| Assignee | ||
Updated•11 days ago
|
Summary: Set up obfuscated build on CI → Set up a way to run automated tests against the obfuscated build on CI
| Assignee | ||
Updated•11 days ago
|
Assignee: nobody → polly
You need to log in
before you can comment on or make changes to this bug.
Description
•