| 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.linux", | 9 "chromium.linux", |
| 10 "--builder", | 10 "--builder", |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 { | 75 { |
| 76 "cmd": [ | 76 "cmd": [ |
| 77 "python", | 77 "python", |
| 78 "-u", | 78 "-u", |
| 79 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 79 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 80 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", | 80 "[SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json", |
| 81 "/path/to/tmp/json" | 81 "/path/to/tmp/json" |
| 82 ], | 82 ], |
| 83 "name": "read test spec", | 83 "name": "read test spec", |
| 84 "~followup_annotations": [ | 84 "~followup_annotations": [ |
| 85 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.linux.json
@@@", |
| 85 "@@@STEP_LOG_LINE@json.output@{}@@@", | 86 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 86 "@@@STEP_LOG_END@json.output@@@" | 87 "@@@STEP_LOG_END@json.output@@@" |
| 87 ] | 88 ] |
| 88 }, | 89 }, |
| 89 { | 90 { |
| 90 "cmd": [ | 91 "cmd": [ |
| 91 "python", | 92 "python", |
| 92 "-u", | 93 "-u", |
| 93 "[BUILD]/scripts/slave/cleanup_temp.py" | 94 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 94 ], | 95 ], |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 "--builder-name=Linux Tests", | 182 "--builder-name=Linux Tests", |
| 182 "--slave-name=TestSlavename", | 183 "--slave-name=TestSlavename", |
| 183 "--build-number=571", | 184 "--build-number=571", |
| 184 "--run-python-script", | 185 "--run-python-script", |
| 185 "[SLAVE_BUILD]/src/tools/perf/run_tests", | 186 "[SLAVE_BUILD]/src/tools/perf/run_tests", |
| 186 "--browser=release" | 187 "--browser=release" |
| 187 ], | 188 ], |
| 188 "name": "telemetry_perf_unittests" | 189 "name": "telemetry_perf_unittests" |
| 189 } | 190 } |
| 190 ] | 191 ] |
| OLD | NEW |