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 = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file':
'DEPS', 'managed': True, 'name': 'dartium.deps', 'url': 'https://dart.googlecode
.com/svn/branches/bleeding_edge/deps/dartium.deps'}]" | 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed':
True, 'name': 'dartium.deps', 'url': 'https://dart.googlecode.com/svn/branches/b
leeding_edge/deps/dartium.deps'}]" |
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 "--revision", | 27 "--revision", |
27 "dartium.deps@12345", | 28 "dartium.deps@12345", |
28 "--output-json", | 29 "--output-json", |
29 "/path/to/tmp/json" | 30 "/path/to/tmp/json" |
30 ], | 31 ], |
| 32 "cwd": "[SLAVE_BUILD]", |
31 "env": { | 33 "env": { |
32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
33 }, | 35 }, |
34 "name": "gclient sync", | 36 "name": "gclient sync", |
35 "~followup_annotations": [ | 37 "~followup_annotations": [ |
36 "@@@STEP_LOG_LINE@json.output@{@@@", | 38 "@@@STEP_LOG_LINE@json.output@{@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", |
38 "@@@STEP_LOG_LINE@json.output@ \"dartium.deps/\": {@@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"dartium.deps/\": {@@@", |
39 "@@@STEP_LOG_LINE@json.output@ \"revision\": 10382@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"revision\": 10382@@@", |
40 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 42 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
(...skipping 26 matching lines...) Expand all Loading... |
67 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@" | 69 "@@@SET_BUILD_PROPERTY@got_v8_revision@43426@@@" |
68 ] | 70 ] |
69 }, | 71 }, |
70 { | 72 { |
71 "cmd": [ | 73 "cmd": [ |
72 "python", | 74 "python", |
73 "-u", | 75 "-u", |
74 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 76 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
75 "runhooks" | 77 "runhooks" |
76 ], | 78 ], |
| 79 "cwd": "[SLAVE_BUILD]", |
77 "env": { | 80 "env": { |
78 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 81 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
79 "GYP_DEFINES": "clang=1 component=static_library gomadir='[ROOT]/b/build/g
oma' linux_strip_binary=1 target_arch=x64 use_goma=1", | 82 "GYP_DEFINES": "clang=1 component=static_library gomadir='[BUILD]/goma' li
nux_strip_binary=1 target_arch=x64 use_goma=1", |
80 "GYP_GENERATORS": "ninja", | 83 "GYP_GENERATORS": "ninja", |
81 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 84 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
82 }, | 85 }, |
83 "name": "gclient runhooks" | 86 "name": "gclient runhooks" |
84 }, | 87 }, |
85 { | 88 { |
86 "allow_subannotations": true, | 89 "allow_subannotations": true, |
87 "cmd": [ | 90 "cmd": [ |
88 "python", | 91 "python", |
89 "-u", | 92 "-u", |
90 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 93 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
91 "--src-dir", | 94 "--src-dir", |
92 "[CWD]/src", | 95 "[SLAVE_BUILD]/src", |
93 "--output-json", | 96 "--output-json", |
94 "/path/to/tmp/json" | 97 "/path/to/tmp/json" |
95 ], | 98 ], |
| 99 "cwd": "[SLAVE_BUILD]", |
96 "env": { | 100 "env": { |
97 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 101 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
98 }, | 102 }, |
99 "name": "clang_revision", | 103 "name": "clang_revision", |
100 "~followup_annotations": [ | 104 "~followup_annotations": [ |
101 "@@@STEP_LOG_LINE@json.output@{@@@", | 105 "@@@STEP_LOG_LINE@json.output@{@@@", |
102 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 106 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
103 "@@@STEP_LOG_LINE@json.output@}@@@", | 107 "@@@STEP_LOG_LINE@json.output@}@@@", |
104 "@@@STEP_LOG_END@json.output@@@" | 108 "@@@STEP_LOG_END@json.output@@@" |
105 ] | 109 ] |
106 }, | 110 }, |
107 { | 111 { |
108 "cmd": [ | 112 "cmd": [ |
109 "python", | 113 "python", |
110 "-u", | 114 "-u", |
111 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 115 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
112 "--show-path", | 116 "--show-path", |
113 "python", | 117 "python", |
114 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 118 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
115 "--gsutil-py-path", | 119 "--gsutil-py-path", |
116 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 120 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
117 "--ninja-path", | 121 "--ninja-path", |
118 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 122 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
119 "--target", | 123 "--target", |
120 "Release", | 124 "Release", |
121 "--src-dir", | 125 "--src-dir", |
122 "[CWD]/src", | 126 "[SLAVE_BUILD]/src", |
123 "--goma-cache-dir", | 127 "--goma-cache-dir", |
124 "[ROOT]/b/build/slave/goma_cache", | 128 "[GOMA_CACHE]", |
125 "--build-tool", | 129 "--build-tool", |
126 "ninja", | 130 "ninja", |
127 "--compiler", | 131 "--compiler", |
128 "goma-clang", | 132 "goma-clang", |
129 "--goma-jsonstatus", | 133 "--goma-jsonstatus", |
130 "/path/to/tmp/json", | 134 "/path/to/tmp/json", |
131 "--goma-service-account-json-file", | 135 "--goma-service-account-json-file", |
132 "/creds/service_accounts/service-account-goma-client.json", | 136 "/creds/service_accounts/service-account-goma-client.json", |
133 "--goma-dir", | 137 "--goma-dir", |
134 "[ROOT]/b/build/goma", | 138 "[BUILD]/goma", |
135 "--", | 139 "--", |
136 "All", | 140 "All", |
137 "chromium_builder_tests" | 141 "chromium_builder_tests" |
138 ], | 142 ], |
| 143 "cwd": "[SLAVE_BUILD]", |
139 "env": { | 144 "env": { |
140 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 145 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
141 }, | 146 }, |
142 "name": "compile", | 147 "name": "compile", |
143 "~followup_annotations": [ | 148 "~followup_annotations": [ |
144 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
145 "@@@STEP_LOG_END@json.output (invalid)@@@" | 150 "@@@STEP_LOG_END@json.output (invalid)@@@" |
146 ] | 151 ] |
147 }, | 152 }, |
148 { | 153 { |
149 "cmd": [ | 154 "cmd": [ |
150 "python", | 155 "python", |
151 "-u", | 156 "-u", |
152 "[CWD]/src/dart/tools/dartium/multivm_archive.py", | 157 "[SLAVE_BUILD]/src/dart/tools/dartium/multivm_archive.py", |
153 "12345" | 158 "12345" |
154 ], | 159 ], |
| 160 "cwd": "[SLAVE_BUILD]", |
155 "name": "archive_build" | 161 "name": "archive_build" |
156 }, | 162 }, |
157 { | 163 { |
158 "name": "$result", | 164 "name": "$result", |
159 "recipe_result": null, | 165 "recipe_result": null, |
160 "status_code": 0 | 166 "status_code": 0 |
161 } | 167 } |
162 ] | 168 ] |
OLD | NEW |