Closed
Bug 1505536
Opened 7 years ago
Closed 7 years ago
Build x86-64 debug builds of Fennec and GV
Categories
(Firefox Build System :: Android Studio and Gradle Integration, enhancement, P2)
Firefox Build System
Android Studio and Gradle Integration
x86_64
Android
Tracking
(firefox63 wontfix, firefox64 wontfix, firefox65 fixed)
RESOLVED
FIXED
mozilla65
People
(Reporter: cpeterson, Assigned: gbrown)
References
Details
(Whiteboard: [geckoview])
Attachments
(1 file)
6.50 KB,
patch
|
nalexander
:
review+
|
Details | Diff | Splinter Review |
We currently build x86-64 release builds ("Android 5.0 x86-64 opt") but not x86-64 debug builds ("Android 5.0 x86-64 debug"). We would eventually like to test both release and debug x86-64.
Reporter | ||
Updated•7 years ago
|
Blocks: Fennec-x86_64
Reporter | ||
Updated•7 years ago
|
Reporter | ||
Updated•7 years ago
|
Priority: -- → P2
Comment 2•7 years ago
|
||
(In reply to David Bolter [:davidb] (NeedInfo me for attention) from comment #1)
> Nick do you know what's involved here?
Sure. Over in https://searchfox.org/mozilla-central/source/taskcluster/ci/build/android.yml we need to add new `android-x86_64/debug` builds which points to the (already existing?) mozconfig at https://searchfox.org/mozilla-central/source/mobile/android/config/mozconfigs/android-x86_64/debug. There might be a little mozharness stub needed, sibling to https://searchfox.org/mozilla-central/source/testing/mozharness/configs/builds/releng_sub_android_configs/64_x86_64.py -- although I know that Tom Prince has made it possible to get rid of these stubby mozharness pieces recently.
Flags: needinfo?(nalexander)
![]() |
Assignee | |
Updated•7 years ago
|
Assignee: nobody → gbrown
![]() |
Assignee | |
Comment 3•7 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=ec58e99182f02bbffdc424a6b4f755022753c7b8
https://treeherder.mozilla.org/#/jobs?repo=try&revision=0a3a9fa7885b798151ed963901cf759cb1365ac7
Attachment #9028467 -
Flags: review?(nalexander)
Comment 4•7 years ago
|
||
Comment on attachment 9028467 [details] [diff] [review]
add android x86-64 debug and android x86-64 debug artifact builds
Review of attachment 9028467 [details] [diff] [review]:
-----------------------------------------------------------------
Looks fine to me! If it's green locally and in try, roll on.
Attachment #9028467 -
Flags: review?(nalexander) → review+
Reporter | ||
Comment 5•7 years ago
|
||
Geoff, do we have have enough resources available to run all the same tests we do for android-x86_64/opt [1] on these new android-x86_64/debug builds? I don't know if we've ever tested x86 debug builds, so there could be many test failures or crashes.
[1] https://docs.google.com/spreadsheets/d/17hp38bKgyLYs-ydqM0kauOgwr13ytYxh3aii6RrIBAk/edit#gid=0&range=H:H
Flags: needinfo?(gbrown)
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/5823e2fa901e
Add Android x86-64 debug builds; r=nalexander
![]() |
Assignee | |
Comment 7•7 years ago
|
||
(In reply to Chris Peterson [:cpeterson] from comment #5)
> Geoff, do we have have enough resources available to run all the same tests
> we do for android-x86_64/opt [1] on these new android-x86_64/debug builds? I
> don't know if we've ever tested x86 debug builds, so there could be many
> test failures or crashes.
I have taken this bug literally and only added the x86-64/debug build: No tests will run against the new build, yet.
Flags: needinfo?(gbrown)
Comment 8•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 65
Updated•6 years ago
|
Product: Firefox for Android → Firefox Build System
Target Milestone: Firefox 65 → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•