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

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

Issue 1220783003: Make the CrWinClangLLD bots 64-bit. (Closed) Base URL: http://src.chromium.org/chrome/trunk/tools/build/
Patch Set: Created 5 years, 6 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 | « scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangLLD.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangLLD_tester.json
===================================================================
--- scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangLLD_tester.json (revision 295908)
+++ scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangLLD_tester.json (working copy)
@@ -93,7 +93,7 @@
],
"cwd": "[SLAVE_BUILD]",
"env": {
- "GYP_DEFINES": "component=static_library target_arch=ia32 test_isolation_mode=prepare"
+ "GYP_DEFINES": "component=static_library target_arch=x64 test_isolation_mode=prepare"
},
"name": "gclient runhooks"
},
@@ -133,7 +133,7 @@
"/path/to/tmp/json",
"--",
"--build-config-fs",
- "Release",
+ "Release_x64",
"--paths",
"{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]\\\\src\"}",
"--properties",
@@ -160,7 +160,7 @@
"python",
"-u",
"\nimport os, sys\nfrom common import chromium_utils\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
- "[SLAVE_BUILD]\\src\\out\\Release"
+ "[SLAVE_BUILD]\\src\\out\\Release_x64"
],
"cwd": "[SLAVE_BUILD]",
"name": "rmtree build directory",
@@ -180,7 +180,7 @@
"-u",
"[BUILD]\\scripts\\slave\\extract_build.py",
"--target",
- "Release",
+ "Release_x64",
"--build-archive-url",
"gs://test-domain/test-archive.zip",
"--factory-properties",
@@ -197,7 +197,7 @@
"-u",
"RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py",
"--build-dir",
- "[SLAVE_BUILD]\\src\\out\\Release",
+ "[SLAVE_BUILD]\\src\\out\\Release_x64",
"--output-json",
"/path/to/tmp/json"
],
@@ -218,7 +218,7 @@
"-u",
"[BUILD]\\scripts\\slave\\chromium\\run_crash_handler.py",
"--target",
- "Release"
+ "Release_x64"
],
"cwd": "[SLAVE_BUILD]",
"name": "start_crash_service"
@@ -330,7 +330,7 @@
"-u",
"[BUILD]\\scripts\\slave\\process_dumps.py",
"--target",
- "Release"
+ "Release_x64"
],
"cwd": "[SLAVE_BUILD]",
"name": "process_dumps"
« no previous file with comments | « scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangLLD.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698