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 web service for tracking intermittent failure instances #739

Merged
merged 3 commits into from Oct 25, 2017
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 build machine name to environment.

  • Loading branch information
jdm committed Oct 18, 2017
commit 039fc7049933ee8e523d87551830b189fa55487c
@@ -1,3 +1,4 @@
from buildbot.plugins import util
from passwords import GITHUB_DOC_TOKEN, GITHUB_HOMEBREW_TOKEN
from passwords import S3_UPLOAD_ACCESS_KEY_ID, S3_UPLOAD_SECRET_ACCESS_KEY

@@ -49,6 +50,7 @@ def without(self, to_unset):

build_common = Environment({
'RUST_BACKTRACE': '1',
'BUILD_MACHINE': str(util.Property('slavename')),
})

build_windows_msvc = build_common + Environment({
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.