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

Unified Diff: scripts/slave/recipes/blink_trybot.expected/webkit_tests_unexpected_error.json

Issue 688473003: Added swarming step to the Blink trybots (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 6 years, 2 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/blink_trybot.expected/webkit_tests_unexpected_error.json
diff --git a/scripts/slave/recipes/blink_trybot.expected/webkit_tests_unexpected_error.json b/scripts/slave/recipes/blink_trybot.expected/webkit_tests_unexpected_error.json
index 81ec4482475a505a82a6925c3415644612de06a8..3a2f289dd3cf9ad81765efeabdd6cdd56284e7cc 100644
--- a/scripts/slave/recipes/blink_trybot.expected/webkit_tests_unexpected_error.json
+++ b/scripts/slave/recipes/blink_trybot.expected/webkit_tests_unexpected_error.json
@@ -85,11 +85,24 @@
"cmd": [
"python",
"-u",
+ "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py",
+ "--version"
+ ],
+ "name": "swarming.py --version",
+ "stdout": "/path/to/tmp/",
+ "~followup_annotations": [
+ "@@@STEP_TEXT@0.4.10@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[DEPOT_TOOLS]/gclient.py",
"runhooks"
],
"env": {
- "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 use_goma=1"
+ "GYP_DEFINES": "component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolation_mode=archive test_isolation_outdir=https://isolateserver.appspot.com use_goma=1"
},
"name": "gclient runhooks"
},
@@ -97,6 +110,17 @@
"cmd": [
"python",
"-u",
+ "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_tests.py",
+ "--build-dir",
+ "[SLAVE_BUILD]/src/out/Release",
+ "--clean-isolated-files"
+ ],
+ "name": "clean isolated files"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[BUILD]/scripts/slave/compile.py",
"--target",
"Release",
@@ -117,6 +141,26 @@
"cmd": [
"python",
"-u",
+ "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_tests.py",
+ "--build-dir",
+ "[SLAVE_BUILD]/src/out/Release",
+ "--output-json",
+ "/path/to/tmp/json"
+ ],
+ "name": "find isolated tests",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output@{@@@",
+ "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dummy_target_1]\", @@@",
+ "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"@@@",
+ "@@@STEP_LOG_LINE@json.output@}@@@",
+ "@@@STEP_LOG_END@json.output@@@",
+ "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
+ ]
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
"[BUILD]/scripts/slave/chromium/lint_test_files_wrapper.py",
"--build-dir",
"[SLAVE_BUILD]/src/out",

Powered by Google App Engine
This is Rietveld 408576698