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

Convert Windows builders to use DynamicServoFactory #426

Merged
merged 3 commits into from Jul 6, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Rename builder to windows-dev

  • Loading branch information
UK992 committed Jul 6, 2016
commit ac587293db495213cf9fbf16881206f5cb42e88a
@@ -72,7 +72,7 @@ c['schedulers'].append(schedulers.AnyBranchScheduler(
"mac-dev-unit",
"mac-rel-css",
"mac-rel-wpt",
"windows",
"windows-dev",
],
change_filter=util.ChangeFilter(filter_fn=servo_auto_try_filter),
))
@@ -97,7 +97,7 @@ c['schedulers'].append(schedulers.ForceScheduler(
"mac-nightly",
"mac-rel-css",
"mac-rel-wpt",
"windows",
"windows-dev",
"windows-nightly",
],
))
@@ -171,7 +171,7 @@ c['builders'] = [
DynamicServoBuilder("mac-nightly", MAC_SLAVES, envs.build_mac),
DynamicServoBuilder("mac-rel-css", MAC_SLAVES, envs.build_mac),
DynamicServoBuilder("mac-rel-wpt", MAC_SLAVES, envs.build_mac),
DynamicServoBuilder("windows", WINDOWS_SLAVES, envs.build_windows),
DynamicServoBuilder("windows-dev", WINDOWS_SLAVES, envs.build_windows),
DynamicServoBuilder("windows-nightly", WINDOWS_SLAVES, envs.build_windows),
# The below builders are not dynamic but rather have hard-coded factories
util.BuilderConfig(
@@ -77,7 +77,7 @@ arm64:
- bash ./etc/ci/lockfile_changed.sh
- bash ./etc/ci/manifest_changed.sh

windows:
windows-dev:
- ./mach build --dev
- ./mach test-unit

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.