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

Side by Side Diff: scripts/slave/recipe_modules/isolate/example.expected/extra.json

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/git_setup.py", 6 "[BUILD]/scripts/slave/git_setup.py",
7 "--path", 7 "--path",
8 "[SLAVE_BUILD]/swarming.client", 8 "[SLAVE_BUILD]/swarming.client",
9 "--url", 9 "--url",
10 "https://chromium.googlesource.com/external/swarming.client.git" 10 "https://chromium.googlesource.com/external/swarming.client.git"
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "@@@STEP_LOG_LINE@json.output@ \"test1\", @@@", 74 "@@@STEP_LOG_LINE@json.output@ \"test1\", @@@",
75 "@@@STEP_LOG_LINE@json.output@ \"test2\"@@@", 75 "@@@STEP_LOG_LINE@json.output@ \"test2\"@@@",
76 "@@@STEP_LOG_LINE@json.output@]@@@", 76 "@@@STEP_LOG_LINE@json.output@]@@@",
77 "@@@STEP_LOG_END@json.output@@@" 77 "@@@STEP_LOG_END@json.output@@@"
78 ] 78 ]
79 }, 79 },
80 { 80 {
81 "cmd": [ 81 "cmd": [
82 "python", 82 "python",
83 "-u", 83 "-u",
84 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py", 84 "RECIPE_MODULE[isolate]/resources/find_isolated_tests.py",
85 "--build-dir", 85 "--build-dir",
86 "[BUILD]", 86 "[BUILD]",
87 "--output-json", 87 "--output-json",
88 "/path/to/tmp/json" 88 "/path/to/tmp/json"
89 ], 89 ],
90 "name": "find isolated tests", 90 "name": "find isolated tests",
91 "~followup_annotations": [ 91 "~followup_annotations": [
92 "@@@STEP_LOG_LINE@json.output@{@@@", 92 "@@@STEP_LOG_LINE@json.output@{@@@",
93 "@@@STEP_LOG_LINE@json.output@ \"extra_test\": \"[dummy hash for extra_te st]\", @@@", 93 "@@@STEP_LOG_LINE@json.output@ \"extra_test\": \"[dummy hash for extra_te st]\", @@@",
94 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\", @@@ ", 94 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\", @@@ ",
(...skipping 20 matching lines...) Expand all
115 "~followup_annotations": [ 115 "~followup_annotations": [
116 "@@@STEP_LOG_LINE@json.output@{@@@", 116 "@@@STEP_LOG_LINE@json.output@{@@@",
117 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\", @@@ ", 117 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\", @@@ ",
118 "@@@STEP_LOG_LINE@json.output@ \"test2\": \"[dummy hash for test2]\"@@@", 118 "@@@STEP_LOG_LINE@json.output@ \"test2\": \"[dummy hash for test2]\"@@@",
119 "@@@STEP_LOG_LINE@json.output@}@@@", 119 "@@@STEP_LOG_LINE@json.output@}@@@",
120 "@@@STEP_LOG_END@json.output@@@", 120 "@@@STEP_LOG_END@json.output@@@",
121 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\" , \"test2\": \"[dummy hash for test2]\"}@@@" 121 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\" , \"test2\": \"[dummy hash for test2]\"}@@@"
122 ] 122 ]
123 } 123 }
124 ] 124 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698