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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_rel.json

Issue 615373002: bot_update: Add --rietveld_server flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebased Created 6 years, 2 months 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.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "android_rel", 10 "android_rel",
11 "--slave", 11 "--slave",
12 "slavename", 12 "slavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps _file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.ch romium.org/webrtc/trunk'}, {'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DE PS', 'managed': True, 'name': 'webrtc-limited', 'url': 'svn://svn-mirror.golo.ch romium.org/chrome-internal/trunk/webrtc-limited'}]\ntarget_os = ['android']", 14 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps _file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.ch romium.org/webrtc/trunk'}, {'custom_vars': {'root_dir': 'src'}, 'deps_file': 'DE PS', 'managed': True, 'name': 'webrtc-limited', 'url': 'svn://svn-mirror.golo.ch romium.org/chrome-internal/trunk/webrtc-limited'}]\ntarget_os = ['android']",
15 "--revision_mapping_file", 15 "--revision_mapping_file",
16 "{\"src\": \"got_revision\"}", 16 "{\"src\": \"got_revision\"}",
17 "--issue", 17 "--issue",
18 "666666", 18 "666666",
19 "--patchset", 19 "--patchset",
20 "1", 20 "1",
21 "--rietveld_server",
22 "https://fake.rietveld.url",
21 "--output_json", 23 "--output_json",
22 "/path/to/tmp/json", 24 "/path/to/tmp/json",
23 "--revision", 25 "--revision",
24 "src@12345" 26 "src@12345"
25 ], 27 ],
26 "name": "bot_update", 28 "name": "bot_update",
27 "~followup_annotations": [ 29 "~followup_annotations": [
28 "@@@STEP_LOG_LINE@json.output@{@@@", 30 "@@@STEP_LOG_LINE@json.output@{@@@",
29 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@", 31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": false, @@@",
30 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@", 32 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false@@@",
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 458 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
457 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 459 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
458 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 460 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
459 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 461 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
460 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 462 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
461 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 463 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
462 "@@@STEP_LOG_END@python.inline@@@" 464 "@@@STEP_LOG_END@python.inline@@@"
463 ] 465 ]
464 } 466 }
465 ] 467 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698