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

Gate on CSS tests on linux. #34

Merged
merged 3 commits into from Jun 2, 2015
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Add linux3 to homu config

  • Loading branch information
jgraham committed Jun 2, 2015
commit 3091eaad614438ff6300ded0c62ec68d29693349
@@ -45,8 +45,8 @@ secret = "{{ pillar["homu"]["gh-webhook-secret"] }}"
url = "http://build.servo.org"
secret = "{{ pillar["homu"]["buildbot-secret"] }}"

builders = ["linux1", "linux2", "android", "mac1", "mac2", "gonk"]
try_builders = ["linux1", "linux2", "android", "mac1", "mac2", "gonk"]
builders = ["linux1", "linux2", "linux3", "android", "mac1", "mac2", "gonk"]
try_builders = ["linux1", "linux2", "linux3", "android", "mac1", "mac2", "gonk"]

#
username = "{{ pillar["homu"]["buildbot-http-user"] }}"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.