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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_arm.json

Issue 692623002: Revert of Use remove_build_metadata.py on all the trybots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 1 month 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/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_arm", 10 "linux_arm",
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 "base_unittests", 187 "base_unittests",
188 "browser_tests", 188 "browser_tests",
189 "mojo_common_unittests" 189 "mojo_common_unittests"
190 ], 190 ],
191 "name": "compile (with patch)" 191 "name": "compile (with patch)"
192 }, 192 },
193 { 193 {
194 "cmd": [ 194 "cmd": [
195 "python", 195 "python",
196 "-u", 196 "-u",
197 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py",
198 "--build-dir",
199 "[SLAVE_BUILD]/src/out/Release",
200 "--src-dir",
201 "[SLAVE_BUILD]/src"
202 ],
203 "cwd": "[SLAVE_BUILD]",
204 "name": "remove_build_metadata.py"
205 },
206 {
207 "cmd": [
208 "python",
209 "-u",
210 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py", 197 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py",
211 "--build-dir", 198 "--build-dir",
212 "[SLAVE_BUILD]/src/out/Release", 199 "[SLAVE_BUILD]/src/out/Release",
213 "--output-json", 200 "--output-json",
214 "/path/to/tmp/json" 201 "/path/to/tmp/json"
215 ], 202 ],
216 "name": "find isolated tests", 203 "name": "find isolated tests",
217 "~followup_annotations": [ 204 "~followup_annotations": [
218 "@@@STEP_LOG_LINE@json.output@{@@@", 205 "@@@STEP_LOG_LINE@json.output@{@@@",
219 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 206 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
220 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@", 207 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm y_target_2]\"@@@",
221 "@@@STEP_LOG_LINE@json.output@}@@@", 208 "@@@STEP_LOG_LINE@json.output@}@@@",
222 "@@@STEP_LOG_END@json.output@@@", 209 "@@@STEP_LOG_END@json.output@@@",
223 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" 210 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@"
224 ] 211 ]
225 } 212 }
226 ] 213 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698