| 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 "CFI Linux", | 10 "CFI Linux", |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 }, | 90 }, |
| 91 { | 91 { |
| 92 "cmd": [ | 92 "cmd": [ |
| 93 "python", | 93 "python", |
| 94 "-u", | 94 "-u", |
| 95 "[DEPOT_TOOLS]/gclient.py", | 95 "[DEPOT_TOOLS]/gclient.py", |
| 96 "runhooks" | 96 "runhooks" |
| 97 ], | 97 ], |
| 98 "cwd": "[SLAVE_BUILD]", | 98 "cwd": "[SLAVE_BUILD]", |
| 99 "env": { | 99 "env": { |
| 100 "GYP_CHROMIUM_NO_ACTION": "1", |
| 100 "GYP_DEFINES": "cfi_vptr=1 clang=1 component=static_library target_arch=x6
4", | 101 "GYP_DEFINES": "cfi_vptr=1 clang=1 component=static_library target_arch=x6
4", |
| 101 "GYP_LINK_CONCURRENCY": "8" | 102 "GYP_LINK_CONCURRENCY": "8" |
| 102 }, | 103 }, |
| 103 "name": "gclient runhooks" | 104 "name": "gclient runhooks" |
| 104 }, | 105 }, |
| 105 { | 106 { |
| 106 "cmd": [ | 107 "cmd": [ |
| 107 "python", | 108 "python", |
| 108 "-u", | 109 "-u", |
| 109 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 110 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 { | 153 { |
| 153 "cmd": [ | 154 "cmd": [ |
| 154 "python", | 155 "python", |
| 155 "-u", | 156 "-u", |
| 156 "[BUILD]/scripts/slave/cleanup_temp.py" | 157 "[BUILD]/scripts/slave/cleanup_temp.py" |
| 157 ], | 158 ], |
| 158 "cwd": "[SLAVE_BUILD]", | 159 "cwd": "[SLAVE_BUILD]", |
| 159 "name": "cleanup_temp" | 160 "name": "cleanup_temp" |
| 160 }, | 161 }, |
| 161 { | 162 { |
| 163 "cmd": [ |
| 164 "python", |
| 165 "-u", |
| 166 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 167 "gen", |
| 168 "-m", |
| 169 "chromium.fyi", |
| 170 "-b", |
| 171 "CFI Linux", |
| 172 "--config-file", |
| 173 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 174 "--goma-dir", |
| 175 "[BUILD]/goma", |
| 176 "//out/Release" |
| 177 ], |
| 178 "cwd": "[SLAVE_BUILD]", |
| 179 "name": "generate_build_files" |
| 180 }, |
| 181 { |
| 162 "allow_subannotations": true, | 182 "allow_subannotations": true, |
| 163 "cmd": [ | 183 "cmd": [ |
| 164 "python", | 184 "python", |
| 165 "-u", | 185 "-u", |
| 166 "[BUILD]/scripts/slave/clang_revision.py", | 186 "[BUILD]/scripts/slave/clang_revision.py", |
| 167 "--src-dir", | 187 "--src-dir", |
| 168 "[SLAVE_BUILD]/src", | 188 "[SLAVE_BUILD]/src", |
| 169 "--output-json", | 189 "--output-json", |
| 170 "/path/to/tmp/json" | 190 "/path/to/tmp/json" |
| 171 ], | 191 ], |
| (...skipping 24 matching lines...) Expand all Loading... |
| 196 "chromium_builder_tests" | 216 "chromium_builder_tests" |
| 197 ], | 217 ], |
| 198 "cwd": "[SLAVE_BUILD]", | 218 "cwd": "[SLAVE_BUILD]", |
| 199 "name": "compile" | 219 "name": "compile" |
| 200 }, | 220 }, |
| 201 { | 221 { |
| 202 "name": "$result", | 222 "name": "$result", |
| 203 "recipe_result": null, | 223 "recipe_result": null, |
| 204 "status_code": 0 | 224 "status_code": 0 |
| 205 } | 225 } |
| 206 ] | 226 ] |
| OLD | NEW |