Closed
Bug 983262
Opened 11 years ago
Closed 11 years ago
Remove b2g.json, b2g-desktop.json and b2g-debug.json from the tree
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla31
People
(Reporter: ahal, Assigned: ahal)
References
Details
(Whiteboard: [mozharness])
Attachments
(3 files, 2 obsolete files)
5.56 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
2.62 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
2.37 KB,
patch
|
jgriffin
:
review+
|
Details | Diff | Splinter Review |
Now that these files are empty, let's remove them. I filed a separate bug for this because it requires a change to mozharness before we can do it.
Assignee | ||
Comment 1•11 years ago
|
||
This patch should let us delete the .json files without needing to worry about older branches breaking. I'll test it out on ash before asking for review.
Assignee | ||
Comment 2•11 years ago
|
||
Results should show up here: https://tbpl.mozilla.org/?tree=Ash&rev=e5dcef93a33d
Assignee | ||
Comment 3•11 years ago
|
||
The last patch used 'log_level' instead of 'level'. That seemed to be the only problem, and this patch addresses it.
Attachment #8390664 -
Attachment is obsolete: true
Attachment #8392912 -
Flags: review?(jmaher)
Comment 4•11 years ago
|
||
Comment on attachment 8392912 [details] [diff] [review] Ignore non-existent manifests Review of attachment 8392912 [details] [diff] [review]: ----------------------------------------------------------------- one question below, everything else looks fine ::: configs/b2g/desktop_automation_config.py @@ +41,5 @@ > "reftest": "runreftestb2g.py", > }, > > "mochitest_options": [ > + "--console-level=INFO", "%(test_manifest)s", why isn't this --manifest=%(test_manifest)s ?
Attachment #8392912 -
Flags: review?(jmaher) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Because on older branches it still needs to be --test-manifest=%(test_manifest)s. So in the mozharness script we substitute the entire option depending on whether a .ini or a .json manifest is passed in.
Comment 6•11 years ago
|
||
that doesn't answer my question, you are now removing the cli option completely and just putting in %(test_manifest)s
Assignee | ||
Comment 7•11 years ago
|
||
%(test_manifest)s will either be substituted with the string "--test-manifest=path/to/b2g.json" or "--manifest=path/to/mochitest.ini".
Comment 8•11 years ago
|
||
got it!
Assignee | ||
Comment 9•11 years ago
|
||
https://hg.mozilla.org/build/mozharness/rev/cf177becec76
Assignee | ||
Comment 10•11 years ago
|
||
This needs to wait for the previous patch to get merged to production.
Attachment #8393048 -
Flags: review?(jmaher)
Comment 11•11 years ago
|
||
Comment on attachment 8393048 [details] [diff] [review] Remove json manifests Review of attachment 8393048 [details] [diff] [review]: ----------------------------------------------------------------- sold!
Attachment #8393048 -
Flags: review?(jmaher) → review+
Assignee | ||
Comment 12•11 years ago
|
||
Bah, sorry.. I was a bit pre-mature uploading that last patch. I forgot to remove them from both the Makefile.in and the mach target.
Attachment #8393048 -
Attachment is obsolete: true
Attachment #8393052 -
Flags: review?(jmaher)
Comment 13•11 years ago
|
||
Comment on attachment 8393052 [details] [diff] [review] Remove json manifests Review of attachment 8393052 [details] [diff] [review]: ----------------------------------------------------------------- that looks a lot better, good catch.
Attachment #8393052 -
Flags: review?(jmaher) → review+
Comment 14•11 years ago
|
||
Live in production.
Assignee | ||
Comment 15•11 years ago
|
||
https://hg.mozilla.org/integration/b2g-inbound/rev/2e7909fc6c8a
Assignee | ||
Comment 16•11 years ago
|
||
Bah, my mozharness patch has an error and is breaking mochitests on b2g28. This should fix it, though it's not possible to test without just pushing live and hoping.
Attachment #8393796 -
Flags: review?(jgriffin)
Updated•11 years ago
|
Attachment #8393796 -
Flags: review?(jgriffin) → review+
Assignee | ||
Comment 17•11 years ago
|
||
https://hg.mozilla.org/build/mozharness/rev/f33fc282295b
Assignee | ||
Comment 18•11 years ago
|
||
Live in production.
Comment 19•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/2e7909fc6c8a
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
You need to log in
before you can comment on or make changes to this bug.
Description
•