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

Move rust-mozjs from buildbot to travis. #127

Merged
merged 2 commits into from Oct 8, 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

Prev

Remove support for buildbot repos in homu/cfg.toml.

  • Loading branch information
Ms2ger authored and larsbergstrom committed Oct 8, 2015
commit d2c90f11505fd32c85ea4239d3c454a3ee3f00af
@@ -27,7 +27,6 @@ port = 54856
('servo', 'unicode-script'),
('servo', 'mozjs'),
('servo', 'rust-mozjs')] %}
{% set buildbot_repos = [] %}
{% set reviewers = ["glennw","jdm","kmcallister","larsbergstrom","Manishearth","metajack","mbrubeck","Ms2ger","pcwalton","SimonSapin","mrobinson","brunoabinader","saneyuki","nox","zmike","edunham","frewsxcv"] %}

[repo.servo]
@@ -63,26 +62,6 @@ token = "{{ pillar["homu"]["travis-ci-token"] }}"

{% endfor %}

{% for repo in buildbot_repos %}

[repo.{{ repo[1] }}]
owner = "{{ repo[0] }}"
name = "{{ repo[1] }}"
reviewers = {{ reviewers }}

[repo.{{ repo[1] }}.github]
secret = "{{ pillar["homu"]["gh-webhook-secret"] }}"

[repo.{{ repo[1] }}.buildbot]
url = "http://build.servo.org"
secret = "{{ pillar["homu"]["buildbot-secret"] }}"
builders = ["cargo-linux", "cargo-mac"]
try_builders = ["cargo-linux", "cargo-mac"]
username = "{{ pillar["homu"]["buildbot-http-user"] }}"
password = "{{ pillar["homu"]["buildbot-http-pass"] }}"

{% endfor %}

# Specialized per-repo configs

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