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

Unified Diff: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_win_8_perf_bisect.json

Issue 1972023002: Refactor chromium_tests tryserver.chromium.perf builder spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@sizes
Patch Set: Created 4 years, 7 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
Index: scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_win_8_perf_bisect.json
diff --git a/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_win_8_perf_bisect.json b/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_win_8_perf_bisect.json
index 49aaa4807d0334bcc69d3da75f1f85e0554ad3f6..5394f15e1c620e50223244a5243be9e9f4f0b94e 100644
--- a/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_win_8_perf_bisect.json
+++ b/scripts/slave/recipes/chromium.expected/full_tryserver_chromium_perf_win_8_perf_bisect.json
@@ -122,7 +122,7 @@
"-u",
"RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py",
"--platform",
- "windows-386",
+ "windows-amd64",
"--dest-directory",
"[SLAVE_BUILD]\\cipd",
"--json-output",
@@ -177,7 +177,7 @@
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json",
"GYP_CHROMIUM_NO_ACTION": "1",
- "GYP_DEFINES": "branding=Chrome buildtype=Official chromium_win_pch=0 component=static_library fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32 use_goma=1",
+ "GYP_DEFINES": "branding=Chrome buildtype=Official chromium_win_pch=0 component=static_library fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=x64 use_goma=1",
"PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]"
},
"name": "gclient runhooks"
@@ -207,7 +207,7 @@
"[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
"--goma-dir",
"[CACHE]\\cipd\\goma",
- "//out/Release"
+ "//out/Release_x64"
],
"env": {
"GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-account-goma-client.json"
@@ -227,7 +227,7 @@
"--ninja-path",
"RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
"--target",
- "Release",
+ "Release_x64",
"--src-dir",
"[SLAVE_BUILD]\\src",
"--goma-cache-dir",
@@ -270,7 +270,7 @@
"python",
"RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\zip_build.py",
"--target",
- "Release",
+ "Release_x64",
"--build_revision",
"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
"--factory-properties",

Powered by Google App Engine
This is Rietveld 408576698