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

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: remove unnecessary |slavebuilddir|s 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..37853deaecfe591989239ae32598025b714eb0df 100644
--- a/masters/master.client.crashpad/builders.pyl
+++ b/masters/master.client.crashpad/builders.pyl
@@ -15,7 +15,6 @@
"properties": {
"config": "Debug",
},
- "slavebuilddir": "chromium_mac_dbg",
},
"crashpad_mac_rel": {
"recipe": "crashpad/continuous",
@@ -26,7 +25,6 @@
"properties": {
"config": "Release",
},
- "slavebuilddir": "chromium_mac_rel",
},
"crashpad_win_dbg": {
"recipe": "crashpad/continuous",
@@ -37,7 +35,6 @@
"properties": {
"config": "Debug",
},
- "slavebuilddir": "chromium_win_dbg",
},
"crashpad_win_rel": {
"recipe": "crashpad/continuous",
@@ -48,9 +45,8 @@
"properties": {
"config": "Release",
},
- "slavebuilddir": "chromium_win_rel",
},
- "crashpad_win_x86_dbg": {
+ "crashpad_win_x86_wow64_dbg": {
"recipe": "crashpad/continuous",
"scheduler": "crashpad_commits",
"slave_pools": ["win7"],
@@ -59,9 +55,8 @@
"properties": {
"config": "Debug",
},
- "slavebuilddir": "chromium_win_x86_dbg",
},
- "crashpad_win_x86_rel": {
+ "crashpad_win_x86_wow64_rel": {
"recipe": "crashpad/continuous",
"scheduler": "crashpad_commits",
"slave_pools": ["win7"],
@@ -70,7 +65,6 @@
"properties": {
"config": "Release",
},
- "slavebuilddir": "chromium_win_x86_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