OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "Linux V8 API Stability", | 10 "Linux V8 API Stability", |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | 95 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
96 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 96 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
97 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 97 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
98 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 98 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
99 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 99 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
100 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 100 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
101 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 101 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
102 ] | 102 ] |
103 }, | 103 }, |
104 { | 104 { |
105 "cmd": [], | |
106 "cwd": "[SLAVE_BUILD]", | |
107 "name": "ensure_goma" | |
108 }, | |
109 { | |
110 "cmd": [ | |
111 "python", | |
112 "-u", | |
113 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | |
114 "--platform", | |
115 "linux-amd64", | |
116 "--dest-directory", | |
117 "[SLAVE_BUILD]/cipd", | |
118 "--json-output", | |
119 "/path/to/tmp/json" | |
120 ], | |
121 "cwd": "[SLAVE_BUILD]", | |
122 "name": "ensure_goma.install cipd", | |
123 "~followup_annotations": [ | |
124 "@@@STEP_NEST_LEVEL@1@@@", | |
125 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
126 "@@@STEP_LOG_LINE@json.output@{@@@", | |
127 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
128 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
129 "@@@STEP_LOG_LINE@json.output@}@@@", | |
130 "@@@STEP_LOG_END@json.output@@@" | |
131 ] | |
132 }, | |
133 { | |
134 "cmd": [ | |
135 "[SLAVE_BUILD]/cipd/cipd", | |
136 "ensure", | |
137 "--root", | |
138 "[CACHE]/cipd/goma", | |
139 "--list", | |
140 "infra_internal/goma/client/linux-amd64 release", | |
141 "--json-output", | |
142 "/path/to/tmp/json", | |
143 "--service-account-json", | |
144 "/creds/service_accounts/service-account-goma-client.json" | |
145 ], | |
146 "cwd": "[SLAVE_BUILD]", | |
147 "name": "ensure_goma.ensure_installed", | |
148 "~followup_annotations": [ | |
149 "@@@STEP_NEST_LEVEL@1@@@", | |
150 "@@@STEP_LOG_LINE@json.output@{@@@", | |
151 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
152 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
153 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
154 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | |
155 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
156 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
157 "@@@STEP_LOG_LINE@json.output@}@@@", | |
158 "@@@STEP_LOG_END@json.output@@@" | |
159 ] | |
160 }, | |
161 { | |
162 "cmd": [ | 105 "cmd": [ |
163 "python", | 106 "python", |
164 "-u", | 107 "-u", |
165 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 108 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
166 "runhooks" | 109 "runhooks" |
167 ], | 110 ], |
168 "cwd": "[SLAVE_BUILD]", | 111 "cwd": "[SLAVE_BUILD]", |
169 "env": { | 112 "env": { |
170 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe
t_arch=x64 use_goma=1", | 113 "GYP_DEFINES": "component=static_library gomadir='[BUILD]/goma' target_arc
h=x64 use_goma=1", |
171 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 114 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
172 }, | 115 }, |
173 "name": "gclient runhooks" | 116 "name": "gclient runhooks" |
174 }, | 117 }, |
175 { | 118 { |
176 "cmd": [ | 119 "cmd": [ |
177 "python", | 120 "python", |
178 "-u", | 121 "-u", |
179 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 122 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
180 "--output", | 123 "--output", |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 "--goma-cache-dir", | 184 "--goma-cache-dir", |
242 "[GOMA_CACHE]", | 185 "[GOMA_CACHE]", |
243 "--build-tool", | 186 "--build-tool", |
244 "ninja", | 187 "ninja", |
245 "--build-data-dir", | 188 "--build-data-dir", |
246 "[ROOT]/build_data_dir", | 189 "[ROOT]/build_data_dir", |
247 "--compiler", | 190 "--compiler", |
248 "goma", | 191 "goma", |
249 "--goma-jsonstatus", | 192 "--goma-jsonstatus", |
250 "/path/to/tmp/json", | 193 "/path/to/tmp/json", |
251 "--goma-service-account-json-file", | |
252 "/creds/service_accounts/service-account-goma-client.json", | |
253 "--goma-dir", | 194 "--goma-dir", |
254 "[CACHE]/cipd/goma", | 195 "[BUILD]/goma", |
255 "--", | 196 "--", |
256 "all" | 197 "all" |
257 ], | 198 ], |
258 "cwd": "[SLAVE_BUILD]", | 199 "cwd": "[SLAVE_BUILD]", |
259 "name": "compile", | 200 "name": "compile", |
260 "~followup_annotations": [ | 201 "~followup_annotations": [ |
261 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 202 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
262 "@@@STEP_LOG_END@json.output (invalid)@@@" | 203 "@@@STEP_LOG_END@json.output (invalid)@@@" |
263 ] | 204 ] |
264 }, | 205 }, |
265 { | 206 { |
266 "name": "$result", | 207 "name": "$result", |
267 "recipe_result": null, | 208 "recipe_result": null, |
268 "status_code": 0 | 209 "status_code": 0 |
269 } | 210 } |
270 ] | 211 ] |
OLD | NEW |