| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux ARM Cross-Compile", | 10 "Linux ARM Cross-Compile", |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 }, | 72 }, |
| 73 { | 73 { |
| 74 "cmd": [ | 74 "cmd": [ |
| 75 "python", | 75 "python", |
| 76 "-u", | 76 "-u", |
| 77 "[DEPOT_TOOLS]/gclient.py", | 77 "[DEPOT_TOOLS]/gclient.py", |
| 78 "runhooks" | 78 "runhooks" |
| 79 ], | 79 ], |
| 80 "env": { | 80 "env": { |
| 81 "GYP_CROSSCOMPILE": "1", | 81 "GYP_CROSSCOMPILE": "1", |
| 82 "GYP_DEFINES": "arm_float_abi=hard component=static_library target_arch=ar
m test_isolation_mode=archive test_isolation_outdir=https://isolateserver.appspo
t.com" | 82 "GYP_DEFINES": "arm_float_abi=hard component=static_library target_arch=ar
m test_isolation_mode=prepare" |
| 83 }, | 83 }, |
| 84 "name": "gclient runhooks" | 84 "name": "gclient runhooks" |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 "cmd": [ | 87 "cmd": [ |
| 88 "python", | 88 "python", |
| 89 "-u", | 89 "-u", |
| 90 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 90 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 91 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", | 91 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", |
| 92 "/path/to/tmp/json" | 92 "/path/to/tmp/json" |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 "--json", | 169 "--json", |
| 170 "/path/to/tmp/json" | 170 "/path/to/tmp/json" |
| 171 ], | 171 ], |
| 172 "name": "checkdeps", | 172 "name": "checkdeps", |
| 173 "~followup_annotations": [ | 173 "~followup_annotations": [ |
| 174 "@@@STEP_LOG_LINE@json.output@[]@@@", | 174 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 175 "@@@STEP_LOG_END@json.output@@@" | 175 "@@@STEP_LOG_END@json.output@@@" |
| 176 ] | 176 ] |
| 177 } | 177 } |
| 178 ] | 178 ] |
| OLD | NEW |