Closed Bug 1109114 Opened 10 years ago Closed 10 years ago

Gip mozharness config should have default chunks of 1

Categories

(Release Engineering :: Applications: MozharnessCore, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: zcampbell, Assigned: zcampbell)

References

Details

Attachments

(1 file, 1 obsolete file)

The Gip jobs that run in a single go should pass in default values of this-chunk=1 and total-chunks=1.
Attached patch bug_1109114.patch (obsolete) — Splinter Review
This will make the buildbot pass in 1 for Gip(a) and Gip(u) suites, and then bug 1092132 can be landed.
Attachment #8533743 - Flags: review?(jgriffin)
Blocks: 1092132
This would work, but it introduces an idiosyncratic rule that might create some future fragility.  I think it would be better to set this in the mozharness script itself;

if not self.options.total_chunks and (another condition here to see if we're running gaiatest):
   # set total_chunks and this_chunk to 1
OK!
Component: General Automation → Mozharness
QA Contact: catlee → jlund
Summary: Gip buildbot config should pass in default chunks of 1 → Gip mozharness config should have default chunks of 1
Attachment #8533743 - Attachment is obsolete: true
Attachment #8533743 - Flags: review?(jgriffin)
This adds an else statement to set the chunks to 1.

It's already inside an "if gaiatest" block.
Attachment #8533830 - Flags: review?(jgriffin)
Comment on attachment 8533830 [details] [diff] [review]
bug_1109114.patch

Review of attachment 8533830 [details] [diff] [review]:
-----------------------------------------------------------------

lgtm
Attachment #8533830 - Flags: review?(jgriffin) → review+
mgerva, can you push this to mozharness-try so we can test it a bit? Cheers!
Flags: needinfo?(mgervasini)
Landed to ash-mozharness per irc request:

http://hg.mozilla.org/build/ash-mozharness/rev/f507ac6d4c00
Flags: needinfo?(mgervasini)
The latest Ash merge commit should be using the ash-mozharness commit above.
https://tbpl.mozilla.org/?tree=Ash&rev=b253f1bb1525

Jgriffin, if everything passes Ok, can it be landed to mozharness?
Flags: needinfo?(jgriffin)
...and pushed to production: https://hg.mozilla.org/build/mozharness/rev/ac749bc6a285
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: