| OLD | NEW |
| 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 "infra_tester", | 10 "infra_tester", |
| 11 "--slave", | 11 "--slave", |
| 12 "TestSlavename", | 12 "TestSlavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', '
managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra
/infra.git'}]", | 14 "cache_dir = '[ROOT]/git_cache'\nsolutions = [{'deps_file': '.DEPS.git', '
managed': True, 'name': 'infra', 'url': 'https://chromium.googlesource.com/infra
/infra.git'}]", |
| 15 "--root", | 15 "--root", |
| 16 "infra", | 16 "infra", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"infra\": \"got_revision\"}", | 18 "{\"infra\": \"got_revision\"}", |
| 19 "--issue", | 19 "--issue", |
| 20 "12853011", | 20 "12853011", |
| 21 "--patchset", | 21 "--patchset", |
| 22 "1", | 22 "1", |
| 23 "--rietveld_server", |
| 24 "https://codereview.chromium.org", |
| 23 "--output_json", | 25 "--output_json", |
| 24 "/path/to/tmp/json", | 26 "/path/to/tmp/json", |
| 25 "--revision", | 27 "--revision", |
| 26 "infra@HEAD", | 28 "infra@HEAD", |
| 27 "--force" | 29 "--force" |
| 28 ], | 30 ], |
| 29 "name": "bot_update", | 31 "name": "bot_update", |
| 30 "~followup_annotations": [ | 32 "~followup_annotations": [ |
| 31 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
| 32 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 "https://codereview.chromium.org", | 117 "https://codereview.chromium.org", |
| 116 "--rietveld_email", | 118 "--rietveld_email", |
| 117 "", | 119 "", |
| 118 "--rietveld_fetch", | 120 "--rietveld_fetch", |
| 119 "--upstream", | 121 "--upstream", |
| 120 "197293" | 122 "197293" |
| 121 ], | 123 ], |
| 122 "name": "presubmit" | 124 "name": "presubmit" |
| 123 } | 125 } |
| 124 ] | 126 ] |
| OLD | NEW |