Open
Bug 1306724
Opened 8 years ago
Updated 2 years ago
TaskCluster incorrectly provides default value to adjust keys
Categories
(Firefox Build System :: Android Studio and Gradle Integration, defect, P5)
Firefox Build System
Android Studio and Gradle Integration
All
Android
Tracking
(Not tracked)
NEW
People
(Reporter: mcomella, Unassigned)
References
(Blocks 1 open bug)
Details
The TaskCluster configuration is providing a default value [1] for the adjust-sdk.token and adjust-sdk-beta.token files.
We check in configure for a valid adjust-sdk*.token file to ensure the build is correctly configured – providing a default value breaks this safeguard. With the default value, we'll try to contact the server using this invalid key (and at this point the connection will fail).
TaskCluster is currently not used for production builds so this doesn't need to get fixed with high priority – blocking gradle in automation meta bug 1254353.
Depends on bug 1292580 where TC beta builds fail with a configure error.
[1]: https://dxr.mozilla.org/mozilla-central/rev/f0e6cc6360213ba21fd98c887b55fce5c680df68/testing/mozharness/configs/builds/releng_base_linux_32_builds.py#56
Updated•7 years ago
|
No longer blocks: gradle-automation
Updated•7 years ago
|
Blocks: gradle-automation-v2
Comment 1•7 years ago
|
||
Re-triaging per https://bugzilla.mozilla.org/show_bug.cgi?id=1473195
Needinfo :susheel if you think this bug should be re-triaged.
Priority: -- → P5
Updated•6 years ago
|
Product: Firefox for Android → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•