Closed
Bug 1380032
Opened 4 years ago
Closed 4 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•4 years ago
|
Keywords: leave-open
Comment 4•4 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•4 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•4 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•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2465ef672c9f
Assignee | ||
Comment 9•4 years ago
|
||
beta: https://hg.mozilla.org/releases/mozilla-beta/rev/ad8481e865e922d6cdc8ad8a18342fe3bb36d87f
Assignee | ||
Comment 10•4 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•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Comment 11•3 years ago
|
||
Removing leave-open keyword from resolved bugs, per :sylvestre.
Keywords: leave-open
Updated•3 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•