OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
9 "--builder", | 9 "--builder", |
10 "linux_perf_bisect", | 10 "linux_perf_bisect", |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 "env": { | 168 "env": { |
169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
170 "GYP_CHROMIUM_NO_ACTION": "1", | 170 "GYP_CHROMIUM_NO_ACTION": "1", |
171 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", | 171 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", |
172 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 172 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
173 }, | 173 }, |
174 "name": "gclient runhooks" | 174 "name": "gclient runhooks" |
175 }, | 175 }, |
176 { | 176 { |
177 "cmd": [ | 177 "cmd": [ |
| 178 "python", |
| 179 "-u", |
| 180 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 181 "--output", |
| 182 "/path/to/tmp/json", |
| 183 "--", |
| 184 "--build-config-fs", |
| 185 "Release", |
| 186 "--paths", |
| 187 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", |
| 188 "--properties", |
| 189 "{\"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"masterna
me\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_pl
atform\": \"linux\"}" |
| 190 ], |
| 191 "name": "get compile targets for scripts", |
| 192 "~followup_annotations": [ |
| 193 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 194 "@@@STEP_LOG_END@json.output@@@" |
| 195 ] |
| 196 }, |
| 197 { |
| 198 "cmd": [ |
| 199 "python", |
| 200 "-u", |
| 201 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 202 "[SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium.perf.json", |
| 203 "/path/to/tmp/json" |
| 204 ], |
| 205 "name": "read test spec (tryserver.chromium.perf.json)", |
| 206 "~followup_annotations": [ |
| 207 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium.
perf.json@@@", |
| 208 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 209 "@@@STEP_LOG_END@json.output@@@" |
| 210 ] |
| 211 }, |
| 212 { |
| 213 "cmd": [ |
178 "git", | 214 "git", |
179 "update-ref", | 215 "update-ref", |
180 "refs/heads/master", | 216 "refs/heads/master", |
181 "refs/remotes/origin/master" | 217 "refs/remotes/origin/master" |
182 ], | 218 ], |
183 "cwd": "[SLAVE_BUILD]/src", | 219 "cwd": "[SLAVE_BUILD]/src", |
184 "name": "git update-ref" | 220 "name": "git update-ref" |
185 }, | 221 }, |
186 { | 222 { |
187 "cmd": [ | 223 "cmd": [ |
(...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1084 "@@@STEP_LOG_LINE@json.output@}@@@", | 1120 "@@@STEP_LOG_LINE@json.output@}@@@", |
1085 "@@@STEP_LOG_END@json.output@@@" | 1121 "@@@STEP_LOG_END@json.output@@@" |
1086 ] | 1122 ] |
1087 }, | 1123 }, |
1088 { | 1124 { |
1089 "name": "$result", | 1125 "name": "$result", |
1090 "recipe_result": null, | 1126 "recipe_result": null, |
1091 "status_code": 0 | 1127 "status_code": 0 |
1092 } | 1128 } |
1093 ] | 1129 ] |
OLD | NEW |