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

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

Issue 680253003: Use remove_build_metadata.py on all the trybots (take 2). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase 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
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_chromium_rel", 10 "linux_chromium_rel",
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 "base_unittests_run", 248 "base_unittests_run",
249 "browser_tests", 249 "browser_tests",
250 "chrome" 250 "chrome"
251 ], 251 ],
252 "name": "compile (with patch)" 252 "name": "compile (with patch)"
253 }, 253 },
254 { 254 {
255 "cmd": [ 255 "cmd": [
256 "python", 256 "python",
257 "-u", 257 "-u",
258 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py",
259 "--build-dir",
260 "[SLAVE_BUILD]/src/out/Release",
261 "--src-dir",
262 "[SLAVE_BUILD]/src"
263 ],
264 "cwd": "[SLAVE_BUILD]",
265 "name": "remove_build_metadata"
266 },
267 {
268 "cmd": [
269 "python",
270 "-u",
258 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py", 271 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py",
259 "--build-dir", 272 "--build-dir",
260 "[SLAVE_BUILD]/src/out/Release", 273 "[SLAVE_BUILD]/src/out/Release",
261 "--output-json", 274 "--output-json",
262 "/path/to/tmp/json" 275 "/path/to/tmp/json"
263 ], 276 ],
264 "name": "find isolated tests", 277 "name": "find isolated tests",
265 "~followup_annotations": [ 278 "~followup_annotations": [
266 "@@@STEP_LOG_LINE@json.output@{@@@", 279 "@@@STEP_LOG_LINE@json.output@{@@@",
267 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@", 280 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm y_target_1]\", @@@",
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 476 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@",
464 "@@@STEP_FAILURE@@@" 477 "@@@STEP_FAILURE@@@"
465 ] 478 ]
466 }, 479 },
467 { 480 {
468 "name": "$final_result", 481 "name": "$final_result",
469 "reason": "Step('base_unittests') failed with return_code 1", 482 "reason": "Step('base_unittests') failed with return_code 1",
470 "status_code": 1 483 "status_code": 1
471 } 484 }
472 ] 485 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698