Closed
Bug 1262073
Opened 9 years ago
Closed 9 years ago
add regex for mozilla-release desktop ff name support in release-runner.py staging
Categories
(Release Engineering :: Release Automation: Other, defect)
Release Engineering
Release Automation: Other
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1263976
People
(Reporter: jlund, Assigned: mtabara)
References
Details
Attachments
(2 files, 1 obsolete file)
1.40 KB,
patch
|
jlund
:
review+
|
Details | Diff | Splinter Review |
1.82 KB,
patch
|
jlund
:
review+
|
Details | Diff | Splinter Review |
currently staging will only do beta http://hg.mozilla.org/build/tools/file/c8bed25d4e07/buildfarm/release/release-runner.py#l59
old-release-runner will need to be tweaked too: http://hg.mozilla.org/build/tools/file/old-release-runner/buildfarm/release/release-runner.py#l43
Reporter | ||
Updated•9 years ago
|
Assignee: nobody → jlund
Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/44355/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/44355/
Attachment #8738142 -
Flags: review?(jlund)
Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8738142 [details]
MozReview Request: Bug 1262073 - tweak old release runner to filter out mozilla-release as well. r=jlund
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/44355/diff/1-2/
Attachment #8738142 -
Attachment description: MozReview Request: Bug 1262073 - tweak release runner to allow mozilla-release as well. r=jlund → MozReview Request: Bug 1262073 - tweak old release runner to filter out mozilla-release as well. r=jlund
Assignee | ||
Comment 3•9 years ago
|
||
@jlund:
Sorry I stepped on your toes here, but since I added the regex part there, I thought I could give you a hand:
the default branch:
* should catch all Firefox desktop beta, release and dot releases, but *not* the ESR
the oldrelease-runner branch:
* everything else except the firefox desktop beta, release and dot release
Flags: needinfo?(jlund)
Reporter | ||
Updated•9 years ago
|
Attachment #8738142 -
Flags: review?(jlund) → review+
Reporter | ||
Comment 4•9 years ago
|
||
Comment on attachment 8738142 [details]
MozReview Request: Bug 1262073 - tweak old release runner to filter out mozilla-release as well. r=jlund
https://reviewboard.mozilla.org/r/44355/#review41067
::: buildfarm/release/release-runner.py:43
(Diff revision 2)
> -# handled separately within release promotion. Once migration from buildbot
> -# to promotion is completed for all types of releases, we will backout this
> -# filtering - bug 1252333
> +# as they're handled separately within release promotion. Once migration to
> +# promotion is completed for all types of releases, we will backout this
> +# regex beta tracking bug is 1252333
> +# regex release tracking bug is 1262073
> RELEASE_PATTERNS = [
> - # all Firefox non-betas
> + # all Firefox non(mozilla-beta or mozilla-release)
such a programmer. you even factor out a common negative value from within comments!
Reporter | ||
Comment 5•9 years ago
|
||
(In reply to Mihai Tabara [:mtabara] from comment #3)
> @jlund:
>
> Sorry I stepped on your toes here, but since I added the regex part there, I
> thought I could give you a hand:
>
> the default branch:
> * should catch all Firefox desktop beta, release and dot releases, but *not*
> the ESR
>
> the oldrelease-runner branch:
> * everything else except the firefox desktop beta, release and dot release
yep. sounds about right.
I couldn't review the two patches individually because of limitations with mozreview across multiple branches against the same bug. niche case I guess.
mihai, I think we should remove the mozreview, split this into two patches and attach it to the bug so it is more obvious. The motivation there is because this will stop us from being able to do a dot release on prod ship-it (pre relpro env) and I think we are going to have one more dot release prior to 46.0 so we will need to be able to back this out.
thanks for the patches!
Flags: needinfo?(jlund)
Assignee | ||
Updated•9 years ago
|
Attachment #8738142 -
Attachment is obsolete: true
Assignee | ||
Comment 6•9 years ago
|
||
Attachment #8738226 -
Flags: review?(jlund)
Assignee | ||
Comment 7•9 years ago
|
||
Attachment #8738228 -
Flags: review?(jlund)
Assignee | ||
Comment 8•9 years ago
|
||
jlund:
So per IRC/mtg my understanding is this:
0. didn't know how to remove the MozReview but instead marked it as obsolete
1. TIL
bm81: prod non-relpro
bm83: dev relpo
bm85: prod relpro
2.
* once both patches are reviewed, I will import the changes from the <default> branch in the bm83 and we can start a dev release there to see how that goes
3. Once we're past the potential dot release and we're clear to go for 46.0 we can push it to both branches
Sounds good?
Flags: needinfo?(jlund)
Reporter | ||
Comment 9•9 years ago
|
||
(In reply to Mihai Tabara [:mtabara] from comment #8)
> jlund:
>
> So per IRC/mtg my understanding is this:
>
> 0. didn't know how to remove the MozReview but instead marked it as obsolete
>
> 1. TIL
>
> bm81: prod non-relpro
> bm83: dev relpo
> bm85: prod relpro
>
> 2.
> * once both patches are reviewed, I will import the changes from the
> <default> branch in the bm83 and we can start a dev release there to see
> how that goes
>
> 3. Once we're past the potential dot release and we're clear to go for 46.0
> we can push it to both branches
>
> Sounds good?
yep. sorry about that. I forgot there was three nodes and that I suppose bm81 is not even aware of anything I do on ship-it-dev.
Flags: needinfo?(jlund)
Assignee | ||
Updated•9 years ago
|
Assignee: jlund → mtabara
Reporter | ||
Comment 10•9 years ago
|
||
Comment on attachment 8738226 [details] [diff] [review]
Tweak relpro release runner to handle along betas, mozilla-release as well
Review of attachment 8738226 [details] [diff] [review]:
-----------------------------------------------------------------
carrying mozreview r+ forward
Attachment #8738226 -
Flags: review?(jlund) → review+
Reporter | ||
Updated•9 years ago
|
Attachment #8738228 -
Flags: review?(jlund) → review+
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•