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

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

Issue 694263003: Enable post-compile test isolation for all CI builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years, 1 month 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_chromium_win_Win_x64_Builder.json
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_Builder.json b/scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_Builder.json
index dd5c94f877682113e8b2faf8cf8ec47c26e71848..8164cd10ed4cc68d9471eca0551738dc0614b195 100644
--- a/scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_Builder.json
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_win_Win_x64_Builder.json
@@ -99,7 +99,7 @@
"runhooks"
],
"env": {
- "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 gomadir='[BUILD]\\goma' target_arch=x64 test_isolation_mode=archive test_isolation_outdir=https://isolateserver.appspot.com use_goma=1"
+ "GYP_DEFINES": "chromium_win_pch=0 component=static_library fastbuild=1 gomadir='[BUILD]\\goma' target_arch=x64 test_isolation_mode=prepare use_goma=1"
},
"name": "gclient runhooks"
},
@@ -196,13 +196,16 @@
"cmd": [
"python",
"-u",
- "[BUILD]\\scripts\\slave\\recipe_modules\\isolate\\resources\\find_isolated_tests.py",
- "--build-dir",
- "[SLAVE_BUILD]\\src\\out\\Release_x64",
- "--output-json",
- "/path/to/tmp/json"
+ "[SLAVE_BUILD]\\src\\tools\\swarming_client\\isolate.py",
+ "batcharchive",
+ "--dump-json",
+ "/path/to/tmp/json",
+ "--isolate-server",
+ "https://isolateserver.appspot.com",
+ "--verbose",
+ "[SLAVE_BUILD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json"
],
- "name": "find isolated tests",
+ "name": "isolate tests",
"~followup_annotations": [
"@@@STEP_LOG_LINE@json.output@{@@@",
"@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for browser_tests]\"@@@",

Powered by Google App Engine
This is Rietveld 408576698