| 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.git", | 9 "chromium.git", |
| 10 "--builder", | 10 "--builder", |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 { | 61 { |
| 62 "cmd": [ | 62 "cmd": [ |
| 63 "python", | 63 "python", |
| 64 "-u", | 64 "-u", |
| 65 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 65 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 66 "[SLAVE_BUILD]/src/testing/buildbot/chromium.git.json", | 66 "[SLAVE_BUILD]/src/testing/buildbot/chromium.git.json", |
| 67 "/path/to/tmp/json" | 67 "/path/to/tmp/json" |
| 68 ], | 68 ], |
| 69 "name": "read test spec", | 69 "name": "read test spec", |
| 70 "~followup_annotations": [ | 70 "~followup_annotations": [ |
| 71 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.git.json@@
@", |
| 71 "@@@STEP_LOG_LINE@json.output@{}@@@", | 72 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 72 "@@@STEP_LOG_END@json.output@@@" | 73 "@@@STEP_LOG_END@json.output@@@" |
| 73 ] | 74 ] |
| 74 }, | 75 }, |
| 75 { | 76 { |
| 76 "cmd": [ | 77 "cmd": [ |
| 77 "python", | 78 "python", |
| 78 "-u", | 79 "-u", |
| 79 "[BUILD]/scripts/slave/cleanup_temp.py" | 80 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 80 ], | 81 ], |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 "--json", | 115 "--json", |
| 115 "/path/to/tmp/json" | 116 "/path/to/tmp/json" |
| 116 ], | 117 ], |
| 117 "name": "checkdeps", | 118 "name": "checkdeps", |
| 118 "~followup_annotations": [ | 119 "~followup_annotations": [ |
| 119 "@@@STEP_LOG_LINE@json.output@[]@@@", | 120 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 120 "@@@STEP_LOG_END@json.output@@@" | 121 "@@@STEP_LOG_END@json.output@@@" |
| 121 ] | 122 ] |
| 122 } | 123 } |
| 123 ] | 124 ] |
| OLD | NEW |