| 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 "chromium.swarm", | 8 "chromium.swarm", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux deterministic build", | 10 "Linux deterministic build", |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 ] | 167 ] |
| 168 }, | 168 }, |
| 169 { | 169 { |
| 170 "cmd": [ | 170 "cmd": [ |
| 171 "python", | 171 "python", |
| 172 "-u", | 172 "-u", |
| 173 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/compare_build_arti
facts.py", | 173 "[BUILD]/scripts/slave/recipe_modules/isolate/resources/compare_build_arti
facts.py", |
| 174 "--first-build-dir", | 174 "--first-build-dir", |
| 175 "[SLAVE_BUILD]/src/out/Release.1", | 175 "[SLAVE_BUILD]/src/out/Release.1", |
| 176 "--second-build-dir", | 176 "--second-build-dir", |
| 177 "[SLAVE_BUILD]/src/out/Release.2" | 177 "[SLAVE_BUILD]/src/out/Release.2", |
| 178 "--target-platform", |
| 179 "linux" |
| 178 ], | 180 ], |
| 179 "cwd": "[SLAVE_BUILD]", | 181 "cwd": "[SLAVE_BUILD]", |
| 180 "name": "compare_build_artifacts" | 182 "name": "compare_build_artifacts" |
| 181 } | 183 } |
| 182 ] | 184 ] |
| OLD | NEW |