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

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

Issue 748153002: Use remove_build_metadata.py on all the trybots (take 3). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Update the test expectations Created 6 years 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_chromium_rel", 10 "linux_chromium_rel",
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 "base_unittests", 234 "base_unittests",
235 "base_unittests_run", 235 "base_unittests_run",
236 "browser_tests" 236 "browser_tests"
237 ], 237 ],
238 "name": "compile (with patch)" 238 "name": "compile (with patch)"
239 }, 239 },
240 { 240 {
241 "cmd": [ 241 "cmd": [
242 "python", 242 "python",
243 "-u", 243 "-u",
244 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py",
245 "--build-dir",
246 "[SLAVE_BUILD]/src/out/Release",
247 "--src-dir",
248 "[SLAVE_BUILD]/src"
249 ],
250 "cwd": "[SLAVE_BUILD]",
251 "name": "remove_build_metadata"
252 },
253 {
254 "cmd": [
255 "python",
256 "-u",
244 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n", 257 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n",
245 "/path/to/tmp/", 258 "/path/to/tmp/",
246 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" 259 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json"
247 ], 260 ],
248 "name": "find isolated targets" 261 "name": "find isolated targets"
249 }, 262 },
250 { 263 {
251 "cmd": [ 264 "cmd": [
252 "python", 265 "python",
253 "-u", 266 "-u",
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 481 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@",
469 "@@@STEP_FAILURE@@@" 482 "@@@STEP_FAILURE@@@"
470 ] 483 ]
471 }, 484 },
472 { 485 {
473 "name": "$final_result", 486 "name": "$final_result",
474 "reason": "Step('base_unittests') failed with return_code 1", 487 "reason": "Step('base_unittests') failed with return_code 1",
475 "status_code": 1 488 "status_code": 1
476 } 489 }
477 ] 490 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698