Closed Bug 1373282 Opened 7 years ago Closed 7 years ago

mac dev edition builds and tests will be scheduled via bbb

Categories

(Infrastructure & Operations Graveyard :: CIDuty, task, P2)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: kmoir, Assigned: spacurar)

References

Details

Attachments

(1 file, 1 obsolete file)

Changes are required in buildbot to accommodate this. See bug 1372588 for details
Depends on: 1372588
Assignee: nobody → spacurar
Priority: -- → P2
Sebastian, how is the work for the bug going? This came up in the tcmigration meeting today.
Flags: needinfo?(spacurar)
I will attach the patches at the end of the day. Still working on it.
Flags: needinfo?(spacurar)
Attached patch bug_1373282_bb-mozilla.patch (obsolete) — Splinter Review
I tried to add the osx devedition builder in the bnames list to be filtered along with the regular osx build, but diff showed no result. Also I don't think a patch for the tests are needed in mozilla-tests since tests need to be in their place because they will be scheduled by taskcluster but will run in buildbot. So I guess another patch would be about the tests to run just like the builds do. Am I right about this?
Flags: needinfo?(kmoir)
I think on a staging master you have to modify universal_master_sqlite.cfg to see the results. You can print the contents of pre and post or use pdb https://docs.python.org/2/library/pdb.html to debug
Flags: needinfo?(kmoir)
Blocks: 1377771
We stopped scheduling macosx64-devedition tests here [1], so we still need to do the same for the correspondent builders. I took a look at the work done in bug 1353376 (see comment 51 and below [2] and the patch used [3]), then adapted that patch to also remove "OS X 10.7 mozilla-beta devedition build" from the list of scheduled builders. Note: in the initial form, the patch was supposed to prevent us from scheduling all "OS X 10.7" opt builders from the trunk branches (then FX 55). Current buildbot devedition builder only runs on mozilla-beta (which has is now FX 55), so the 'for' loop should be okay. [1] https://hg.mozilla.org/releases/mozilla-beta/rev/a93c354443ec [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1353376#c51 [3] https://bug1353376.bmoattachments.org/attachment.cgi?id=8864362
Builder diff: --- old 2017-07-04 08:20:59.643607006 -0700 +++ new 2017-07-04 08:50:40.323845148 -0700 @@ -4802,6 +4802,5 @@ Schedulers: <function buildUIDSchedFunc>], 'treeStableTimer': None} -<buildbotcustom.scheduler.Scheduler-props> {'builderNames': ['OS X 10.7 mozilla-beta devedition build', - 'WINNT 5.2 mozilla-beta devedition build', +<buildbotcustom.scheduler.Scheduler-props> {'builderNames': ['WINNT 5.2 mozilla-beta devedition build', 'WINNT 6.1 x86-64 mozilla-beta devedition build'], 'change_filter': <ChangeFilter on branch == releases/mozilla-beta>,
Attachment #8880860 - Attachment is obsolete: true
Attachment #8883339 - Flags: review?(catlee)
Attachment #8883339 - Flags: review?(catlee) → review+
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Blocks: 1379730
Product: Release Engineering → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: