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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.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
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.expected/swarming_deapply_patch.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 "base_unittests_run", 214 "base_unittests_run",
215 "browser_tests", 215 "browser_tests",
216 "browser_tests_run" 216 "browser_tests_run"
217 ], 217 ],
218 "name": "compile (with patch)" 218 "name": "compile (with patch)"
219 }, 219 },
220 { 220 {
221 "cmd": [ 221 "cmd": [
222 "python", 222 "python",
223 "-u", 223 "-u",
224 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py",
225 "--build-dir",
226 "[SLAVE_BUILD]/src/out/Release",
227 "--src-dir",
228 "[SLAVE_BUILD]/src"
229 ],
230 "cwd": "[SLAVE_BUILD]",
231 "name": "remove_build_metadata"
232 },
233 {
234 "cmd": [
235 "python",
236 "-u",
224 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n", 237 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n",
225 "/path/to/tmp/", 238 "/path/to/tmp/",
226 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" 239 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json"
227 ], 240 ],
228 "name": "find isolated targets" 241 "name": "find isolated targets"
229 }, 242 },
230 { 243 {
231 "cmd": [ 244 "cmd": [
232 "python", 245 "python",
233 "-u", 246 "-u",
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 540 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@",
528 "@@@STEP_FAILURE@@@" 541 "@@@STEP_FAILURE@@@"
529 ] 542 ]
530 }, 543 },
531 { 544 {
532 "name": "$final_result", 545 "name": "$final_result",
533 "reason": "Step('browser_tests') failed with return_code 1", 546 "reason": "Step('browser_tests') failed with return_code 1",
534 "status_code": 1 547 "status_code": 1
535 } 548 }
536 ] 549 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium_trybot.expected/swarming_deapply_patch.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698