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

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_mac64_asan_rel.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 years, 8 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
OLDNEW
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 "tryserver.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "v8_mac64_asan_rel", 10 "v8_mac64_asan_rel",
(...skipping 13 matching lines...) Expand all
24 "1", 24 "1",
25 "--rietveld_server", 25 "--rietveld_server",
26 "https://codereview.chromium.org", 26 "https://codereview.chromium.org",
27 "--output_json", 27 "--output_json",
28 "/path/to/tmp/json", 28 "/path/to/tmp/json",
29 "--revision", 29 "--revision",
30 "v8@12345", 30 "v8@12345",
31 "--no_shallow", 31 "--no_shallow",
32 "--output_manifest" 32 "--output_manifest"
33 ], 33 ],
34 "cwd": "[SLAVE_BUILD]",
35 "env": { 34 "env": {
36 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
37 }, 36 },
38 "name": "bot_update", 37 "name": "bot_update",
39 "~followup_annotations": [ 38 "~followup_annotations": [
40 "@@@STEP_TEXT@Some step text@@@", 39 "@@@STEP_TEXT@Some step text@@@",
41 "@@@STEP_LOG_LINE@json.output@{@@@", 40 "@@@STEP_LOG_LINE@json.output@{@@@",
42 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
43 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
44 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@", 43 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"12345\"@@@",
(...skipping 26 matching lines...) Expand all
71 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097 c9c571640038896debc4\"@@@" 70 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097 c9c571640038896debc4\"@@@"
72 ] 71 ]
73 }, 72 },
74 { 73 {
75 "cmd": [ 74 "cmd": [
76 "python", 75 "python",
77 "-u", 76 "-u",
78 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py", 77 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py",
79 "--version" 78 "--version"
80 ], 79 ],
81 "cwd": "[SLAVE_BUILD]",
82 "name": "swarming.py --version", 80 "name": "swarming.py --version",
83 "stdout": "/path/to/tmp/", 81 "stdout": "/path/to/tmp/",
84 "~followup_annotations": [ 82 "~followup_annotations": [
85 "@@@STEP_TEXT@0.4.10@@@" 83 "@@@STEP_TEXT@0.4.10@@@"
86 ] 84 ]
87 }, 85 },
88 { 86 {
89 "cmd": [ 87 "cmd": [
90 "python", 88 "python",
91 "-u", 89 "-u",
92 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 90 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
93 "runhooks" 91 "runhooks"
94 ], 92 ],
95 "cwd": "[SLAVE_BUILD]",
96 "env": { 93 "env": {
97 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 94 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
98 "GYP_DEFINES": "asan=1 clang=1 dcheck_always_on=0 fastbuild=0 gomadir='[BU ILD]/goma' lsan=1 target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_targ et_arch=x64", 95 "GYP_DEFINES": "asan=1 clang=1 dcheck_always_on=0 fastbuild=0 gomadir='[BU ILD]/goma' lsan=1 target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_targ et_arch=x64",
99 "GYP_GENERATORS": "ninja", 96 "GYP_GENERATORS": "ninja",
100 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 97 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
101 }, 98 },
102 "name": "gclient runhooks" 99 "name": "gclient runhooks"
103 }, 100 },
104 { 101 {
105 "cmd": [ 102 "cmd": [
106 "python", 103 "python",
107 "-u", 104 "-u",
108 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 105 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
109 "--show-path", 106 "--show-path",
110 "python", 107 "python",
111 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 108 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
112 ], 109 ],
113 "cwd": "[SLAVE_BUILD]",
114 "name": "cleanup_temp" 110 "name": "cleanup_temp"
115 }, 111 },
116 { 112 {
117 "allow_subannotations": true, 113 "allow_subannotations": true,
118 "cmd": [ 114 "cmd": [
119 "python", 115 "python",
120 "-u", 116 "-u",
121 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 117 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
122 "--src-dir", 118 "--src-dir",
123 "[SLAVE_BUILD]/v8", 119 "[SLAVE_BUILD]/v8",
124 "--output-json", 120 "--output-json",
125 "/path/to/tmp/json" 121 "/path/to/tmp/json"
126 ], 122 ],
127 "cwd": "[SLAVE_BUILD]",
128 "env": { 123 "env": {
129 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 124 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
130 }, 125 },
131 "name": "clang_revision", 126 "name": "clang_revision",
132 "~followup_annotations": [ 127 "~followup_annotations": [
133 "@@@STEP_LOG_LINE@json.output@{@@@", 128 "@@@STEP_LOG_LINE@json.output@{@@@",
134 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 129 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
135 "@@@STEP_LOG_LINE@json.output@}@@@", 130 "@@@STEP_LOG_LINE@json.output@}@@@",
136 "@@@STEP_LOG_END@json.output@@@" 131 "@@@STEP_LOG_END@json.output@@@"
137 ] 132 ]
(...skipping 23 matching lines...) Expand all
161 "--goma-jsonstatus", 156 "--goma-jsonstatus",
162 "/path/to/tmp/json", 157 "/path/to/tmp/json",
163 "--goma-service-account-json-file", 158 "--goma-service-account-json-file",
164 "/creds/service_accounts/service-account-goma-client.json", 159 "/creds/service_accounts/service-account-goma-client.json",
165 "--goma-dir", 160 "--goma-dir",
166 "[BUILD]/goma", 161 "[BUILD]/goma",
167 "--goma-fail-fast", 162 "--goma-fail-fast",
168 "--goma-disable-local-fallback", 163 "--goma-disable-local-fallback",
169 "--" 164 "--"
170 ], 165 ],
171 "cwd": "[SLAVE_BUILD]",
172 "env": { 166 "env": {
173 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 167 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
174 }, 168 },
175 "name": "compile", 169 "name": "compile",
176 "~followup_annotations": [ 170 "~followup_annotations": [
177 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 171 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
178 "@@@STEP_LOG_END@json.output (invalid)@@@" 172 "@@@STEP_LOG_END@json.output (invalid)@@@"
179 ] 173 ]
180 }, 174 },
181 { 175 {
182 "cmd": [ 176 "cmd": [
183 "python", 177 "python",
184 "-u", 178 "-u",
185 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 179 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
186 "[SLAVE_BUILD]/v8/tools/swarming_client", 180 "[SLAVE_BUILD]/v8/tools/swarming_client",
187 "batcharchive", 181 "batcharchive",
188 "--dump-json", 182 "--dump-json",
189 "/path/to/tmp/json", 183 "/path/to/tmp/json",
190 "--isolate-server", 184 "--isolate-server",
191 "https://isolateserver.appspot.com", 185 "https://isolateserver.appspot.com",
192 "--verbose", 186 "--verbose",
193 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json" 187 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json"
194 ], 188 ],
195 "cwd": "[SLAVE_BUILD]",
196 "name": "isolate tests", 189 "name": "isolate tests",
197 "~followup_annotations": [ 190 "~followup_annotations": [
198 "@@@STEP_LOG_LINE@json.output@{@@@", 191 "@@@STEP_LOG_LINE@json.output@{@@@",
199 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\"@@@", 192 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\"@@@",
200 "@@@STEP_LOG_LINE@json.output@}@@@", 193 "@@@STEP_LOG_LINE@json.output@}@@@",
201 "@@@STEP_LOG_END@json.output@@@" 194 "@@@STEP_LOG_END@json.output@@@"
202 ] 195 ]
203 }, 196 },
204 { 197 {
205 "cmd": [ 198 "cmd": [
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 "--timeout=200", 272 "--timeout=200",
280 "--random-seed=-976563914", 273 "--random-seed=-976563914",
281 "bot_default", 274 "bot_default",
282 "--exhaustive-variants", 275 "--exhaustive-variants",
283 "--asan", 276 "--asan",
284 "--rerun-failures-count=2", 277 "--rerun-failures-count=2",
285 "--swarming", 278 "--swarming",
286 "--json-test-results", 279 "--json-test-results",
287 "${ISOLATED_OUTDIR}/output.json" 280 "${ISOLATED_OUTDIR}/output.json"
288 ], 281 ],
289 "cwd": "[SLAVE_BUILD]",
290 "name": "[trigger] Check on Mac-10.9", 282 "name": "[trigger] Check on Mac-10.9",
291 "~followup_annotations": [ 283 "~followup_annotations": [
292 "@@@STEP_LOG_LINE@json.output@{@@@", 284 "@@@STEP_LOG_LINE@json.output@{@@@",
293 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Mac-10.9/[dumm y has/v8_mac64_asan_rel/571\", @@@", 285 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"Check/Mac-10.9/[dumm y has/v8_mac64_asan_rel/571\", @@@",
294 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 286 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
295 "@@@STEP_LOG_LINE@json.output@ \"Check/Mac-10.9/[dummy has/v8_mac64_asa n_rel/571:4:0\": {@@@", 287 "@@@STEP_LOG_LINE@json.output@ \"Check/Mac-10.9/[dummy has/v8_mac64_asa n_rel/571:4:0\": {@@@",
296 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@", 288 "@@@STEP_LOG_LINE@json.output@ \"shard_index\": 0, @@@",
297 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@", 289 "@@@STEP_LOG_LINE@json.output@ \"task_id\": \"10000\", @@@",
298 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@", 290 "@@@STEP_LOG_LINE@json.output@ \"view_url\": \"https://chromium-swarm .appspot.com/user/task/10000\"@@@",
299 "@@@STEP_LOG_LINE@json.output@ }, @@@", 291 "@@@STEP_LOG_LINE@json.output@ }, @@@",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 "--", 328 "--",
337 "collect", 329 "collect",
338 "--swarming", 330 "--swarming",
339 "https://chromium-swarm.appspot.com", 331 "https://chromium-swarm.appspot.com",
340 "--decorate", 332 "--decorate",
341 "--print-status-updates", 333 "--print-status-updates",
342 "--shards", 334 "--shards",
343 "4", 335 "4",
344 "Check/Mac-10.9/[dummy has/v8_mac64_asan_rel/571" 336 "Check/Mac-10.9/[dummy has/v8_mac64_asan_rel/571"
345 ], 337 ],
346 "cwd": "[SLAVE_BUILD]",
347 "name": "Check", 338 "name": "Check",
348 "~followup_annotations": [ 339 "~followup_annotations": [
349 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@", 340 "@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
350 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@", 341 "@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
351 "@@@STEP_LOG_LINE@durations@@@@", 342 "@@@STEP_LOG_LINE@durations@@@@",
352 "@@@STEP_LOG_LINE@durations@Details:@@@", 343 "@@@STEP_LOG_LINE@durations@Details:@@@",
353 "@@@STEP_LOG_LINE@durations@@@@", 344 "@@@STEP_LOG_LINE@durations@@@@",
354 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@", 345 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test@@@",
355 "@@@STEP_LOG_LINE@durations@Flags: -f@@@", 346 "@@@STEP_LOG_LINE@durations@Flags: -f@@@",
356 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@", 347 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test@@@",
357 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@", 348 "@@@STEP_LOG_LINE@durations@Duration: 01:01:002@@@",
358 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@", 349 "@@@STEP_LOG_LINE@durations@Test: mjsunit/Cool.Test2@@@",
359 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@", 350 "@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
360 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@", 351 "@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
361 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", 352 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
362 "@@@STEP_LOG_END@durations@@@" 353 "@@@STEP_LOG_END@durations@@@"
363 ] 354 ]
364 }, 355 },
365 { 356 {
366 "name": "$result", 357 "name": "$result",
367 "recipe_result": null, 358 "recipe_result": null,
368 "status_code": 0 359 "status_code": 0
369 } 360 }
370 ] 361 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698