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

Side by Side Diff: scripts/slave/recipe_modules/isolate/example.expected/missing.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@ \"test1\": \"[dummy hash for test1]\"@@@", 93 "@@@STEP_LOG_LINE@json.output@ \"test1\": \"[dummy hash for test1]\"@@@",
94 "@@@STEP_LOG_LINE@json.output@}@@@", 94 "@@@STEP_LOG_LINE@json.output@}@@@",
(...skipping 27 matching lines...) Expand all
122 "@@@STEP_LOG_END@json.output@@@", 122 "@@@STEP_LOG_END@json.output@@@",
123 "@@@STEP_LOG_LINE@failed to isolate@Failed to isolate following targets:@@ @", 123 "@@@STEP_LOG_LINE@failed to isolate@Failed to isolate following targets:@@ @",
124 "@@@STEP_LOG_LINE@failed to isolate@test2@@@", 124 "@@@STEP_LOG_LINE@failed to isolate@test2@@@",
125 "@@@STEP_LOG_LINE@failed to isolate@@@@", 125 "@@@STEP_LOG_LINE@failed to isolate@@@@",
126 "@@@STEP_LOG_LINE@failed to isolate@See logs for more information.@@@", 126 "@@@STEP_LOG_LINE@failed to isolate@See logs for more information.@@@",
127 "@@@STEP_LOG_END@failed to isolate@@@", 127 "@@@STEP_LOG_END@failed to isolate@@@",
128 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\" }@@@" 128 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test1\": \"[dummy hash for test1]\" }@@@"
129 ] 129 ]
130 } 130 }
131 ] 131 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698