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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_basic_try_job.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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "base_unittests_run", 218 "base_unittests_run",
219 "browser_tests", 219 "browser_tests",
220 "browser_tests_run" 220 "browser_tests_run"
221 ], 221 ],
222 "name": "compile (with patch)" 222 "name": "compile (with patch)"
223 }, 223 },
224 { 224 {
225 "cmd": [ 225 "cmd": [
226 "python", 226 "python",
227 "-u", 227 "-u",
228 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py",
229 "--build-dir",
230 "[SLAVE_BUILD]/src/out/Release",
231 "--src-dir",
232 "[SLAVE_BUILD]/src"
233 ],
234 "cwd": "[SLAVE_BUILD]",
235 "name": "remove_build_metadata"
236 },
237 {
238 "cmd": [
239 "python",
240 "-u",
228 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n", 241 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n",
229 "/path/to/tmp/", 242 "/path/to/tmp/",
230 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" 243 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json"
231 ], 244 ],
232 "name": "find isolated targets" 245 "name": "find isolated targets"
233 }, 246 },
234 { 247 {
235 "cmd": [ 248 "cmd": [
236 "python", 249 "python",
237 "-u", 250 "-u",
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 "https://chromium-swarm.appspot.com", 620 "https://chromium-swarm.appspot.com",
608 "--decorate", 621 "--decorate",
609 "--print-status-updates", 622 "--print-status-updates",
610 "--shards", 623 "--shards",
611 "5", 624 "5",
612 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571 " 625 "browser_tests (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel/571 "
613 ], 626 ],
614 "name": "browser_tests (with patch)" 627 "name": "browser_tests (with patch)"
615 } 628 }
616 ] 629 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698