Closed
Bug 943565
Opened 11 years ago
Closed 11 years ago
Blobber not being enabled for b2g unittests
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ahal, Assigned: mozilla)
References
Details
Attachments
(1 file)
3.52 KB,
patch
|
armenzg
:
review+
mozilla
:
checked-in+
|
Details | Diff | Splinter Review |
The "WARNING - Blob upload gear skipped. Missing cmdline options" message is showing up in the logs. This means that buildbotcustom is not passing in the --blob-upload-branch to the mozharness script.
E.g:
https://tbpl.mozilla.org/php/getParsedLog.php?id=31103550&tree=Ash&full=1
It appears that http://hg.mozilla.org/build/buildbotcustom/file/c5ea54c31b58/misc.py#l1996 is evaluating to false, even though the blob_upload parameter was added to the various b2g suites in http://hg.mozilla.org/build/buildbot-configs/rev/b89a82d65690
Assignee | ||
Comment 1•11 years ago
|
||
mozilla-tests/b2g_config.py has a different set of branches than config.py (same branch info, but different dict), so we have to enable blob_upload per branch here as well.
Attachment #8338805 -
Flags: review?(armenzg)
Comment 2•11 years ago
|
||
Found in triage.
Component: Release Automation → General Automation
QA Contact: bhearsum → catlee
Updated•11 years ago
|
Attachment #8338805 -
Flags: review?(armenzg) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment on attachment 8338805 [details] [diff] [review]
blobber.diff
http://hg.mozilla.org/build/buildbot-configs/rev/8de5f739eab9
Attachment #8338805 -
Flags: checked-in+
Comment 4•11 years ago
|
||
in production
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → aki
Assignee | ||
Comment 5•11 years ago
|
||
I'm going to consider this done due to my dump_master.py testing, only -- please reopen if we still aren't seeing these in production?
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•