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

Side by Side Diff: recipes/recipes/recipe_autoroller.expected/previously_uploaded_match.json

Issue 2257123003: recipe_autoroller: always set cwd to workdir (Closed) Base URL: https://chromium.googlesource.com/infra/infra.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 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py", 6 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
7 "https://luci-config.appspot.com/_ah/api/config/v1/projects", 7 "https://luci-config.appspot.com/_ah/api/config/v1/projects",
8 "--outfile", 8 "--outfile",
9 "/path/to/tmp/", 9 "/path/to/tmp/",
10 "--attempts", 10 "--attempts",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "cmd": [ 236 "cmd": [
237 "python", 237 "python",
238 "-u", 238 "-u",
239 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 239 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
240 "--", 240 "--",
241 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 241 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
242 "----", 242 "----",
243 "cat", 243 "cat",
244 "gs://recipe-roller-cl-uploads/repo_metadata/aHR0cHM6Ly9yZXBvLnJlcG8vYnVpb GQ=" 244 "gs://recipe-roller-cl-uploads/repo_metadata/aHR0cHM6Ly9yZXBvLnJlcG8vYnVpb GQ="
245 ], 245 ],
246 "cwd": "[TMP_BASE]/roll_build_tmp_2",
246 "name": "build.gsutil repo_state", 247 "name": "build.gsutil repo_state",
247 "stderr": "/path/to/tmp/", 248 "stderr": "/path/to/tmp/",
248 "stdout": "/path/to/tmp/", 249 "stdout": "/path/to/tmp/",
249 "~followup_annotations": [ 250 "~followup_annotations": [
250 "@@@STEP_NEST_LEVEL@1@@@", 251 "@@@STEP_NEST_LEVEL@1@@@",
251 "@@@STEP_LOG_LINE@stderr@No URLs matched@@@", 252 "@@@STEP_LOG_LINE@stderr@No URLs matched@@@",
252 "@@@STEP_LOG_END@stderr@@@" 253 "@@@STEP_LOG_END@stderr@@@"
253 ] 254 ]
254 }, 255 },
255 { 256 {
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 "cmd": [ 589 "cmd": [
589 "python", 590 "python",
590 "-u", 591 "-u",
591 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 592 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
592 "--", 593 "--",
593 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 594 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
594 "----", 595 "----",
595 "cat", 596 "cat",
596 "gs://recipe-roller-cl-uploads/repo_metadata/aHR0cHM6Ly9yZXBvLnJlcG8vaW5mc mE=" 597 "gs://recipe-roller-cl-uploads/repo_metadata/aHR0cHM6Ly9yZXBvLnJlcG8vaW5mc mE="
597 ], 598 ],
599 "cwd": "[TMP_BASE]/roll_infra_tmp_3",
598 "name": "infra.gsutil repo_state", 600 "name": "infra.gsutil repo_state",
599 "stderr": "/path/to/tmp/", 601 "stderr": "/path/to/tmp/",
600 "stdout": "/path/to/tmp/", 602 "stdout": "/path/to/tmp/",
601 "~followup_annotations": [ 603 "~followup_annotations": [
602 "@@@STEP_NEST_LEVEL@1@@@", 604 "@@@STEP_NEST_LEVEL@1@@@",
603 "@@@STEP_LOG_LINE@stderr@No URLs matched@@@", 605 "@@@STEP_LOG_LINE@stderr@No URLs matched@@@",
604 "@@@STEP_LOG_END@stderr@@@" 606 "@@@STEP_LOG_END@stderr@@@"
605 ] 607 ]
606 }, 608 },
607 { 609 {
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 "[TMP_BASE]/recipes_tmp_1" 772 "[TMP_BASE]/recipes_tmp_1"
771 ], 773 ],
772 "name": "rmtree [TMP_BASE]/recipes_tmp_1" 774 "name": "rmtree [TMP_BASE]/recipes_tmp_1"
773 }, 775 },
774 { 776 {
775 "name": "$result", 777 "name": "$result",
776 "recipe_result": null, 778 "recipe_result": null,
777 "status_code": 0 779 "status_code": 0
778 } 780 }
779 ] 781 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698