| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "abort_on_failure": true, | 3 "abort_on_failure": true, |
| 4 "cmd": [ | 4 "cmd": [ |
| 5 "python", | 5 "python", |
| 6 "-u", | 6 "-u", |
| 7 "[BUILD]/scripts/slave/bot_update.py", | 7 "[BUILD]/scripts/slave/bot_update.py", |
| 8 "--master", | 8 "--master", |
| 9 "chromium.chrome", | 9 "chromium.chrome", |
| 10 "--builder", | 10 "--builder", |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 { | 106 { |
| 107 "cmd": [ | 107 "cmd": [ |
| 108 "python", | 108 "python", |
| 109 "-u", | 109 "-u", |
| 110 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 110 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 111 "[SLAVE_BUILD]/src/testing/buildbot/chromium.chrome.json", | 111 "[SLAVE_BUILD]/src/testing/buildbot/chromium.chrome.json", |
| 112 "/path/to/tmp/json" | 112 "/path/to/tmp/json" |
| 113 ], | 113 ], |
| 114 "name": "read test spec", | 114 "name": "read test spec", |
| 115 "~followup_annotations": [ | 115 "~followup_annotations": [ |
| 116 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.chrome.jso
n@@@", |
| 116 "@@@STEP_LOG_LINE@json.output@{}@@@", | 117 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 117 "@@@STEP_LOG_END@json.output@@@" | 118 "@@@STEP_LOG_END@json.output@@@" |
| 118 ] | 119 ] |
| 119 }, | 120 }, |
| 120 { | 121 { |
| 121 "cmd": [ | 122 "cmd": [ |
| 122 "python", | 123 "python", |
| 123 "-u", | 124 "-u", |
| 124 "[BUILD]/scripts/slave/cleanup_temp.py" | 125 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 125 ], | 126 ], |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 "--json", | 161 "--json", |
| 161 "/path/to/tmp/json" | 162 "/path/to/tmp/json" |
| 162 ], | 163 ], |
| 163 "name": "checkdeps", | 164 "name": "checkdeps", |
| 164 "~followup_annotations": [ | 165 "~followup_annotations": [ |
| 165 "@@@STEP_LOG_LINE@json.output@[]@@@", | 166 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 166 "@@@STEP_LOG_END@json.output@@@" | 167 "@@@STEP_LOG_END@json.output@@@" |
| 167 ] | 168 ] |
| 168 } | 169 } |
| 169 ] | 170 ] |
| OLD | NEW |