Closed
Bug 1137820
Opened 11 years ago
Closed 11 years ago
gecko: B2G Inbound scheduled jobs are incorrect?
Categories
(Taskcluster :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jlal, Assigned: wcosta)
References
Details
Attachments
(4 files, 1 obsolete file)
The current b2g-inbound jobs look like what we wanted to deploy on cypress and only include a minimal set of jobs http://docs.taskcluster.net/tools/task-inspector/#s2fXfxeDSXKBjlymEnFn_Q / http://docs.taskcluster.net/tools/task-graph-inspector/#VPaONry1R1Cs8sQKBmkYzQ
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → wcosta
Status: NEW → ASSIGNED
Comment 1•11 years ago
|
||
Reviewed this on IRC with wcosta. Since the job_flags for b2g-i is inheriting from a job_flags that has no builds/tests, b2g-i will only run what's specific in its job_flags, which is just the flame-kk builds/tests.
There are two options here, one to inherit from m-c's job flags within b2g-i job flags (one line change):
https://gist.github.com/gregarndt/4e453ac503cc54561d1b
Or be explicit in b2g-i's job flags and list out each build/test is allowed to run similar to what has been done for the other branches configured.
https://gist.github.com/gregarndt/e4f01b9db160043634c3
| Assignee | ||
Comment 2•11 years ago
|
||
/r/4635 - [PATCH 1/3] Bug 1137820 part 1: Update phone build image.
/r/4637 - [PATCH 2/3] Bug 1137820 part 2: Inherit cypress and b-i branches from m-c.
/r/4639 - [PATCH 3/3] Bug 1137820 part 3: Move phone builder scripts to gecko tree.
Pull down these commits:
hg pull review -r 9af0e860524e505ca43e24a8b8e49c4403a52de8
Attachment #8572725 -
Flags: review?(jlal)
Attachment #8572725 -
Flags: review?(garndt)
| Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Comment on attachment 8572725 [details]
MozReview Request: bz://1137820/wcosta
https://reviewboard.mozilla.org/r/4633/#review3811
Ship It!
Attachment #8572725 -
Flags: review?(garndt) → review+
| Reporter | ||
Comment 5•11 years ago
|
||
Comment on attachment 8572725 [details]
MozReview Request: bz://1137820/wcosta
r+ (with changes we discussed on irc)
Attachment #8572725 -
Flags: review?(jlal) → review+
| Assignee | ||
Comment 6•11 years ago
|
||
Comment on attachment 8572725 [details]
MozReview Request: bz://1137820/wcosta
/r/4635 - Bug 1137820 part 1: Update phone build image.
/r/4637 - Bug 1137820 part 2: Inherit cypress and b-i branches from m-c.
/r/4639 - Bug 1137820 part 3: Move phone builder scripts to gecko tree.
Pull down these commits:
hg pull review -r 890ff0d693425f4ff814b60367244957e5054de8
Attachment #8572725 -
Flags: review?(jlal)
Attachment #8572725 -
Flags: review?(garndt)
Attachment #8572725 -
Flags: review+
| Assignee | ||
Comment 7•11 years ago
|
||
I've only changed patch 3, based on our discussion on irc.
| Reporter | ||
Comment 8•11 years ago
|
||
Comment on attachment 8572725 [details]
MozReview Request: bz://1137820/wcosta
lgtm
Attachment #8572725 -
Flags: review?(jlal) → review+
Updated•11 years ago
|
Attachment #8572725 -
Flags: review?(garndt) → review+
| Assignee | ||
Comment 9•11 years ago
|
||
Comment on attachment 8572725 [details]
MozReview Request: bz://1137820/wcosta
/r/4635 - Bug 1137820 part 1: Update phone build image.
/r/4637 - Bug 1137820 part 2: Inherit cypress and b-i branches from m-c.
/r/4639 - Bug 1137820 part 3: Move phone builder scripts to gecko tree.
/r/5109 - Bug 1137820 part 4: Make hg.m.o mozharness the default repo.
Pull down these commits:
hg pull review -r 89cbc97ae633956bf6fcc77012fbd30ced394055
Attachment #8572725 -
Flags: review?(jlal)
Attachment #8572725 -
Flags: review+
| Assignee | ||
Comment 10•11 years ago
|
||
This latest review only adds a new commit to make hg.m.o/build/mozharness the default mozharness repository.
| Assignee | ||
Comment 11•11 years ago
|
||
| Reporter | ||
Updated•11 years ago
|
Attachment #8572725 -
Flags: review?(jlal)
| Reporter | ||
Comment 12•11 years ago
|
||
Comment on attachment 8572725 [details]
MozReview Request: bz://1137820/wcosta
https://reviewboard.mozilla.org/r/4633/#review4241
::: testing/taskcluster/mach_commands.py
(Diff revision 3)
> - default='https://github.com/lightsofapollo/build-mozharness',
> + default='https://hg.mozilla.org/build/mozharness',
I might switch this back to a staging mozharness if needed later (this is fine for now and obviously the right value)
::: testing/taskcluster/tasks/branches/b2g-inbound/job_flags.yml
(Diff revision 3)
> +tests:
I don't understand the logic for this part? I think you can remove this entirely... The gaia build sytem is totally independant of the phone builds.
| Reporter | ||
Comment 13•11 years ago
|
||
Comment on attachment 8572725 [details]
MozReview Request: bz://1137820/wcosta
https://reviewboard.mozilla.org/r/4633/#review4243
Ship It!
Attachment #8572725 -
Flags: review+
| Assignee | ||
Comment 14•11 years ago
|
||
Comment 15•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/bf8f1996ac21
https://hg.mozilla.org/mozilla-central/rev/54ea2ed52bd0
https://hg.mozilla.org/mozilla-central/rev/a4806eeb99c8
https://hg.mozilla.org/mozilla-central/rev/1b249bf61591
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
Comment 16•11 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM UTC-4] from comment #15)
> https://hg.mozilla.org/mozilla-central/rev/1b249bf61591
This caused bug 1142938.
| Assignee | ||
Comment 17•11 years ago
|
||
Attachment #8572725 -
Attachment is obsolete: true
Attachment #8619619 -
Flags: review+
Attachment #8619620 -
Flags: review+
Attachment #8619621 -
Flags: review+
Attachment #8619622 -
Flags: review+
| Assignee | ||
Comment 18•11 years ago
|
||
| Assignee | ||
Comment 19•11 years ago
|
||
| Assignee | ||
Comment 20•11 years ago
|
||
| Assignee | ||
Comment 21•11 years ago
|
||
Updated•11 years ago
|
status-firefox39:
fixed → ---
Component: TaskCluster → General
Product: Testing → Taskcluster
Target Milestone: mozilla39 → mozilla41
Version: unspecified → Trunk
Comment 22•11 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
•