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 "--spec", | 7 "--spec", |
8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/chrome-devtoo
ls-frontend', 'url': 'https://chromium.googlesource.com/chromium/tools/chrome-de
vtools-frontend'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/gs
d_generate_index', 'url': 'https://chromium.googlesource.com/chromium/tools/gsd_
generate_index'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/per
f', 'url': 'https://chromium.googlesource.com/chromium/tools/perf'}, {'deps_file
': '.DEPS.git', 'managed': True, 'name': 'tools/command_wrapper/bin', 'url': 'ht
tps://chromium.googlesource.com/chromium/tools/command_wrapper/bin'}, {'deps_fil
e': '.DEPS.git', 'managed': True, 'name': 'tools/depot_tools', 'url': 'https://c
hromium.googlesource.com/chromium/tools/depot_tools'}, {'deps_file': '.DEPS.git'
, 'managed': True, 'name': 'tools/chromium-jobqueue', 'url': 'https://chromium.g
ooglesource.com/chromium/tools/chromium-jobqueue'}, {'deps_file': '.DEPS.git', '
managed': True, 'name': 'tools/chromium-shortener', 'url': 'https://chromium.goo
glesource.com/chromium/tools/chromium-shortener'}, {'deps_file': '.DEPS.git', 'm
anaged': True, 'name': 'tools/deps2git', 'url': 'https://chromium.googlesource.c
om/chromium/tools/deps2git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name'
: 'infra', 'url': 'https://chromium.googlesource.com/infra/infra'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/chrome-devtoo
ls-frontend', 'url': 'https://chromium.googlesource.com/chromium/tools/chrome-de
vtools-frontend'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/gs
d_generate_index', 'url': 'https://chromium.googlesource.com/chromium/tools/gsd_
generate_index'}, {'deps_file': '.DEPS.git', 'managed': True, 'name': 'tools/per
f', 'url': 'https://chromium.googlesource.com/chromium/tools/perf'}, {'deps_file
': '.DEPS.git', 'managed': True, 'name': 'tools/command_wrapper/bin', 'url': 'ht
tps://chromium.googlesource.com/chromium/tools/command_wrapper/bin'}, {'deps_fil
e': '.DEPS.git', 'managed': True, 'name': 'tools/depot_tools', 'url': 'https://c
hromium.googlesource.com/chromium/tools/depot_tools'}, {'deps_file': '.DEPS.git'
, 'managed': True, 'name': 'tools/chromium-jobqueue', 'url': 'https://chromium.g
ooglesource.com/chromium/tools/chromium-jobqueue'}, {'deps_file': '.DEPS.git', '
managed': True, 'name': 'tools/chromium-shortener', 'url': 'https://chromium.goo
glesource.com/chromium/tools/chromium-shortener'}, {'deps_file': '.DEPS.git', 'm
anaged': True, 'name': 'tools/deps2git', 'url': 'https://chromium.googlesource.c
om/chromium/tools/deps2git'}, {'deps_file': '.DEPS.git', 'managed': True, 'name'
: 'infra', 'url': 'https://chromium.googlesource.com/infra/infra'}]", |
9 "--patch_root", | 9 "--patch_root", |
10 "src", | 10 "src", |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 110 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
111 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 111 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
112 "@@@STEP_LOG_LINE@python.inline@@@@", | 112 "@@@STEP_LOG_LINE@python.inline@@@@", |
113 "@@@STEP_LOG_LINE@python.inline@@@@", | 113 "@@@STEP_LOG_LINE@python.inline@@@@", |
114 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 114 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
115 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 115 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
116 "@@@STEP_LOG_END@python.inline@@@" | 116 "@@@STEP_LOG_END@python.inline@@@" |
117 ] | 117 ] |
118 }, | 118 }, |
119 { | 119 { |
120 "cmd": [], | |
121 "name": "ensure_goma" | |
122 }, | |
123 { | |
124 "cmd": [ | |
125 "python", | |
126 "-u", | |
127 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | |
128 "--platform", | |
129 "linux-amd64", | |
130 "--dest-directory", | |
131 "[SLAVE_BUILD]/cipd", | |
132 "--json-output", | |
133 "/path/to/tmp/json" | |
134 ], | |
135 "name": "ensure_goma.install cipd", | |
136 "~followup_annotations": [ | |
137 "@@@STEP_NEST_LEVEL@1@@@", | |
138 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
139 "@@@STEP_LOG_LINE@json.output@{@@@", | |
140 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
141 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
142 "@@@STEP_LOG_LINE@json.output@}@@@", | |
143 "@@@STEP_LOG_END@json.output@@@" | |
144 ] | |
145 }, | |
146 { | |
147 "cmd": [ | |
148 "[SLAVE_BUILD]/cipd/cipd", | |
149 "ensure", | |
150 "--root", | |
151 "[CACHE]/cipd/goma", | |
152 "--list", | |
153 "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma
/client/linux-amd64 release", | |
154 "--json-output", | |
155 "/path/to/tmp/json", | |
156 "--service-account-json", | |
157 "/creds/service_accounts/service-account-goma-client.json" | |
158 ], | |
159 "name": "ensure_goma.ensure_installed", | |
160 "~followup_annotations": [ | |
161 "@@@STEP_NEST_LEVEL@1@@@", | |
162 "@@@STEP_LOG_LINE@json.output@{@@@", | |
163 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
164 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
165 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-goma_recipe_modu\", @@@", | |
166 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l
inux-amd64\"@@@", | |
167 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
168 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
169 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
170 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | |
171 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
172 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
173 "@@@STEP_LOG_LINE@json.output@}@@@", | |
174 "@@@STEP_LOG_END@json.output@@@" | |
175 ] | |
176 }, | |
177 { | |
178 "cmd": [ | 120 "cmd": [ |
179 "python", | 121 "python", |
180 "-u", | 122 "-u", |
181 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 123 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
182 "runhooks" | 124 "runhooks" |
183 ], | 125 ], |
184 "cwd": "[SLAVE_BUILD]/src", | 126 "cwd": "[SLAVE_BUILD]/src", |
185 "env": { | 127 "env": { |
186 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 128 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
187 "GYP_DEFINES": "clang=1 component=shared_library fastbuild=1 gomadir='[CAC
HE]/cipd/goma' target_arch=x64 use_goma=1", | 129 "GYP_DEFINES": "clang=1 component=shared_library fastbuild=1 gomadir='[BUI
LD]/goma' target_arch=x64 use_goma=1", |
188 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 130 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
189 }, | 131 }, |
190 "name": "gclient runhooks" | 132 "name": "gclient runhooks" |
191 }, | 133 }, |
192 { | 134 { |
193 "cmd": [ | 135 "cmd": [ |
194 "[SLAVE_BUILD]/src/buildtools/linux64/gn", | 136 "[SLAVE_BUILD]/src/buildtools/linux64/gn", |
195 "gen", | 137 "gen", |
196 "[SLAVE_BUILD]/src/out/Debug", | 138 "[SLAVE_BUILD]/src/out/Debug", |
197 "--args=is_clang=true is_component_build=true is_debug=true goma_dir=\"/b/
build/goma\" symbol_level=1 target_cpu=\"x64\" use_goma=true target_os=\"chromeo
s\" use_ozone=true" | 139 "--args=is_clang=true is_component_build=true is_debug=true goma_dir=\"/b/
build/goma\" symbol_level=1 target_cpu=\"x64\" use_goma=true target_os=\"chromeo
s\" use_ozone=true" |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 "TestSlavename", | 205 "TestSlavename", |
264 "--build-args", | 206 "--build-args", |
265 "-k 0", | 207 "-k 0", |
266 "--compiler", | 208 "--compiler", |
267 "goma-clang", | 209 "goma-clang", |
268 "--goma-jsonstatus", | 210 "--goma-jsonstatus", |
269 "/path/to/tmp/json", | 211 "/path/to/tmp/json", |
270 "--goma-service-account-json-file", | 212 "--goma-service-account-json-file", |
271 "/creds/service_accounts/service-account-goma-client.json", | 213 "/creds/service_accounts/service-account-goma-client.json", |
272 "--goma-dir", | 214 "--goma-dir", |
273 "[CACHE]/cipd/goma", | 215 "[BUILD]/goma", |
274 "--", | 216 "--", |
275 "All" | 217 "All" |
276 ], | 218 ], |
277 "env": { | 219 "env": { |
278 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
279 }, | 221 }, |
280 "name": "compile", | 222 "name": "compile", |
281 "~followup_annotations": [ | 223 "~followup_annotations": [ |
282 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 224 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
283 "@@@STEP_LOG_END@json.output (invalid)@@@" | 225 "@@@STEP_LOG_END@json.output (invalid)@@@" |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
417 "~followup_annotations": [ | 359 "~followup_annotations": [ |
418 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese
arch/prod/chromium_src_chromeos_170242.tar.bz2@@@" | 360 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-codese
arch/prod/chromium_src_chromeos_170242.tar.bz2@@@" |
419 ] | 361 ] |
420 }, | 362 }, |
421 { | 363 { |
422 "name": "$result", | 364 "name": "$result", |
423 "recipe_result": null, | 365 "recipe_result": null, |
424 "status_code": 0 | 366 "status_code": 0 |
425 } | 367 } |
426 ] | 368 ] |
OLD | NEW |