| Index: scripts/slave/recipes/blink_trybot.expected/minimal_pass_continues.json
|
| diff --git a/scripts/slave/recipes/blink_trybot.expected/minimal_pass_continues.json b/scripts/slave/recipes/blink_trybot.expected/minimal_pass_continues.json
|
| index 83404d8fe1b64dcbebd978f1120b7a37596e33d2..568476a2a1edc2c9cb80143e66f4999eecda3d34 100644
|
| --- a/scripts/slave/recipes/blink_trybot.expected/minimal_pass_continues.json
|
| +++ b/scripts/slave/recipes/blink_trybot.expected/minimal_pass_continues.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",
|
| @@ -358,7 +402,7 @@
|
| "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 (2)"
|
| },
|
| @@ -366,6 +410,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 (2)"
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| "[BUILD]/scripts/slave/compile.py",
|
| "--target",
|
| "Release",
|
| @@ -386,6 +441,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 (2)",
|
| + "~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/runtest.py",
|
| "--target",
|
| "Release",
|
|
|