Closed
Bug 1149432
Opened 10 years ago
Closed 10 years ago
gecko: Index builds
Categories
(Taskcluster :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jlal, Assigned: jlal)
References
Details
Attachments
(1 file, 1 obsolete file)
Currently we create builds but do not index them.
Assignee | ||
Comment 1•10 years ago
|
||
/r/6341 - Bug 1149432 - Add initial indexing to builds r=pmoore
Pull down this commit:
hg pull review -r 75886a7266a3041bea4e067379a0aa52a4f349e3
Attachment #8585947 -
Flags: review?(pmoore)
Assignee | ||
Comment 2•10 years ago
|
||
This add initial support for indexes like:
gecko.v1.try.revisions.XXX.mulet.opt
gecko.v1.try.latest.mulet.opt
I take advantage of the rank feature (described here http://docs.taskcluster.net/services/index/) which means latest will never be updated to an older version..
Comment 3•10 years ago
|
||
Comment on attachment 8585947 [details]
MozReview Request: bz://1149432/lightsofapollo
Thanks for talking me through this. Looks good to me!
Attachment #8585947 -
Flags: review?(pmoore) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Assignee | ||
Comment 5•10 years ago
|
||
Landed on BI you will be able to see builds on index here https://tools.taskcluster.net/index/artifacts/#gecko.v1/gecko.v1
Comment 6•10 years ago
|
||
https://reviewboard.mozilla.org/r/6339/#review5309
::: testing/taskcluster/tasks/builds/b2g_emulator_jb_debug.yml
(Diff revision 1)
> + build_name: 'emualtor-jb'
misspelling of emulator
::: testing/taskcluster/tasks/builds/b2g_emulator_jb_opt.yml
(Diff revision 1)
> + build_name: 'emualtor-jb'
mispelling
::: testing/taskcluster/tasks/builds/b2g_emulator_kk_debug.yml
(Diff revision 1)
> + build_name: 'emualtor-kk'
mispelling
::: testing/taskcluster/tasks/builds/b2g_emulator_kk_opt.yml
(Diff revision 1)
> + build_name: 'emualtor-kk'
emulator
::: testing/taskcluster/tasks/builds/b2g_emulator_l_debug.yml
(Diff revision 1)
> + build_name: 'emualtor-l'
emulator
::: testing/taskcluster/tasks/builds/b2g_emulator_l_opt.yml
(Diff revision 1)
> + build_name: 'emualtor-l'
emulator
::: testing/taskcluster/tasks/builds/b2g_emulator_x86_kk_opt.yml
(Diff revision 1)
> + build_name: 'emualtor-x86-kk'
emulator
::: testing/taskcluster/tasks/builds/b2g_emulator_x86_l_opt.yml
(Diff revision 1)
> + build_name: 'emualtor-x86-l'
emulator
Comment 7•10 years ago
|
||
Sorry for seeing this after it's been pushed, but emulator is misspelled so the indexes will be out of sorts.
See:
https://tools.taskcluster.net/index/artifacts/#gecko.v1.b2g-inbound.revision.23fae4a44f23ec2d15f9658244ac31ee1374d839.emualtor-jb/gecko.v1.b2g-inbound.revision.23fae4a44f23ec2d15f9658244ac31ee1374d839.emualtor-jb
Comment 8•10 years ago
|
||
Assignee: nobody → jlal
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
Assignee | ||
Comment 9•10 years ago
|
||
Attachment #8585947 -
Attachment is obsolete: true
Attachment #8619918 -
Flags: review+
Assignee | ||
Comment 10•10 years ago
|
||
Updated•10 years ago
|
status-firefox40:
fixed → ---
Component: TaskCluster → General
Product: Testing → Taskcluster
Target Milestone: mozilla40 → mozilla41
Version: unspecified → Trunk
Comment 11•10 years ago
|
||
Resetting Version and Target Milestone that accidentally got changed...
Target Milestone: mozilla41 → ---
Version: Trunk → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•