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

Target servo-master\d+ with PCRE in the top file #292

Merged
merged 1 commit into from Apr 4, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Fix state and pillar targeting for numbered masters

We now number the servo-master IDs like other machines,
so use PCRE targeting to match the `servo-master\d+` pattern
for both states and the Travis test pillars.

This ensures the relevant pillars are available to master machines
and the master-specific states are applied.
  • Loading branch information
aneeshusa committed Apr 3, 2016
commit 00f2802b5a61806c5cd8d68677027ebe3e1bc6c3
@@ -3,7 +3,8 @@ base:
- travis
- buildbot.common

'servo-master':
'servo-master\d+':
- match: pcre
- buildbot.master
- homu

@@ -30,6 +30,7 @@ base:
- xvfb

'servo-master\d+':
- match: pcre
- git
- buildbot.master
- homu
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.