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

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

Issue 708993002: Revert "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: 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
« 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 "base_unittests_run", 226 "base_unittests_run",
227 "browser_tests", 227 "browser_tests",
228 "browser_tests_run" 228 "browser_tests_run"
229 ], 229 ],
230 "name": "compile (with patch)" 230 "name": "compile (with patch)"
231 }, 231 },
232 { 232 {
233 "cmd": [ 233 "cmd": [
234 "python", 234 "python",
235 "-u", 235 "-u",
236 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py",
237 "--build-dir",
238 "[SLAVE_BUILD]/src/out/Release",
239 "--src-dir",
240 "[SLAVE_BUILD]/src"
241 ],
242 "cwd": "[SLAVE_BUILD]",
243 "name": "remove_build_metadata"
244 },
245 {
246 "cmd": [
247 "python",
248 "-u",
249 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n", 236 "\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n",
250 "/path/to/tmp/", 237 "/path/to/tmp/",
251 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json" 238 "[SLAVE_BUILD]/src/out/Release/*.isolated.gen.json"
252 ], 239 ],
253 "name": "find isolated targets" 240 "name": "find isolated targets"
254 }, 241 },
255 { 242 {
256 "cmd": [ 243 "cmd": [
257 "python", 244 "python",
258 "-u", 245 "-u",
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 538 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@",
552 "@@@STEP_FAILURE@@@" 539 "@@@STEP_FAILURE@@@"
553 ] 540 ]
554 }, 541 },
555 { 542 {
556 "name": "$final_result", 543 "name": "$final_result",
557 "reason": "Step('browser_tests') failed with return_code 1", 544 "reason": "Step('browser_tests') failed with return_code 1",
558 "status_code": 1 545 "status_code": 1
559 } 546 }
560 ] 547 ]
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