Closed
Bug 877336
Opened 11 years ago
Closed 11 years ago
Stop running mozilla-beta jobs for Fed, Fed64, WinXP and Win7 (rev3 machines)
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: armenzg, Assigned: bhearsum)
References
Details
Attachments
(2 files, 1 obsolete file)
4.63 KB,
patch
|
bhearsum
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
4.34 KB,
patch
|
bhearsum
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
This will happen once FF23 will merge into mozilla-beta (25th of June, 2013).
Assignee | ||
Comment 1•11 years ago
|
||
Armen is away, I'll take care of this.
Assignee: nobody → bhearsum
Summary: Stop running jobs mozilla-beta for Fed, Fed64, WinXP and Win7 (rev3 machines) → Stop running mozilla-beta jobs for Fed, Fed64, WinXP and Win7 (rev3 machines)
Comment 2•11 years ago
|
||
I think this is everything we need to land after bet6 build starts to be ready for 22.0 and 23.0b1 tests. I haven't touched mozilla-aurora at http://hg.mozilla.org/build/buildbot-configs/file/34c5482ab684/mozilla-tests/config.py#l1416, which needs to be landed next week.
Attachment #763562 -
Flags: review?(bhearsum)
Assignee | ||
Updated•11 years ago
|
Attachment #763562 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 3•11 years ago
|
||
(In reply to Rail Aliiev [:rail] from comment #2)
> Created attachment 763562 [details] [diff] [review]
> release + beta changes
>
> I think this is everything we need to land after bet6 build starts to be
> ready for 22.0 and 23.0b1 tests.
I don't think we should land the beta parts until next Monday, actually. There's always a relatively high chance of a respin...
Comment 4•11 years ago
|
||
Comment on attachment 763562 [details] [diff] [review]
release + beta changes
> # MERGE DAY: uplift when Firefox 24 merges in
>- FF23_TESTS = {"opt_unittest_suites":
>+ FF24_TESTS = {"opt_unittest_suites":
> ["mochitest-browser-chrome", "mochitest-other"],
> "debug_unittest_suites": ["mochitest-other"]}
> if branch not in ("mozilla-aurora", "mozilla-beta", "mozilla-release"):
>- return UBUNTU_TESTS[test_type] + FF23_TESTS[test_type]
>+ return UBUNTU_TESTS[test_type] + FF24_TESTS[test_type]
Drive by comment: did you mean to reduce the branch list? (i.e., remove mozilla-aurora from the branch tuple, since it will be Fx24 after merge day)
Comment 5•11 years ago
|
||
(In reply to Aki Sasaki [:aki] from comment #4)
> Drive by comment: did you mean to reduce the branch list? (i.e., remove
> mozilla-aurora from the branch tuple, since it will be Fx24 after merge day)
Not in this patch. I'm going to regroup changes into 2 parts:
1) mozilla-release only to be landed today/tomorrow
2) the rest to be landed on Monday.
Comment 6•11 years ago
|
||
Attachment #763562 -
Attachment is obsolete: true
Attachment #763646 -
Flags: review?(bhearsum)
Comment 7•11 years ago
|
||
Attachment #763648 -
Flags: review?(bhearsum)
Assignee | ||
Comment 8•11 years ago
|
||
Comment on attachment 763646 [details] [diff] [review]
mozilla-release uplift changes
Review of attachment 763646 [details] [diff] [review]:
-----------------------------------------------------------------
This patch duplicates part of bug 843409, but looks ok.
Attachment #763646 -
Flags: review?(bhearsum) → review+
Assignee | ||
Updated•11 years ago
|
Attachment #763648 -
Flags: review?(bhearsum) → review+
Assignee | ||
Updated•11 years ago
|
Attachment #763646 -
Flags: checked-in+
Comment 9•11 years ago
|
||
In production.
Assignee | ||
Updated•11 years ago
|
Attachment #763648 -
Flags: checked-in+
Assignee | ||
Comment 10•11 years ago
|
||
In production
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Updated•6 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•