Closed Bug 1250658 Opened 8 years ago Closed 8 years ago

balrog submitter: use blob suffixes

Categories

(Release Engineering :: Release Automation: Other, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: rail, Assigned: rail)

References

Details

Attachments

(3 files, 1 obsolete file)

balrog submitter should be able submit to blobs with different suffix so we can run current release process in parallel with release promotion.
Summary: balrog submitter: use blog suffixes → balrog submitter: use blob suffixes
https://github.com/mozilla/funsize/blob/master/docker/funsize-balrog-submitter/scripts/funsize-balrog-submitter.py#L114 is how we use it. Balrog client knows how to handle it (it adds "-dummy" to the blob name)
Comment on attachment 8722657 [details]
MozReview Request: Bug 1250658 - balrog submitter: use blob suffixes r?jlund

https://reviewboard.mozilla.org/r/36167/#review32755

::: buildfarm/release/release-runner.py:326
(Diff revision 1)
> +            if extra_balrog_submitter_params:

won't jinja require this to exist when it tries to evaluate it?

could we pass it even when it is the None case?
Attachment #8722657 - Flags: review?(jlund)
Comment on attachment 8722658 [details]
MozReview Request: Bug 1250658 - balrog submitter: use blob suffixes r?jlund

https://reviewboard.mozilla.org/r/36171/#review32757

::: modules/releaserunner/templates/release-runner.ini.erb:40
(Diff revision 1)
> +extra_balrog_submitter_params = <%= @env_config["extra_balrog_submitter_params"] %>

I didn't know ini allows for `item =` without a value on the other side..
Attachment #8722658 - Flags: review?(jlund) → review+
(In reply to Jordan Lund (:jlund) from comment #5)
> Comment on attachment 8722658 [details]
> MozReview Request: Bug 1250658 - balrog submitter: use blob suffixes r?jlund
> 
> https://reviewboard.mozilla.org/r/36171/#review32757
> 
> ::: modules/releaserunner/templates/release-runner.ini.erb:40
> (Diff revision 1)
> > +extra_balrog_submitter_params = <%= @env_config["extra_balrog_submitter_params"] %>
> 
> I didn't know ini allows for `item =` without a value on the other side..

it works actually :)

https://gist.github.com/rail/49b0eab5a684cced8fee
(In reply to Jordan Lund (:jlund) from comment #4)
> Comment on attachment 8722657 [details]
> MozReview Request: Bug 1250658 - balrog submitter: use blob suffixes r?jlund
> 
> https://reviewboard.mozilla.org/r/36167/#review32755
> 
> ::: buildfarm/release/release-runner.py:326
> (Diff revision 1)
> > +            if extra_balrog_submitter_params:
> 
> won't jinja require this to exist when it tries to evaluate it?

We use "if ... defined" for this variable: https://github.com/mozilla/releasetasks/blob/master/releasetasks/templates/enUS.yml.tmpl#L268
 
> could we pass it even when it is the None case?

None is still "defined", what may mess up the cmd in https://github.com/mozilla/funsize/blob/master/docker/funsize-balrog-submitter/runme.sh#L22
Comment on attachment 8722657 [details]
MozReview Request: Bug 1250658 - balrog submitter: use blob suffixes r?jlund

See my commetns
Attachment #8722657 - Flags: review?(jlund)
Comment on attachment 8722657 [details]
MozReview Request: Bug 1250658 - balrog submitter: use blob suffixes r?jlund

Review request updated; see interdiff: https://reviewboard.mozilla.org/r/36167/diff/1-2/
See Also: → 1250712
Attachment #8722657 - Flags: review?(jlund)
Attachment #8722731 - Flags: review?(jlund)
Attached patch tools.diffSplinter Review
Attachment #8722779 - Flags: review?(jlund)
Attachment #8722731 - Flags: review?(jlund)
Attachment #8722657 - Attachment is obsolete: true
Attachment #8722731 - Flags: review?(jlund) → review+
Comment on attachment 8722731 [details]
MozReview Request: Bug 1250658 - balrog submitter: use blob suffixes r?jlund

https://reviewboard.mozilla.org/r/36199/#review32807
Attachment #8722779 - Flags: review?(jlund) → review+
Comment on attachment 8722658 [details]
MozReview Request: Bug 1250658 - balrog submitter: use blob suffixes r?jlund

remote:   https://hg.mozilla.org/build/puppet/rev/ab221f90daf6
remote:   https://hg.mozilla.org/build/puppet/rev/d816d7fc3bec
Attachment #8722658 - Flags: checked-in+
Comment on attachment 8722731 [details]
MozReview Request: Bug 1250658 - balrog submitter: use blob suffixes r?jlund

landed to date: https://hg.mozilla.org/projects/date/rev/a2c9b7ae135a
funsize worked fine, still need to verify updates.py
Talked to bhearsum and we decided that using a separate balrog instance would be safer for now. In case we want to switch to release promotion we can just copy the blobs manually.

remote:   https://hg.mozilla.org/build/puppet/rev/448a1c65be94
remote:   https://hg.mozilla.org/build/puppet/rev/d06d48ed8a3c
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: