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

Side by Side Diff: scripts/slave/recipes/crashpad/continuous.expected/crashpad_win_x64_rel_clobber.json

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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[depot_tools]/gclient.py", 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'crashpad', 'url': 'https://chromium.googlesour ce.com/crashpad/crashpad.git'}]" 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'crashpad', 'url': 'https://chromium.googlesource.com/crashpad/cra shpad.git'}]"
10 ], 10 ],
11 "cwd": "[SLAVE_BUILD]",
11 "env": { 12 "env": {
12 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 13 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
13 }, 14 },
14 "name": "gclient setup" 15 "name": "gclient setup"
15 }, 16 },
16 { 17 {
17 "cmd": [ 18 "cmd": [
18 "python", 19 "python",
19 "-u", 20 "-u",
20 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 21 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
21 "sync", 22 "sync",
22 "--nohooks", 23 "--nohooks",
23 "--force", 24 "--force",
24 "--verbose", 25 "--verbose",
25 "--delete_unversioned_trees", 26 "--delete_unversioned_trees",
26 "--output-json", 27 "--output-json",
27 "/path/to/tmp/json" 28 "/path/to/tmp/json"
28 ], 29 ],
30 "cwd": "[SLAVE_BUILD]",
29 "env": { 31 "env": {
30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
31 }, 33 },
32 "name": "gclient sync", 34 "name": "gclient sync",
33 "~followup_annotations": [ 35 "~followup_annotations": [
34 "@@@STEP_LOG_LINE@json.output@{@@@", 36 "@@@STEP_LOG_LINE@json.output@{@@@",
35 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
36 "@@@STEP_LOG_LINE@json.output@ \"crashpad/\": {@@@", 38 "@@@STEP_LOG_LINE@json.output@ \"crashpad/\": {@@@",
37 "@@@STEP_LOG_LINE@json.output@ \"revision\": 16463@@@", 39 "@@@STEP_LOG_LINE@json.output@ \"revision\": 16463@@@",
38 "@@@STEP_LOG_LINE@json.output@ }@@@", 40 "@@@STEP_LOG_LINE@json.output@ }@@@",
39 "@@@STEP_LOG_LINE@json.output@ }@@@", 41 "@@@STEP_LOG_LINE@json.output@ }@@@",
40 "@@@STEP_LOG_LINE@json.output@}@@@", 42 "@@@STEP_LOG_LINE@json.output@}@@@",
41 "@@@STEP_LOG_END@json.output@@@" 43 "@@@STEP_LOG_END@json.output@@@"
42 ] 44 ]
43 }, 45 },
44 { 46 {
45 "cmd": [ 47 "cmd": [
46 "python", 48 "python",
47 "-u", 49 "-u",
48 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 50 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
49 "[CWD]/crashpad/out" 51 "[SLAVE_BUILD]/crashpad/out"
50 ], 52 ],
53 "cwd": "[SLAVE_BUILD]",
51 "name": "rmtree out", 54 "name": "rmtree out",
52 "~followup_annotations": [ 55 "~followup_annotations": [
53 "@@@STEP_LOG_LINE@python.inline@@@@", 56 "@@@STEP_LOG_LINE@python.inline@@@@",
54 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 57 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
55 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 58 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
56 "@@@STEP_LOG_LINE@python.inline@@@@", 59 "@@@STEP_LOG_LINE@python.inline@@@@",
57 "@@@STEP_LOG_LINE@python.inline@@@@", 60 "@@@STEP_LOG_LINE@python.inline@@@@",
58 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 61 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
59 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 62 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
60 "@@@STEP_LOG_END@python.inline@@@" 63 "@@@STEP_LOG_END@python.inline@@@"
61 ] 64 ]
62 }, 65 },
63 { 66 {
64 "cmd": [ 67 "cmd": [
65 "python", 68 "python",
66 "-u", 69 "-u",
67 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 70 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
68 "runhooks" 71 "runhooks"
69 ], 72 ],
73 "cwd": "[SLAVE_BUILD]",
70 "env": { 74 "env": {
71 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 75 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
72 }, 76 },
73 "name": "gclient runhooks" 77 "name": "gclient runhooks"
74 }, 78 },
75 { 79 {
76 "cmd": [ 80 "cmd": [
77 "ninja", 81 "ninja",
78 "-C", 82 "-C",
79 "[CWD]/crashpad/out/Release" 83 "[SLAVE_BUILD]/crashpad/out/Release"
80 ], 84 ],
85 "cwd": "[SLAVE_BUILD]",
81 "name": "compile with ninja" 86 "name": "compile with ninja"
82 }, 87 },
83 { 88 {
84 "cmd": [ 89 "cmd": [
85 "ninja", 90 "ninja",
86 "-C", 91 "-C",
87 "[CWD]/crashpad/out/Release_x64" 92 "[SLAVE_BUILD]/crashpad/out/Release_x64"
88 ], 93 ],
94 "cwd": "[SLAVE_BUILD]",
89 "name": "compile with ninja (2)" 95 "name": "compile with ninja (2)"
90 }, 96 },
91 { 97 {
92 "cmd": [ 98 "cmd": [
93 "python", 99 "python",
94 "-u", 100 "-u",
95 "[CWD]/crashpad/build/run_tests.py", 101 "[SLAVE_BUILD]/crashpad/build/run_tests.py",
96 "Release_x64" 102 "Release_x64"
97 ], 103 ],
104 "cwd": "[SLAVE_BUILD]",
98 "name": "run tests" 105 "name": "run tests"
99 }, 106 },
100 { 107 {
101 "name": "$result", 108 "name": "$result",
102 "recipe_result": null, 109 "recipe_result": null,
103 "status_code": 0 110 "status_code": 0
104 } 111 }
105 ] 112 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698