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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_because_of_analyze_with_filtered_compile_targets.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, 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_chromium_rel", 10 "linux_chromium_rel",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "base_unittests_run", 236 "base_unittests_run",
237 "browser_tests", 237 "browser_tests",
238 "chrome" 238 "chrome"
239 ], 239 ],
240 "name": "compile (with patch)" 240 "name": "compile (with patch)"
241 }, 241 },
242 { 242 {
243 "cmd": [ 243 "cmd": [
244 "python", 244 "python",
245 "-u", 245 "-u",
246 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py",
247 "--build-dir",
248 "[SLAVE_BUILD]/src/out/Release",
249 "--src-dir",
250 "[SLAVE_BUILD]/src"
251 ],
252 "cwd": "[SLAVE_BUILD]",
253 "name": "remove_build_metadata"
254 },
255 {
256 "cmd": [
257 "python",
258 "-u",
246 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n", 259 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n",
247 "/path/to/tmp/", 260 "/path/to/tmp/",
248 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" 261 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json"
249 ], 262 ],
250 "name": "find isolated targets" 263 "name": "find isolated targets"
251 }, 264 },
252 { 265 {
253 "cmd": [ 266 "cmd": [
254 "python", 267 "python",
255 "-u", 268 "-u",
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 483 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@",
471 "@@@STEP_FAILURE@@@" 484 "@@@STEP_FAILURE@@@"
472 ] 485 ]
473 }, 486 },
474 { 487 {
475 "name": "$final_result", 488 "name": "$final_result",
476 "reason": "Step('base_unittests') failed with return_code 1", 489 "reason": "Step('base_unittests') failed with return_code 1",
477 "status_code": 1 490 "status_code": 1
478 } 491 }
479 ] 492 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698