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

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

Issue 680253003: 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: rebase 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 "browser_tests", 227 "browser_tests",
228 "browser_tests_run", 228 "browser_tests_run",
229 "chrome" 229 "chrome"
230 ], 230 ],
231 "name": "compile (with patch)" 231 "name": "compile (with patch)"
232 }, 232 },
233 { 233 {
234 "cmd": [ 234 "cmd": [
235 "python", 235 "python",
236 "-u", 236 "-u",
237 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/remove_build_metad ata.py",
238 "--build-dir",
239 "[SLAVE_BUILD]/src/out/Release",
240 "--src-dir",
241 "[SLAVE_BUILD]/src"
242 ],
243 "cwd": "[SLAVE_BUILD]",
244 "name": "remove_build_metadata"
245 },
246 {
247 "cmd": [
248 "python",
249 "-u",
237 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py", 250 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/find_isolated_test s.py",
238 "--build-dir", 251 "--build-dir",
239 "[SLAVE_BUILD]/src/out/Release", 252 "[SLAVE_BUILD]/src/out/Release",
240 "--output-json", 253 "--output-json",
241 "/path/to/tmp/json" 254 "/path/to/tmp/json"
242 ], 255 ],
243 "name": "find isolated tests", 256 "name": "find isolated tests",
244 "~followup_annotations": [ 257 "~followup_annotations": [
245 "@@@STEP_LOG_LINE@json.output@{@@@", 258 "@@@STEP_LOG_LINE@json.output@{@@@",
246 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\": \"[dummy hash for base _unittests]\"@@@", 259 "@@@STEP_LOG_LINE@json.output@ \"base_unittests\": \"[dummy hash for base _unittests]\"@@@",
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@", 533 "@@@STEP_TEXT@TEST RESULTS WERE INVALID@@@",
521 "@@@STEP_FAILURE@@@" 534 "@@@STEP_FAILURE@@@"
522 ] 535 ]
523 }, 536 },
524 { 537 {
525 "name": "$final_result", 538 "name": "$final_result",
526 "reason": "Step('browser_tests') failed with return_code 1", 539 "reason": "Step('browser_tests') failed with return_code 1",
527 "status_code": 1 540 "status_code": 1
528 } 541 }
529 ] 542 ]
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