| 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 "Fake_Master", | 8 "Fake_Master", |
| 9 "--builder", | 9 "--builder", |
| 10 "Fake Builder", | 10 "Fake Builder", |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 "cwd": "[SLAVE_BUILD]/v8", | 59 "cwd": "[SLAVE_BUILD]/v8", |
| 60 "name": "Example1", | 60 "name": "Example1", |
| 61 "~followup_annotations": [ | 61 "~followup_annotations": [ |
| 62 "@@@STEP_LINK@Results Dashboard@https://chrome-perf.googleplex.com/report?
rev=12345&masters=Fake_Master&tests=v8%2FExample1&bots=ia32@@@" | 62 "@@@STEP_LINK@Results Dashboard@https://chrome-perf.googleplex.com/report?
rev=12345&masters=Fake_Master&tests=v8%2FExample1&bots=ia32@@@" |
| 63 ] | 63 ] |
| 64 }, | 64 }, |
| 65 { | 65 { |
| 66 "cmd": [ | 66 "cmd": [ |
| 67 "python", | 67 "python", |
| 68 "-u", | 68 "-u", |
| 69 "[SLAVE_BUILD]/v8/tools/run-test.py", | 69 "[SLAVE_BUILD]/v8/tools/run-tests.py", |
| 70 "--download-data-only", | 70 "--download-data-only", |
| 71 "foo" | 71 "foo" |
| 72 ], | 72 ], |
| 73 "cwd": "[SLAVE_BUILD]/v8", | 73 "cwd": "[SLAVE_BUILD]/v8", |
| 74 "name": "Example2 - download-data" | 74 "name": "Example2 - download-data" |
| 75 }, | 75 }, |
| 76 { | 76 { |
| 77 "cmd": [ | 77 "cmd": [ |
| 78 "python", | 78 "python", |
| 79 "-u", | 79 "-u", |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 }, | 122 }, |
| 123 { | 123 { |
| 124 "cmd": [ | 124 "cmd": [ |
| 125 "echo", | 125 "echo", |
| 126 "the result" | 126 "the result" |
| 127 ], | 127 ], |
| 128 "cwd": "[SLAVE_BUILD]", | 128 "cwd": "[SLAVE_BUILD]", |
| 129 "name": "do something with the results" | 129 "name": "do something with the results" |
| 130 } | 130 } |
| 131 ] | 131 ] |
| OLD | NEW |