Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(692)

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/basic.json

Issue 2227783002: auto_bisect: fix path for checking DEPS (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/linux_perf_bisect", 7 "[BUILDER_CACHE]/linux_perf_bisect",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "env": { 197 "env": {
198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 198 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
199 "GYP_CHROMIUM_NO_ACTION": "1", 199 "GYP_CHROMIUM_NO_ACTION": "1",
200 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", 200 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1",
201 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 201 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
202 }, 202 },
203 "name": "gclient runhooks (with patch)" 203 "name": "gclient runhooks (with patch)"
204 }, 204 },
205 { 205 {
206 "cmd": [ 206 "cmd": [
207 "python",
208 "-u",
209 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
210 "[BUILDER_CACHE]/linux_perf_bisect",
211 "511"
212 ],
213 "name": "makedirs checkout path (2)",
214 "~followup_annotations": [
215 "@@@STEP_LOG_LINE@python.inline@@@@",
216 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
217 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
218 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
219 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
220 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
221 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
222 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
223 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
224 "@@@STEP_LOG_END@python.inline@@@"
225 ]
226 },
227 {
228 "cmd": [
207 "git", 229 "git",
208 "diff", 230 "diff",
209 "--cached", 231 "--cached",
210 "--name-only" 232 "--name-only"
211 ], 233 ],
212 "cwd": "[BUILDER_CACHE]/linux_perf_bisect/src", 234 "cwd": "[BUILDER_CACHE]/linux_perf_bisect/src",
213 "name": "git diff to analyze patch", 235 "name": "git diff to analyze patch",
214 "stdout": "/path/to/tmp/", 236 "stdout": "/path/to/tmp/",
215 "~followup_annotations": [ 237 "~followup_annotations": [
216 "@@@STEP_LOG_LINE@files@tools/auto_bisect/bisect.cfg@@@", 238 "@@@STEP_LOG_LINE@files@tools/auto_bisect/bisect.cfg@@@",
217 "@@@STEP_LOG_END@files@@@" 239 "@@@STEP_LOG_END@files@@@"
218 ] 240 ]
219 }, 241 },
220 { 242 {
221 "cmd": [], 243 "cmd": [],
244 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
222 "name": "***LEGACY BISECT (deprecated)***" 245 "name": "***LEGACY BISECT (deprecated)***"
223 }, 246 },
224 { 247 {
225 "cmd": [ 248 "cmd": [
226 "python", 249 "python",
227 "-u", 250 "-u",
228 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/prepare-bisect-perf-regressio n.py", 251 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/prepare-bisect-perf-regressio n.py",
229 "-w", 252 "-w",
230 "[CACHE]/bisect" 253 "[CACHE]/bisect"
231 ], 254 ],
255 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
232 "name": "Preparing for Bisection" 256 "name": "Preparing for Bisection"
233 }, 257 },
234 { 258 {
235 "cmd": [], 259 "cmd": [],
260 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
236 "name": "ensure_goma (2)" 261 "name": "ensure_goma (2)"
237 }, 262 },
238 { 263 {
239 "cmd": [ 264 "cmd": [
240 "python", 265 "python",
241 "-u", 266 "-u",
242 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 267 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
243 "--platform", 268 "--platform",
244 "linux-amd64", 269 "linux-amd64",
245 "--dest-directory", 270 "--dest-directory",
246 "[SLAVE_BUILD]/cipd", 271 "[SLAVE_BUILD]/cipd",
247 "--json-output", 272 "--json-output",
248 "/path/to/tmp/json" 273 "/path/to/tmp/json"
249 ], 274 ],
275 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
250 "name": "ensure_goma.install cipd (2)", 276 "name": "ensure_goma.install cipd (2)",
251 "~followup_annotations": [ 277 "~followup_annotations": [
252 "@@@STEP_NEST_LEVEL@1@@@", 278 "@@@STEP_NEST_LEVEL@1@@@",
253 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @", 279 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
254 "@@@STEP_LOG_LINE@json.output@{@@@", 280 "@@@STEP_LOG_LINE@json.output@{@@@",
255 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@", 281 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
256 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@", 282 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
257 "@@@STEP_LOG_LINE@json.output@}@@@", 283 "@@@STEP_LOG_LINE@json.output@}@@@",
258 "@@@STEP_LOG_END@json.output@@@" 284 "@@@STEP_LOG_END@json.output@@@"
259 ] 285 ]
260 }, 286 },
261 { 287 {
262 "cmd": [ 288 "cmd": [
263 "[SLAVE_BUILD]/cipd/cipd", 289 "[SLAVE_BUILD]/cipd/cipd",
264 "ensure", 290 "ensure",
265 "--root", 291 "--root",
266 "[CACHE]/cipd/goma", 292 "[CACHE]/cipd/goma",
267 "--list", 293 "--list",
268 "infra_internal/goma/client/linux-amd64 release", 294 "infra_internal/goma/client/linux-amd64 release",
269 "--json-output", 295 "--json-output",
270 "/path/to/tmp/json", 296 "/path/to/tmp/json",
271 "--service-account-json", 297 "--service-account-json",
272 "/creds/service_accounts/service-account-goma-client.json" 298 "/creds/service_accounts/service-account-goma-client.json"
273 ], 299 ],
300 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
274 "name": "ensure_goma.ensure_installed (2)", 301 "name": "ensure_goma.ensure_installed (2)",
275 "~followup_annotations": [ 302 "~followup_annotations": [
276 "@@@STEP_NEST_LEVEL@1@@@", 303 "@@@STEP_NEST_LEVEL@1@@@",
277 "@@@STEP_LOG_LINE@json.output@{@@@", 304 "@@@STEP_LOG_LINE@json.output@{@@@",
278 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", 305 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
279 "@@@STEP_LOG_LINE@json.output@ {@@@", 306 "@@@STEP_LOG_LINE@json.output@ {@@@",
280 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@", 307 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
281 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@", 308 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
282 "@@@STEP_LOG_LINE@json.output@ }@@@", 309 "@@@STEP_LOG_LINE@json.output@ }@@@",
283 "@@@STEP_LOG_LINE@json.output@ ]@@@", 310 "@@@STEP_LOG_LINE@json.output@ ]@@@",
(...skipping 20 matching lines...) Expand all
304 "--build-number=571", 331 "--build-number=571",
305 "--run-python-script", 332 "--run-python-script",
306 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/run-bisect-perf-regression.py ", 333 "[BUILDER_CACHE]/linux_perf_bisect/src/tools/run-bisect-perf-regression.py ",
307 "-w", 334 "-w",
308 "[CACHE]/bisect", 335 "[CACHE]/bisect",
309 "--path_to_goma", 336 "--path_to_goma",
310 "[CACHE]/cipd/goma", 337 "[CACHE]/cipd/goma",
311 "--build-properties", 338 "--build-properties",
312 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\ ": \"chromium\", \"patchset\": 1, \"path_config\": \"kitchen\", \"project\": \"c hrome\", \"recipe\": \"bisection/desktop_bisect\", \"repository\": \"\", \"reque ster\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"htt ps://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}" 339 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \" issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\ ": \"chromium\", \"patchset\": 1, \"path_config\": \"kitchen\", \"project\": \"c hrome\", \"recipe\": \"bisection/desktop_bisect\", \"repository\": \"\", \"reque ster\": \"commit-bot@chromium.org\", \"revision\": \"HEAD\", \"rietveld\": \"htt ps://codereview.chromium.org\", \"slavename\": \"TestSlavename\", \"workdir\": \ "/path/to/workdir/TestSlavename\"}"
313 ], 340 ],
341 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
314 "name": "Running Bisection" 342 "name": "Running Bisection"
315 }, 343 },
316 { 344 {
317 "name": "$result", 345 "name": "$result",
318 "recipe_result": null, 346 "recipe_result": null,
319 "status_code": 0 347 "status_code": 0
320 } 348 }
321 ] 349 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698