| 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.chromiumos", | 9 "chromium.chromiumos", |
| 10 "--builder", | 10 "--builder", |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 { | 103 { |
| 104 "cmd": [ | 104 "cmd": [ |
| 105 "python", | 105 "python", |
| 106 "-u", | 106 "-u", |
| 107 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 107 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 108 "[SLAVE_BUILD]/src/testing/buildbot/chromium.chromiumos.json", | 108 "[SLAVE_BUILD]/src/testing/buildbot/chromium.chromiumos.json", |
| 109 "/path/to/tmp/json" | 109 "/path/to/tmp/json" |
| 110 ], | 110 ], |
| 111 "name": "read test spec", | 111 "name": "read test spec", |
| 112 "~followup_annotations": [ | 112 "~followup_annotations": [ |
| 113 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.chromiumos
.json@@@", |
| 113 "@@@STEP_LOG_LINE@json.output@{}@@@", | 114 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 114 "@@@STEP_LOG_END@json.output@@@" | 115 "@@@STEP_LOG_END@json.output@@@" |
| 115 ] | 116 ] |
| 116 }, | 117 }, |
| 117 { | 118 { |
| 118 "cmd": [ | 119 "cmd": [ |
| 119 "python", | 120 "python", |
| 120 "-u", | 121 "-u", |
| 121 "[BUILD]/scripts/slave/cleanup_temp.py" | 122 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 122 ], | 123 ], |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 "cmd": [ | 243 "cmd": [ |
| 243 "python", | 244 "python", |
| 244 "-u", | 245 "-u", |
| 245 "[SLAVE_BUILD]/src/tools/checkperms/checkperms.py", | 246 "[SLAVE_BUILD]/src/tools/checkperms/checkperms.py", |
| 246 "--root", | 247 "--root", |
| 247 "[SLAVE_BUILD]/src" | 248 "[SLAVE_BUILD]/src" |
| 248 ], | 249 ], |
| 249 "name": "checkperms" | 250 "name": "checkperms" |
| 250 } | 251 } |
| 251 ] | 252 ] |
| OLD | NEW |