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

Side by Side Diff: scripts/slave/recipes/chromium.expected/arm.json

Issue 595143002: Enable isolate on Linux release builder. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: review comments 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "Linux ARM Cross-Compile", 10 "Linux ARM Cross-Compile",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 "-u", 134 "-u",
135 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", 135 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py",
136 "--json", 136 "--json",
137 "/path/to/tmp/json" 137 "/path/to/tmp/json"
138 ], 138 ],
139 "name": "checkdeps", 139 "name": "checkdeps",
140 "~followup_annotations": [ 140 "~followup_annotations": [
141 "@@@STEP_LOG_LINE@json.output@[]@@@", 141 "@@@STEP_LOG_LINE@json.output@[]@@@",
142 "@@@STEP_LOG_END@json.output@@@" 142 "@@@STEP_LOG_END@json.output@@@"
143 ] 143 ]
144 },
145 {
146 "cmd": [
147 "python",
148 "-u",
149 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py",
150 "--build-dir",
151 "[SLAVE_BUILD]/src/out/Release",
152 "--output-json",
153 "/path/to/tmp/json"
154 ],
155 "name": "find isolated tests",
156 "~followup_annotations": [
157 "@@@STEP_LOG_LINE@json.output@{@@@",
158 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
159 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
160 "@@@STEP_LOG_LINE@json.output@}@@@",
161 "@@@STEP_LOG_END@json.output@@@",
162 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
163 ]
164 } 144 }
165 ] 145 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698