diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-23 00:45:46 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-23 00:45:46 +0000 |
commit | 24d870f23a01f30b31a09586821c9272a4e7fe70 (patch) | |
tree | ebc8d630598b377591f4980afcd96af78d6cda0a | |
parent | ebabf6a5a0f406ce82cb69f4a063530c594741f0 (diff) | |
download | chromium_src-24d870f23a01f30b31a09586821c9272a4e7fe70.zip chromium_src-24d870f23a01f30b31a09586821c9272a4e7fe70.tar.gz chromium_src-24d870f23a01f30b31a09586821c9272a4e7fe70.tar.bz2 |
add win_x64_rel to default trybots
R=jschuh,iannucci
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/19781004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213014 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | PRESUBMIT.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index b62f4fb..6558685 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -1031,6 +1031,7 @@ def GetPreferredTrySlaves(project, change): 'win7_aura', 'win_rel', 'win:compile', + 'win_x64_rel:compile', ] # Match things like path/aura/file.cc and path/file_aura.cc. |