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 linux and osx nightly builds #410

Merged
merged 2 commits into from Jun 30, 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

Next

Alphabetize list of builder names

  • Loading branch information
aneeshusa committed Jun 30, 2016
commit e6e1a3d4c95af3e1243c1a146e601bb101704878
@@ -85,23 +85,25 @@ c['schedulers'].append(schedulers.SingleBranchScheduler(
c['schedulers'].append(schedulers.ForceScheduler(
name="force",
builderNames=[
"android",
"android-nightly",
"arm32",
"arm64",
"linux-dev",
"linux-rel",
"linux-dev-yaml",
"mac-rel-wpt",
"linux-rel",
"mac-dev-unit",
"mac-rel-css",
"android",
"arm32",
"arm64",
"android-nightly",
"mac-rel-wpt",
"windows",
],
))
c['schedulers'].append(schedulers.Nightly(
name="Nightly",
branch="master",
builderNames=["android-nightly"],
builderNames=[
"android-nightly",
],
hour=1,
minute=0,
))
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.