Closed
Bug 960323
Opened 11 years ago
Closed 11 years ago
Some cypress jobs are run with mozharness default, some production
Categories
(Release Engineering :: Applications: MozharnessCore, defect)
Release Engineering
Applications: MozharnessCore
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jgriffin, Assigned: jgriffin)
Details
Attachments
(1 file)
914 bytes,
patch
|
mozilla
:
review+
jgriffin
:
checked-in+
|
Details | Diff | Splinter Review |
I believe we want cypress to always use mozharness default, but some jobs are using mozharness production.
Compare https://tbpl.mozilla.org/php/getParsedLog.php?id=33056659&tree=Cypress&full=1
> argv: ['hg', 'update', '-C', '-r', 'production']
with https://tbpl.mozilla.org/php/getParsedLog.php?id=33053646&tree=Cypress&full=1
> argv: ['hg', 'update', '-C', '-r', 'default']
...both from the same push. It may be that B2G jobs are using 'production', while desktop jobs are using 'default'.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8360743 -
Flags: review?(aki)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jgriffin
Updated•11 years ago
|
Attachment #8360743 -
Flags: review?(aki) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8360743 [details] [diff] [review]
Make cypress use default mozharness branch for B2G,
https://hg.mozilla.org/build/buildbot-configs/rev/45165ef26ee1
Attachment #8360743 -
Flags: checked-in+
Comment 3•11 years ago
|
||
Good catch! Sorry about that :/
Comment 4•11 years ago
|
||
in production
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Component: General Automation → Mozharness
You need to log in
before you can comment on or make changes to this bug.
Description
•