Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mac builders #681

Merged
merged 2 commits into from May 28, 2017
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Add mac builders

  • Loading branch information
larsbergstrom committed May 28, 2017
commit 062a8afdd675109ba9128259332104877330a385
@@ -71,9 +71,12 @@ c['schedulers'].append(schedulers.AnyBranchScheduler(
"linux-rel-css",
"linux-rel-wpt",
"mac-dev-unit",
"mac-rel-css",
"mac-rel-css1",
"mac-rel-css2",
"mac-rel-wpt1",
"mac-rel-wpt2",
"mac-rel-wpt3",
"mac-rel-wpt4",
"windows-msvc-dev",
],
change_filter=util.ChangeFilter(filter_fn=servo_auto_try_filter),
@@ -98,10 +101,13 @@ c['schedulers'].append(schedulers.ForceScheduler(
"linux-rel-intermittent",
"mac-dev-unit",
"mac-nightly",
"mac-rel-css",
"mac-rel-css1",
"mac-rel-css2",
"mac-rel-intermittent",
"mac-rel-wpt1",
"mac-rel-wpt2",
"mac-rel-wpt3",
"mac-rel-wpt4",
"windows-msvc-dev",
"windows-msvc-nightly",
],
@@ -168,10 +174,13 @@ c['builders'] = [
envs.build_linux),
DynamicServoBuilder("mac-dev-unit", MAC_SLAVES, envs.build_mac),
DynamicServoBuilder("mac-nightly", MAC_SLAVES, envs.build_mac),
DynamicServoBuilder("mac-rel-css", MAC_SLAVES, envs.build_mac),
DynamicServoBuilder("mac-rel-css1", MAC_SLAVES, envs.build_mac),
DynamicServoBuilder("mac-rel-css2", MAC_SLAVES, envs.build_mac),
DynamicServoBuilder("mac-rel-intermittent", MAC_SLAVES, envs.build_mac),
DynamicServoBuilder("mac-rel-wpt1", MAC_SLAVES, envs.build_mac),
DynamicServoBuilder("mac-rel-wpt2", MAC_SLAVES, envs.build_mac),
DynamicServoBuilder("mac-rel-wpt3", MAC_SLAVES, envs.build_mac),
DynamicServoBuilder("mac-rel-wpt4", MAC_SLAVES, envs.build_mac),
DynamicServoBuilder("windows-msvc-dev", WINDOWS_SLAVES,
envs.build_windows_msvc),
DynamicServoBuilder("windows-msvc-nightly", WINDOWS_SLAVES,
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.