Closed
Bug 1380032
Opened 8 years ago
Closed 8 years ago
Fix devedition TC configs
Categories
(Release Engineering :: General, enhancement, P1)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
Details
Attachments
(2 files)
|
59 bytes,
text/x-review-board-request
|
Callek
:
review+
|
Details |
|
59 bytes,
text/x-review-board-request
|
Callek
:
review+
rail
:
checked-in+
|
Details |
... at least the index uses "product: firefox" vs "devedition" used in linux.
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Keywords: leave-open
Comment 4•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8885336 [details]
Bug 1380032 - Fix devedition TC configs a=release
https://reviewboard.mozilla.org/r/156196/#review161352
Attachment #8885336 -
Flags: review?(bugspam.Callek) → review+
Comment 5•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8885338 [details]
Bug 1380032 - Fix devedition TC configs
https://reviewboard.mozilla.org/r/156200/#review161358
::: mozilla/config.py:2426
(Diff revision 1)
> "signed": "gecko.v2.mozilla-beta.signed-nightly.revision.{rev}.devedition-l10n.linux64-opt.en-US",
> "unsigned": "gecko.v2.mozilla-beta.revision.{rev}.devedition-l10n.linux64-opt.en-US",
> "ci_system": "tc",
> },
> "macosx64": {
> - "signed": "gecko.v2.mozilla-beta.revision.{rev}.firefox.macosx64-devedition-opt",
> + "signed": "gecko.v2.mozilla-beta.revision.{rev}.devedition.macosx64-devedition-opt",
.mozilla-beta.signed-nightly.{rev}... ?
::: mozilla/config.py:2427
(Diff revision 1)
> "unsigned": "gecko.v2.mozilla-beta.revision.{rev}.devedition-l10n.linux64-opt.en-US",
> "ci_system": "tc",
> },
> "macosx64": {
> - "signed": "gecko.v2.mozilla-beta.revision.{rev}.firefox.macosx64-devedition-opt",
> - "unsigned": "gecko.v2.mozilla-beta.revision.{rev}.firefox.macosx64-devedition-opt",
> + "signed": "gecko.v2.mozilla-beta.revision.{rev}.devedition.macosx64-devedition-opt",
> + "unsigned": "gecko.v2.mozilla-beta.revision.{rev}.devedition.macosx64-devedition-opt",
also should this be .macosx64-opt to mimic the linux section above, instead of .macosx64-devedition-opt
Attachment #8885338 -
Flags: review?(bugspam.Callek) → review+
Pushed by raliiev@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2465ef672c9f
Fix devedition TC configs r=Callek a=release
| Assignee | ||
Comment 7•8 years ago
|
||
| mozreview-review-reply | ||
Comment on attachment 8885338 [details]
Bug 1380032 - Fix devedition TC configs
https://reviewboard.mozilla.org/r/156200/#review161358
> .mozilla-beta.signed-nightly.{rev}... ?
Not yet. These are still in buildbot (via BBB)
> also should this be .macosx64-opt to mimic the linux section above, instead of .macosx64-devedition-opt
Once we move to TC, probably. I just changed it yesterday to `macosx64-devedition-opt` in bug 1379730. :)
Comment 8•8 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 9•8 years ago
|
||
| Assignee | ||
Comment 10•8 years ago
|
||
Comment on attachment 8885338 [details]
Bug 1380032 - Fix devedition TC configs
https://hg.mozilla.org/build/buildbot-configs/rev/31b647f5d643d86128be26841e3f4e7828e81432
Attachment #8885338 -
Flags: checked-in+
| Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Comment 11•8 years ago
|
||
Removing leave-open keyword from resolved bugs, per :sylvestre.
Keywords: leave-open
Updated•8 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•