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

Side by Side Diff: scripts/slave/recipes/blimp/integration.expected/Blimp_Android_Tester_test_pass.json

Issue 2390753005: Double Builds for Blimp Integration Test Infrastructure on FYI bot (Closed)
Patch Set: slight change Created 4 years, 2 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
« no previous file with comments | « scripts/slave/recipes/blimp/integration.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [],
4 "name": "ensure_goma"
5 },
6 {
7 "cmd": [
8 "python",
9 "-u",
10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
11 "--platform",
12 "linux-amd64",
13 "--dest-directory",
14 "[SLAVE_BUILD]/cipd",
15 "--json-output",
16 "/path/to/tmp/json"
17 ],
18 "name": "ensure_goma.install cipd",
19 "~followup_annotations": [
20 "@@@STEP_NEST_LEVEL@1@@@",
21 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
22 "@@@STEP_LOG_LINE@json.output@{@@@",
23 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
24 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
25 "@@@STEP_LOG_LINE@json.output@}@@@",
26 "@@@STEP_LOG_END@json.output@@@"
27 ]
28 },
29 {
30 "cmd": [
31 "[SLAVE_BUILD]/cipd/cipd",
32 "ensure",
33 "--root",
34 "[CACHE]/cipd/goma",
35 "--list",
36 "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma /client/linux-amd64 release",
37 "--json-output",
38 "/path/to/tmp/json",
39 "--service-account-json",
40 "/creds/service_accounts/service-account-goma-client.json"
41 ],
42 "name": "ensure_goma.ensure_installed",
43 "~followup_annotations": [
44 "@@@STEP_NEST_LEVEL@1@@@",
45 "@@@STEP_LOG_LINE@json.output@{@@@",
46 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
47 "@@@STEP_LOG_LINE@json.output@ {@@@",
48 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-goma_recipe_modu\", @@@",
49 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l inux-amd64\"@@@",
50 "@@@STEP_LOG_LINE@json.output@ }, @@@",
51 "@@@STEP_LOG_LINE@json.output@ {@@@",
52 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
53 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
54 "@@@STEP_LOG_LINE@json.output@ }@@@",
55 "@@@STEP_LOG_LINE@json.output@ ]@@@",
56 "@@@STEP_LOG_LINE@json.output@}@@@",
57 "@@@STEP_LOG_END@json.output@@@"
58 ]
59 },
60 {
61 "cmd": [ 3 "cmd": [
62 "python", 4 "python",
63 "-u", 5 "-u",
64 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
65 "--spec", 7 "--spec",
66 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}, {'custom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, 'src/chrome/test/data /firefox3_profile/searchplugins': None, 'src/chrome/test/data/firefox3_searchplu gins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/frame _rate/private': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/data /ssl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src/ data/mach_ports': None, 'src/data/memory_test': None, 'src/data/mozilla_js_tests ': None, 'src/data/page_cycler': None, 'src/data/selenium_core': None, 'src/data /tab_switching': None, 'src/tools/grit/grit/test/data': None, 'src/webkit/data/b mp_decoder': None, 'src/webkit/data/ico_decoder': None, 'src/webkit/data/test_sh ell/plugins': None, 'src/webkit/data/xbm_decoder': None}, 'deps_file': '.DEPS.gi t', 'managed': True, 'name': 'src-internal', 'url': 'https://chrome-internal.goo glesource.com/chrome/src-internal.git'}]\ntarget_os = ['android']", 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src .git'}]\ntarget_os = ['android']",
67 "--patch_root", 9 "--patch_root",
68 "src", 10 "src",
69 "--revision_mapping_file", 11 "--revision_mapping_file",
70 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}", 12 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
71 "--git-cache-dir", 13 "--git-cache-dir",
72 "[GIT_CACHE]", 14 "[GIT_CACHE]",
73 "--output_json", 15 "--output_json",
74 "/path/to/tmp/json", 16 "/path/to/tmp/json",
75 "--revision", 17 "--revision",
76 "src@HEAD", 18 "src@HEAD",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@", 91 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
150 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @", 92 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
151 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@", 93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
152 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@", 94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
153 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" , 95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
154 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@", 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
155 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@" 97 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
156 ] 98 ]
157 }, 99 },
158 { 100 {
101 "cmd": [],
102 "name": "ensure_goma"
103 },
104 {
105 "cmd": [
106 "python",
107 "-u",
108 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
109 "--platform",
110 "linux-amd64",
111 "--dest-directory",
112 "[SLAVE_BUILD]/cipd",
113 "--json-output",
114 "/path/to/tmp/json"
115 ],
116 "name": "ensure_goma.install cipd",
117 "~followup_annotations": [
118 "@@@STEP_NEST_LEVEL@1@@@",
119 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
120 "@@@STEP_LOG_LINE@json.output@{@@@",
121 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
122 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
123 "@@@STEP_LOG_LINE@json.output@}@@@",
124 "@@@STEP_LOG_END@json.output@@@"
125 ]
126 },
127 {
128 "cmd": [
129 "[SLAVE_BUILD]/cipd/cipd",
130 "ensure",
131 "--root",
132 "[CACHE]/cipd/goma",
133 "--list",
134 "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma /client/linux-amd64 release",
135 "--json-output",
136 "/path/to/tmp/json",
137 "--service-account-json",
138 "/creds/service_accounts/service-account-goma-client.json"
139 ],
140 "name": "ensure_goma.ensure_installed",
141 "~followup_annotations": [
142 "@@@STEP_NEST_LEVEL@1@@@",
143 "@@@STEP_LOG_LINE@json.output@{@@@",
144 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
145 "@@@STEP_LOG_LINE@json.output@ {@@@",
146 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-goma_recipe_modu\", @@@",
147 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/l inux-amd64\"@@@",
148 "@@@STEP_LOG_LINE@json.output@ }, @@@",
149 "@@@STEP_LOG_LINE@json.output@ {@@@",
150 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
151 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
152 "@@@STEP_LOG_LINE@json.output@ }@@@",
153 "@@@STEP_LOG_LINE@json.output@ ]@@@",
154 "@@@STEP_LOG_LINE@json.output@}@@@",
155 "@@@STEP_LOG_END@json.output@@@"
156 ]
157 },
158 {
159 "cmd": [ 159 "cmd": [
160 "python", 160 "python",
161 "-u", 161 "-u",
162 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree (sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw ith('.pyc'):\n os.remove(os.path.join(base, f))\n", 162 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree (sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw ith('.pyc'):\n os.remove(os.path.join(base, f))\n",
163 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps", 163 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps",
164 "[SLAVE_BUILD]/src/out/Debug/test_logs", 164 "[SLAVE_BUILD]/src/out/Debug/test_logs",
165 "[SLAVE_BUILD]/src/out/build_product.zip", 165 "[SLAVE_BUILD]/src/out/build_product.zip",
166 "[SLAVE_BUILD]/src" 166 "[SLAVE_BUILD]/src"
167 ], 167 ],
168 "name": "clean local files", 168 "name": "clean local files",
(...skipping 16 matching lines...) Expand all
185 { 185 {
186 "cmd": [ 186 "cmd": [
187 "python", 187 "python",
188 "-u", 188 "-u",
189 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 189 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
190 "runhooks" 190 "runhooks"
191 ], 191 ],
192 "cwd": "[SLAVE_BUILD]/src", 192 "cwd": "[SLAVE_BUILD]/src",
193 "env": { 193 "env": {
194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
195 "GYP_CHROMIUM_NO_ACTION": "1", 195 "GYP_DEFINES": "component=static_library gomadir='[CACHE]/cipd/goma' targe t_arch=x64 use_goma=1",
196 "GYP_CROSSCOMPILE": "1", 196 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
197 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[ CACHE]/cipd/goma' target_arch=x64 use_goma=1",
198 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
199 }, 197 },
200 "name": "gclient runhooks" 198 "name": "gclient runhooks"
201 }, 199 },
202 { 200 {
203 "cmd": [ 201 "cmd": [
204 "python", 202 "python",
205 "-u", 203 "-u",
206 "[SLAVE_BUILD]/src/android_webview/tools/webview_licenses.py", 204 "[SLAVE_BUILD]/src/tools/mb/mb.py",
207 "scan" 205 "gen",
206 "-m",
207 "chromium.fyi",
208 "-b",
209 "Blimp Client Engine Integration",
210 "--config-file",
211 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
212 "--phase",
213 "engine",
214 "--goma-dir",
215 "[CACHE]/cipd/goma",
216 "[SLAVE_BUILD]/src/out-linux/Debug"
208 ], 217 ],
209 "cwd": "[SLAVE_BUILD]/src", 218 "cwd": "[SLAVE_BUILD]/src",
210 "name": "check licenses", 219 "env": {
211 "~followup_annotations": [ 220 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
212 "step returned non-zero exit code: 1", 221 },
213 "@@@STEP_FAILURE@@@" 222 "name": "generate_build_files"
214 ]
215 }, 223 },
216 { 224 {
217 "cmd": [ 225 "cmd": [
218 "python", 226 "python",
219 "-u", 227 "-u",
220 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 228 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
221 "--show-path", 229 "--show-path",
222 "python", 230 "python",
231 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
232 "--gsutil-py-path",
233 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
234 "--ninja-path",
235 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
236 "--target",
237 "Release",
238 "--src-dir",
239 "[SLAVE_BUILD]/src",
240 "--goma-cache-dir",
241 "[GOMA_CACHE]",
242 "--buildbot-buildername",
243 "Blimp Client Engine Integration",
244 "--buildbot-mastername",
245 "chromium.fyi",
246 "--buildbot-slavename",
247 "TestSlavename",
248 "--goma-deps-cache-file",
249 "Blimp_Client_Engine_Integration.gomadeps",
250 "--compiler",
251 "goma",
252 "--goma-jsonstatus",
253 "/path/to/tmp/json",
254 "--goma-service-account-json-file",
255 "/creds/service_accounts/service-account-goma-client.json",
256 "--out-dir",
257 "[SLAVE_BUILD]/src/out-linux/Debug",
258 "--goma-dir",
259 "[CACHE]/cipd/goma",
260 "--",
261 "blimp"
262 ],
263 "env": {
264 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
265 },
266 "name": "compile",
267 "~followup_annotations": [
268 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
269 "@@@STEP_LOG_END@json.output (invalid)@@@"
270 ]
271 },
272 {
273 "cmd": [
274 "python",
275 "-u",
276 "[SLAVE_BUILD]/src/tools/mb/mb.py",
277 "gen",
278 "-m",
279 "chromium.fyi",
280 "-b",
281 "Blimp Client Engine Integration",
282 "--config-file",
283 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
284 "--phase",
285 "client",
286 "--goma-dir",
287 "[CACHE]/cipd/goma",
288 "[SLAVE_BUILD]/src/out-android/Debug"
289 ],
290 "cwd": "[SLAVE_BUILD]/src",
291 "env": {
292 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
293 },
294 "name": "generate_build_files (2)"
295 },
296 {
297 "cmd": [
298 "python",
299 "-u",
300 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
301 "--show-path",
302 "python",
223 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 303 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
224 "--gsutil-py-path", 304 "--gsutil-py-path",
225 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 305 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
226 "--ninja-path", 306 "--ninja-path",
227 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 307 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
228 "--target", 308 "--target",
229 "Debug", 309 "Release",
230 "--src-dir", 310 "--src-dir",
231 "[SLAVE_BUILD]/src", 311 "[SLAVE_BUILD]/src",
232 "--goma-cache-dir", 312 "--goma-cache-dir",
233 "[GOMA_CACHE]", 313 "[GOMA_CACHE]",
234 "--buildbot-buildername", 314 "--buildbot-buildername",
235 "Android x64 Builder (dbg)", 315 "Blimp Client Engine Integration",
236 "--buildbot-mastername", 316 "--buildbot-mastername",
237 "chromium.android", 317 "chromium.fyi",
238 "--buildbot-slavename", 318 "--buildbot-slavename",
239 "TestSlavename", 319 "TestSlavename",
240 "--goma-deps-cache-file", 320 "--goma-deps-cache-file",
241 "Android_x64_Builder__dbg_.gomadeps", 321 "Blimp_Client_Engine_Integration.gomadeps",
242 "--compiler", 322 "--compiler",
243 "goma", 323 "goma",
244 "--goma-jsonstatus", 324 "--goma-jsonstatus",
245 "/path/to/tmp/json", 325 "/path/to/tmp/json",
246 "--goma-service-account-json-file", 326 "--goma-service-account-json-file",
247 "/creds/service_accounts/service-account-goma-client.json", 327 "/creds/service_accounts/service-account-goma-client.json",
328 "--out-dir",
329 "[SLAVE_BUILD]/src/out-android/Debug",
248 "--goma-dir", 330 "--goma-dir",
249 "[CACHE]/cipd/goma", 331 "[CACHE]/cipd/goma",
250 "--" 332 "--",
333 "blimp",
334 "chrome_public_apk"
251 ], 335 ],
252 "env": { 336 "env": {
253 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 337 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
254 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
255 }, 338 },
256 "name": "compile", 339 "name": "compile (2)",
257 "~followup_annotations": [ 340 "~followup_annotations": [
258 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 341 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
259 "@@@STEP_LOG_END@json.output (invalid)@@@" 342 "@@@STEP_LOG_END@json.output (invalid)@@@"
260 ] 343 ]
261 }, 344 },
262 { 345 {
263 "name": "$result", 346 "name": "$result",
264 "recipe_result": null, 347 "recipe_result": null,
265 "status_code": 0 348 "status_code": 0
266 } 349 }
267 ] 350 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/blimp/integration.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698