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

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

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 7 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 "client.v8", 8 "client.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux64 - builder", 10 "V8 Linux64 - builder",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars' : {'chromium_trunk': 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_f ile': 'DEPS', 'managed': True, 'name': 'v8', 'url': 'https://chromium.googlesour ce.com/v8/v8'}]", 14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'chromium_trunk' : 'svn://svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'mana ged': True, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]",
15 "--root", 15 "--root",
16 "v8", 16 "v8",
17 "--revision_mapping_file", 17 "--revision_mapping_file",
18 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c lient_revision\"}", 18 "{\"v8\": \"got_revision\", \"v8/tools/swarming_client\": \"got_swarming_c lient_revision\"}",
19 "--git-cache-dir", 19 "--git-cache-dir",
20 "[ROOT]/b/build/slave/cache_dir", 20 "[GIT_CACHE]",
21 "--output_json", 21 "--output_json",
22 "/path/to/tmp/json", 22 "/path/to/tmp/json",
23 "--revision", 23 "--revision",
24 "v8@20123", 24 "v8@20123",
25 "--no_shallow", 25 "--no_shallow",
26 "--output_manifest" 26 "--output_manifest"
27 ], 27 ],
28 "cwd": "[SLAVE_BUILD]",
28 "env": { 29 "env": {
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
30 }, 31 },
31 "name": "bot_update", 32 "name": "bot_update",
32 "~followup_annotations": [ 33 "~followup_annotations": [
33 "@@@STEP_TEXT@Some step text@@@", 34 "@@@STEP_TEXT@Some step text@@@",
34 "@@@STEP_LOG_LINE@json.output@{@@@", 35 "@@@STEP_LOG_LINE@json.output@{@@@",
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
37 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@", 38 "@@@STEP_LOG_LINE@json.output@ \"v8\": \"20123\"@@@",
(...skipping 23 matching lines...) Expand all
61 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241 f64c\"@@@", 62 "@@@SET_BUILD_PROPERTY@got_revision@\"f2cbea7e89a45f46819777bb78a1f5bd0241 f64c\"@@@",
62 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@", 63 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#50110}\"@@@",
63 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#108913}\"@@@", 64 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#108913}\"@@@",
64 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097 c9c571640038896debc4\"@@@" 65 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"e4fee0b18f8163be6097 c9c571640038896debc4\"@@@"
65 ] 66 ]
66 }, 67 },
67 { 68 {
68 "cmd": [ 69 "cmd": [
69 "python", 70 "python",
70 "-u", 71 "-u",
71 "[CWD]/v8/tools/swarming_client/swarming.py", 72 "[SLAVE_BUILD]/v8/tools/swarming_client/swarming.py",
72 "--version" 73 "--version"
73 ], 74 ],
75 "cwd": "[SLAVE_BUILD]",
74 "name": "swarming.py --version", 76 "name": "swarming.py --version",
75 "stdout": "/path/to/tmp/", 77 "stdout": "/path/to/tmp/",
76 "~followup_annotations": [ 78 "~followup_annotations": [
77 "@@@STEP_TEXT@0.4.10@@@" 79 "@@@STEP_TEXT@0.4.10@@@"
78 ] 80 ]
79 }, 81 },
80 { 82 {
81 "cmd": [ 83 "cmd": [
82 "python", 84 "python",
83 "-u", 85 "-u",
84 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 86 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
85 "runhooks" 87 "runhooks"
86 ], 88 ],
89 "cwd": "[SLAVE_BUILD]",
87 "env": { 90 "env": {
88 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 91 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
89 "GYP_DEFINES": "clang=1 gomadir='[ROOT]/b/build/goma' target_arch=x64 test _isolation_mode=prepare use_goma=1 v8_target_arch=x64", 92 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=x64 test_isolat ion_mode=prepare use_goma=1 v8_target_arch=x64",
90 "GYP_GENERATORS": "ninja", 93 "GYP_GENERATORS": "ninja",
91 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 94 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
92 }, 95 },
93 "name": "gclient runhooks" 96 "name": "gclient runhooks"
94 }, 97 },
95 { 98 {
96 "cmd": [ 99 "cmd": [
97 "python", 100 "python",
98 "-u", 101 "-u",
99 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 102 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
100 "--show-path", 103 "--show-path",
101 "python", 104 "python",
102 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" 105 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py"
103 ], 106 ],
107 "cwd": "[SLAVE_BUILD]",
104 "name": "cleanup_temp" 108 "name": "cleanup_temp"
105 }, 109 },
106 { 110 {
107 "allow_subannotations": true, 111 "allow_subannotations": true,
108 "cmd": [ 112 "cmd": [
109 "python", 113 "python",
110 "-u", 114 "-u",
111 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 115 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
112 "--src-dir", 116 "--src-dir",
113 "[CWD]/v8", 117 "[SLAVE_BUILD]/v8",
114 "--output-json", 118 "--output-json",
115 "/path/to/tmp/json" 119 "/path/to/tmp/json"
116 ], 120 ],
121 "cwd": "[SLAVE_BUILD]",
117 "env": { 122 "env": {
118 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 123 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
119 }, 124 },
120 "name": "clang_revision", 125 "name": "clang_revision",
121 "~followup_annotations": [ 126 "~followup_annotations": [
122 "@@@STEP_LOG_LINE@json.output@{@@@", 127 "@@@STEP_LOG_LINE@json.output@{@@@",
123 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 128 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
124 "@@@STEP_LOG_LINE@json.output@}@@@", 129 "@@@STEP_LOG_LINE@json.output@}@@@",
125 "@@@STEP_LOG_END@json.output@@@" 130 "@@@STEP_LOG_END@json.output@@@"
126 ] 131 ]
127 }, 132 },
128 { 133 {
129 "cmd": [ 134 "cmd": [
130 "python", 135 "python",
131 "-u", 136 "-u",
132 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 137 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
133 "--show-path", 138 "--show-path",
134 "python", 139 "python",
135 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 140 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
136 "--gsutil-py-path", 141 "--gsutil-py-path",
137 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 142 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
138 "--ninja-path", 143 "--ninja-path",
139 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 144 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
140 "--target", 145 "--target",
141 "Release", 146 "Release",
142 "--src-dir", 147 "--src-dir",
143 "[CWD]/v8", 148 "[SLAVE_BUILD]/v8",
144 "--goma-cache-dir", 149 "--goma-cache-dir",
145 "[ROOT]/b/build/slave/goma_cache", 150 "[GOMA_CACHE]",
146 "--build-tool", 151 "--build-tool",
147 "ninja", 152 "ninja",
148 "--compiler", 153 "--compiler",
149 "goma-clang", 154 "goma-clang",
150 "--goma-jsonstatus", 155 "--goma-jsonstatus",
151 "/path/to/tmp/json", 156 "/path/to/tmp/json",
152 "--goma-service-account-json-file", 157 "--goma-service-account-json-file",
153 "/creds/service_accounts/service-account-goma-client.json", 158 "/creds/service_accounts/service-account-goma-client.json",
154 "--goma-dir", 159 "--goma-dir",
155 "[ROOT]/b/build/goma", 160 "[BUILD]/goma",
156 "--" 161 "--"
157 ], 162 ],
163 "cwd": "[SLAVE_BUILD]",
158 "env": { 164 "env": {
159 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 165 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
160 }, 166 },
161 "name": "compile", 167 "name": "compile",
162 "~followup_annotations": [ 168 "~followup_annotations": [
163 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 169 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
164 "@@@STEP_LOG_END@json.output (invalid)@@@" 170 "@@@STEP_LOG_END@json.output (invalid)@@@"
165 ] 171 ]
166 }, 172 },
167 { 173 {
168 "cmd": [ 174 "cmd": [
169 "python", 175 "python",
170 "-u", 176 "-u",
171 "RECIPE_MODULE[build::isolate]/resources/isolate.py", 177 "RECIPE_MODULE[build::isolate]/resources/isolate.py",
172 "[CWD]/v8/tools/swarming_client", 178 "[SLAVE_BUILD]/v8/tools/swarming_client",
173 "batcharchive", 179 "batcharchive",
174 "--dump-json", 180 "--dump-json",
175 "/path/to/tmp/json", 181 "/path/to/tmp/json",
176 "--isolate-server", 182 "--isolate-server",
177 "https://isolateserver.appspot.com", 183 "https://isolateserver.appspot.com",
178 "--verbose", 184 "--verbose",
179 "[CWD]/v8/out/Release/benchmarks.isolated.gen.json", 185 "[SLAVE_BUILD]/v8/out/Release/benchmarks.isolated.gen.json",
180 "[CWD]/v8/out/Release/bot_default.isolated.gen.json", 186 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json",
181 "[CWD]/v8/out/Release/check-static-initializers.isolated.gen.json", 187 "[SLAVE_BUILD]/v8/out/Release/check-static-initializers.isolated.gen.json" ,
182 "[CWD]/v8/out/Release/ignition.isolated.gen.json", 188 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json",
183 "[CWD]/v8/out/Release/mjsunit.isolated.gen.json", 189 "[SLAVE_BUILD]/v8/out/Release/mjsunit.isolated.gen.json",
184 "[CWD]/v8/out/Release/mozilla.isolated.gen.json", 190 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json",
185 "[CWD]/v8/out/Release/optimize_for_size.isolated.gen.json", 191 "[SLAVE_BUILD]/v8/out/Release/optimize_for_size.isolated.gen.json",
186 "[CWD]/v8/out/Release/perf.isolated.gen.json", 192 "[SLAVE_BUILD]/v8/out/Release/perf.isolated.gen.json",
187 "[CWD]/v8/out/Release/simdjs.isolated.gen.json", 193 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json",
188 "[CWD]/v8/out/Release/test262.isolated.gen.json" 194 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json"
189 ], 195 ],
196 "cwd": "[SLAVE_BUILD]",
190 "name": "isolate tests", 197 "name": "isolate tests",
191 "~followup_annotations": [ 198 "~followup_annotations": [
192 "@@@STEP_LOG_LINE@json.output@{@@@", 199 "@@@STEP_LOG_LINE@json.output@{@@@",
193 "@@@STEP_LOG_LINE@json.output@ \"benchmarks\": \"[dummy hash for benchmar ks]\", @@@", 200 "@@@STEP_LOG_LINE@json.output@ \"benchmarks\": \"[dummy hash for benchmar ks]\", @@@",
194 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@", 201 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@",
195 "@@@STEP_LOG_LINE@json.output@ \"check-static-initializers\": \"[dummy ha sh for check-static-initializers]\", @@@", 202 "@@@STEP_LOG_LINE@json.output@ \"check-static-initializers\": \"[dummy ha sh for check-static-initializers]\", @@@",
196 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\ ", @@@", 203 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\ ", @@@",
197 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\", @@@", 204 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\", @@@",
198 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\", @@@", 205 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\", @@@",
199 "@@@STEP_LOG_LINE@json.output@ \"optimize_for_size\": \"[dummy hash for o ptimize_for_size]\", @@@", 206 "@@@STEP_LOG_LINE@json.output@ \"optimize_for_size\": \"[dummy hash for o ptimize_for_size]\", @@@",
200 "@@@STEP_LOG_LINE@json.output@ \"perf\": \"[dummy hash for perf]\", @@@", 207 "@@@STEP_LOG_LINE@json.output@ \"perf\": \"[dummy hash for perf]\", @@@",
201 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @ @@", 208 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @ @@",
202 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@ @@", 209 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@ @@",
203 "@@@STEP_LOG_LINE@json.output@}@@@", 210 "@@@STEP_LOG_LINE@json.output@}@@@",
204 "@@@STEP_LOG_END@json.output@@@" 211 "@@@STEP_LOG_END@json.output@@@"
205 ] 212 ]
206 }, 213 },
207 { 214 {
208 "cmd": [ 215 "cmd": [
209 "python", 216 "python",
210 "-u", 217 "-u",
211 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 218 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
212 "--", 219 "--",
213 "[ROOT]/b/depot_tools/gsutil.py", 220 "[DEPOT_TOOLS]/gsutil.py",
214 "----", 221 "----",
215 "cp", 222 "cp",
216 "-a", 223 "-a",
217 "public-read", 224 "public-read",
218 "{\"benchmarks\": \"[dummy hash for benchmarks]\", \"bot_default\": \"[dum my hash for bot_default]\", \"check-static-initializers\": \"[dummy hash for che ck-static-initializers]\", \"ignition\": \"[dummy hash for ignition]\", \"mjsuni t\": \"[dummy hash for mjsunit]\", \"mozilla\": \"[dummy hash for mozilla]\", \" optimize_for_size\": \"[dummy hash for optimize_for_size]\", \"perf\": \"[dummy hash for perf]\", \"simdjs\": \"[dummy hash for simdjs]\", \"test262\": \"[dummy hash for test262]\"}", 225 "{\"benchmarks\": \"[dummy hash for benchmarks]\", \"bot_default\": \"[dum my hash for bot_default]\", \"check-static-initializers\": \"[dummy hash for che ck-static-initializers]\", \"ignition\": \"[dummy hash for ignition]\", \"mjsuni t\": \"[dummy hash for mjsunit]\", \"mozilla\": \"[dummy hash for mozilla]\", \" optimize_for_size\": \"[dummy hash for optimize_for_size]\", \"perf\": \"[dummy hash for perf]\", \"simdjs\": \"[dummy hash for simdjs]\", \"test262\": \"[dummy hash for test262]\"}",
219 "gs://chromium-v8/v8-linux64-rel/full-build-linux_f2cbea7e89a45f46819777bb 78a1f5bd0241f64c.json" 226 "gs://chromium-v8/v8-linux64-rel/full-build-linux_f2cbea7e89a45f46819777bb 78a1f5bd0241f64c.json"
220 ], 227 ],
228 "cwd": "[SLAVE_BUILD]",
221 "name": "gsutil upload", 229 "name": "gsutil upload",
222 "~followup_annotations": [ 230 "~followup_annotations": [
223 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8/v 8-linux64-rel/full-build-linux_f2cbea7e89a45f46819777bb78a1f5bd0241f64c.json@@@" 231 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8/v 8-linux64-rel/full-build-linux_f2cbea7e89a45f46819777bb78a1f5bd0241f64c.json@@@"
224 ] 232 ]
225 }, 233 },
226 { 234 {
227 "allow_subannotations": true, 235 "allow_subannotations": true,
228 "cmd": [ 236 "cmd": [
229 "python", 237 "python",
230 "-u", 238 "-u",
231 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 239 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
232 "--show-path", 240 "--show-path",
233 "python", 241 "python",
234 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", 242 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py",
235 "--target", 243 "--target",
236 "Release", 244 "Release",
237 "--build-url", 245 "--build-url",
238 "gs://chromium-v8/v8-linux64-rel", 246 "gs://chromium-v8/v8-linux64-rel",
239 "--src-dir", 247 "--src-dir",
240 "v8", 248 "v8",
241 "--factory-properties", 249 "--factory-properties",
242 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Linux64 - builder\", \"buildnumber\" : 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", 250 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Linux64 - builder\", \"buildnumber\" : 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}",
243 "--build-properties", 251 "--build-properties",
244 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Linux64 - builder\", \"buildnumber\" : 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" 252 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Linux64 - builder\", \"buildnumber\" : 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recipe\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}"
245 ], 253 ],
254 "cwd": "[SLAVE_BUILD]",
246 "name": "package build" 255 "name": "package build"
247 }, 256 },
248 { 257 {
249 "cmd": [], 258 "cmd": [],
259 "cwd": "[SLAVE_BUILD]",
250 "name": "trigger", 260 "name": "trigger",
251 "trigger_specs": [ 261 "trigger_specs": [
252 { 262 {
253 "builder_name": "V8 Linux64", 263 "builder_name": "V8 Linux64",
254 "properties": { 264 "properties": {
255 "parent_build_environment": { 265 "parent_build_environment": {
256 "GYP_DEFINES": "clang=1 target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64", 266 "GYP_DEFINES": "clang=1 target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64",
257 "GYP_GENERATORS": "ninja" 267 "GYP_GENERATORS": "ninja"
258 }, 268 },
259 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 269 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 } 309 }
300 } 310 }
301 } 311 }
302 ], 312 ],
303 "~followup_annotations": [ 313 "~followup_annotations": [
304 "@@@STEP_TEXT@V8 Linux64<br />V8 Linux64 - avx2@@@" 314 "@@@STEP_TEXT@V8 Linux64<br />V8 Linux64 - avx2@@@"
305 ] 315 ]
306 }, 316 },
307 { 317 {
308 "cmd": [], 318 "cmd": [],
319 "cwd": "[SLAVE_BUILD]",
309 "name": "trigger (2)", 320 "name": "trigger (2)",
310 "trigger_specs": [ 321 "trigger_specs": [
311 { 322 {
312 "bucket": "master.internal.client.v8", 323 "bucket": "master.internal.client.v8",
313 "buildbot_changes": [ 324 "buildbot_changes": [
314 { 325 {
315 "author": "trigger_proxy", 326 "author": "trigger_proxy",
316 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c" 327 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c"
317 } 328 }
318 ], 329 ],
(...skipping 26 matching lines...) Expand all
345 "~followup_annotations": [ 356 "~followup_annotations": [
346 "@@@STEP_TEXT@v8_trigger_proxy@@@" 357 "@@@STEP_TEXT@v8_trigger_proxy@@@"
347 ] 358 ]
348 }, 359 },
349 { 360 {
350 "name": "$result", 361 "name": "$result",
351 "recipe_result": null, 362 "recipe_result": null,
352 "status_code": 0 363 "status_code": 0
353 } 364 }
354 ] 365 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698