Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: masters/master.client.crashpad/builders.pyl

Issue 1354973003: crashpad: set up for wow64 testing (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/recipes/crashpad/continuous.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.client.crashpad/builders.pyl
diff --git a/masters/master.client.crashpad/builders.pyl b/masters/master.client.crashpad/builders.pyl
index 8cdbd1a886df422c909037f253d8f9c82bf71744..66793534e28dc23a5a6f194706229b07433f65c6 100644
--- a/masters/master.client.crashpad/builders.pyl
+++ b/masters/master.client.crashpad/builders.pyl
@@ -50,7 +50,7 @@
},
"slavebuilddir": "chromium_win_rel",
},
- "crashpad_win_x86_dbg": {
+ "crashpad_win_x86_wow64_dbg": {
"recipe": "crashpad/continuous",
"scheduler": "crashpad_commits",
"slave_pools": ["win7"],
@@ -59,9 +59,9 @@
"properties": {
"config": "Debug",
},
- "slavebuilddir": "chromium_win_x86_dbg",
+ "slavebuilddir": "chromium_win_x86_wow64_dbg",
Dirk Pranke 2015/09/20 20:57:00 slavebuilddir defaults to the builder name, so you
scottmg 2015/09/21 18:26:03 Done.
},
- "crashpad_win_x86_rel": {
+ "crashpad_win_x86_wow64_rel": {
"recipe": "crashpad/continuous",
"scheduler": "crashpad_commits",
"slave_pools": ["win7"],
@@ -70,7 +70,7 @@
"properties": {
"config": "Release",
},
- "slavebuilddir": "chromium_win_x86_rel",
+ "slavebuilddir": "chromium_win_x86_wow64_rel",
},
},
« no previous file with comments | « no previous file | scripts/slave/recipes/crashpad/continuous.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698