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