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

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

Issue 1581803003: V8 Buildbot: Add more ng trybots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fixes Created 4 years, 11 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "client.v8", 8 "tryserver.v8",
9 "--builder", 9 "--builder",
10 "V8 Linux - nosnap builder", 10 "v8_linux64_rel_ng",
11 "--slave", 11 "--slave",
12 "TestSlavename", 12 "TestSlavename",
13 "--spec", 13 "--spec",
14 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn:// svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru e, 'name': 'v8', 'url': 'https://chromium.googlesource.com/v8/v8'}]", 14 "cache_dir = None\nsolutions = [{'custom_vars': {'chromium_trunk': 'svn:// svn-mirror.golo.chromium.org/chrome/trunk'}, 'deps_file': 'DEPS', 'managed': Tru e, '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 "--issue",
20 "12853011",
21 "--patchset",
22 "1",
23 "--rietveld_server",
24 "https://codereview.chromium.org",
19 "--output_json", 25 "--output_json",
20 "/path/to/tmp/json", 26 "/path/to/tmp/json",
21 "--revision", 27 "--revision",
22 "v8@20123", 28 "v8@12345",
23 "--no_shallow", 29 "--no_shallow",
24 "--output_manifest" 30 "--output_manifest"
25 ], 31 ],
26 "cwd": "[SLAVE_BUILD]", 32 "cwd": "[SLAVE_BUILD]",
27 "name": "bot_update", 33 "name": "bot_update",
28 "~followup_annotations": [ 34 "~followup_annotations": [
29 "@@@STEP_TEXT@Some step text@@@", 35 "@@@STEP_TEXT@Some step text@@@",
30 "@@@STEP_LOG_LINE@json.output@{@@@", 36 "@@@STEP_LOG_LINE@json.output@{@@@",
31 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
32 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", 38 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 }, 79 },
74 { 80 {
75 "cmd": [ 81 "cmd": [
76 "python", 82 "python",
77 "-u", 83 "-u",
78 "[DEPOT_TOOLS]/gclient.py", 84 "[DEPOT_TOOLS]/gclient.py",
79 "runhooks" 85 "runhooks"
80 ], 86 ],
81 "cwd": "[SLAVE_BUILD]", 87 "cwd": "[SLAVE_BUILD]",
82 "env": { 88 "env": {
83 "GYP_DEFINES": "clang=1 gomadir='[BUILD]/goma' target_arch=ia32 test_isola tion_mode=prepare use_goma=1 v8_target_arch=ia32 v8_use_snapshot=false", 89 "GYP_DEFINES": "clang=1 dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/go ma' target_arch=x64 test_isolation_mode=prepare use_goma=1 v8_target_arch=x64",
84 "GYP_GENERATORS": "ninja" 90 "GYP_GENERATORS": "ninja"
85 }, 91 },
86 "name": "gclient runhooks" 92 "name": "gclient runhooks"
87 }, 93 },
88 { 94 {
89 "cmd": [ 95 "cmd": [
90 "python", 96 "python",
91 "-u", 97 "-u",
92 "[BUILD]/scripts/slave/cleanup_temp.py" 98 "[BUILD]/scripts/slave/cleanup_temp.py"
93 ], 99 ],
(...skipping 30 matching lines...) Expand all
124 "--src-dir", 130 "--src-dir",
125 "[SLAVE_BUILD]/v8", 131 "[SLAVE_BUILD]/v8",
126 "--build-tool", 132 "--build-tool",
127 "ninja", 133 "ninja",
128 "--compiler", 134 "--compiler",
129 "goma-clang", 135 "goma-clang",
130 "--goma-jsonstatus", 136 "--goma-jsonstatus",
131 "/path/to/tmp/json", 137 "/path/to/tmp/json",
132 "--goma-dir", 138 "--goma-dir",
133 "[BUILD]/goma", 139 "[BUILD]/goma",
140 "--goma-fail-fast",
141 "--goma-disable-local-fallback",
134 "--" 142 "--"
135 ], 143 ],
136 "cwd": "[SLAVE_BUILD]", 144 "cwd": "[SLAVE_BUILD]",
137 "name": "compile", 145 "name": "compile",
138 "~followup_annotations": [ 146 "~followup_annotations": [
139 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 147 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
140 "@@@STEP_LOG_END@json.output (invalid)@@@" 148 "@@@STEP_LOG_END@json.output (invalid)@@@"
141 ] 149 ]
142 }, 150 },
143 { 151 {
144 "cmd": [ 152 "cmd": [
145 "python", 153 "python",
146 "-u", 154 "-u",
147 "RECIPE_MODULE[isolate]/resources/isolate.py", 155 "RECIPE_MODULE[isolate]/resources/isolate.py",
148 "[SLAVE_BUILD]/v8/tools/swarming_client", 156 "[SLAVE_BUILD]/v8/tools/swarming_client",
149 "batcharchive", 157 "batcharchive",
150 "--dump-json", 158 "--dump-json",
151 "/path/to/tmp/json", 159 "/path/to/tmp/json",
152 "--isolate-server", 160 "--isolate-server",
153 "https://isolateserver.appspot.com", 161 "https://isolateserver.appspot.com",
154 "--verbose", 162 "--verbose",
155 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json", 163 "[SLAVE_BUILD]/v8/out/Release/bot_default.isolated.gen.json",
156 "[SLAVE_BUILD]/v8/out/Release/mozilla.isolated.gen.json", 164 "[SLAVE_BUILD]/v8/out/Release/check-static-initializers.isolated.gen.json" ,
165 "[SLAVE_BUILD]/v8/out/Release/ignition.isolated.gen.json",
166 "[SLAVE_BUILD]/v8/out/Release/mjsunit.isolated.gen.json",
167 "[SLAVE_BUILD]/v8/out/Release/optimize_for_size.isolated.gen.json",
157 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json", 168 "[SLAVE_BUILD]/v8/out/Release/simdjs.isolated.gen.json",
158 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json" 169 "[SLAVE_BUILD]/v8/out/Release/test262.isolated.gen.json"
159 ], 170 ],
160 "cwd": "[SLAVE_BUILD]", 171 "cwd": "[SLAVE_BUILD]",
161 "name": "isolate tests", 172 "name": "isolate tests",
162 "~followup_annotations": [ 173 "~followup_annotations": [
163 "@@@STEP_LOG_LINE@json.output@{@@@", 174 "@@@STEP_LOG_LINE@json.output@{@@@",
164 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@", 175 "@@@STEP_LOG_LINE@json.output@ \"bot_default\": \"[dummy hash for bot_def ault]\", @@@",
165 "@@@STEP_LOG_LINE@json.output@ \"mozilla\": \"[dummy hash for mozilla]\", @@@", 176 "@@@STEP_LOG_LINE@json.output@ \"check-static-initializers\": \"[dummy ha sh for check-static-initializers]\", @@@",
177 "@@@STEP_LOG_LINE@json.output@ \"ignition\": \"[dummy hash for ignition]\ ", @@@",
178 "@@@STEP_LOG_LINE@json.output@ \"mjsunit\": \"[dummy hash for mjsunit]\", @@@",
179 "@@@STEP_LOG_LINE@json.output@ \"optimize_for_size\": \"[dummy hash for o ptimize_for_size]\", @@@",
166 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @ @@", 180 "@@@STEP_LOG_LINE@json.output@ \"simdjs\": \"[dummy hash for simdjs]\", @ @@",
167 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@ @@", 181 "@@@STEP_LOG_LINE@json.output@ \"test262\": \"[dummy hash for test262]\"@ @@",
168 "@@@STEP_LOG_LINE@json.output@}@@@", 182 "@@@STEP_LOG_LINE@json.output@}@@@",
169 "@@@STEP_LOG_END@json.output@@@" 183 "@@@STEP_LOG_END@json.output@@@"
170 ] 184 ]
171 }, 185 },
172 { 186 {
173 "cmd": [
174 "python",
175 "-u",
176 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
177 "--",
178 "[DEPOT_TOOLS]/gsutil.py",
179 "----",
180 "cp",
181 "-a",
182 "public-read",
183 "{\"bot_default\": \"[dummy hash for bot_default]\", \"mozilla\": \"[dummy hash for mozilla]\", \"simdjs\": \"[dummy hash for simdjs]\", \"test262\": \"[d ummy hash for test262]\"}",
184 "gs://chromium-v8/v8-linux-nosnap-rel/full-build-linux_f2cbea7e89a45f46819 777bb78a1f5bd0241f64c.json"
185 ],
186 "cwd": "[SLAVE_BUILD]",
187 "name": "gsutil upload",
188 "~followup_annotations": [
189 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-v8/v 8-linux-nosnap-rel/full-build-linux_f2cbea7e89a45f46819777bb78a1f5bd0241f64c.jso n@@@"
190 ]
191 },
192 {
193 "allow_subannotations": true,
194 "cmd": [
195 "python",
196 "-u",
197 "[BUILD]/scripts/slave/zip_build.py",
198 "--target",
199 "Release",
200 "--build-url",
201 "gs://chromium-v8/v8-linux-nosnap-rel",
202 "--src-dir",
203 "v8",
204 "--factory-properties",
205 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Linux - nosnap builder\", \"buildnum ber\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recip e\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}",
206 "--build-properties",
207 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" branch\": \"master\", \"buildername\": \"V8 Linux - nosnap builder\", \"buildnum ber\": 571, \"mastername\": \"client.v8\", \"parent_buildername\": null, \"recip e\": \"v8\", \"revision\": \"20123\", \"slavename\": \"TestSlavename\", \"workdi r\": \"/path/to/workdir/TestSlavename\"}"
208 ],
209 "cwd": "[SLAVE_BUILD]",
210 "name": "package build"
211 },
212 {
213 "cmd": [], 187 "cmd": [],
214 "cwd": "[SLAVE_BUILD]", 188 "cwd": "[SLAVE_BUILD]",
215 "name": "trigger", 189 "name": "trigger",
216 "trigger_specs": [ 190 "trigger_specs": [
217 { 191 {
218 "builder_name": "V8 Linux - nosnap", 192 "builder_name": "v8_linux64_rel_ng_triggered",
219 "properties": { 193 "properties": {
194 "category": "cq",
195 "issue": 12853011,
196 "master": "tryserver.v8",
220 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 197 "parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
221 "parent_got_revision_cp": "refs/heads/master@{#50110}", 198 "parent_got_revision_cp": "refs/heads/master@{#50110}",
222 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4", 199 "parent_got_swarming_client_revision": "e4fee0b18f8163be6097c9c5716400 38896debc4",
223 "revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c", 200 "patch_project": "v8",
201 "patch_storage": "rietveld",
202 "patchset": "1",
203 "reason": "CQ",
204 "requester": "commit-bot@chromium.org",
205 "revision": "12345",
206 "rietveld": "https://codereview.chromium.org",
224 "swarm_hashes": { 207 "swarm_hashes": {
225 "bot_default": "[dummy hash for bot_default]", 208 "bot_default": "[dummy hash for bot_default]",
226 "mozilla": "[dummy hash for mozilla]", 209 "check-static-initializers": "[dummy hash for check-static-initializ ers]",
210 "ignition": "[dummy hash for ignition]",
211 "mjsunit": "[dummy hash for mjsunit]",
212 "optimize_for_size": "[dummy hash for optimize_for_size]",
227 "simdjs": "[dummy hash for simdjs]", 213 "simdjs": "[dummy hash for simdjs]",
228 "test262": "[dummy hash for test262]" 214 "test262": "[dummy hash for test262]"
229 } 215 }
230 } 216 }
231 } 217 }
232 ], 218 ],
233 "~followup_annotations": [ 219 "~followup_annotations": [
234 "@@@STEP_TEXT@V8 Linux - nosnap@@@" 220 "@@@STEP_TEXT@v8_linux64_rel_ng_triggered@@@"
235 ] 221 ]
236 }, 222 },
237 { 223 {
238 "name": "$result", 224 "name": "$result",
239 "recipe_result": null, 225 "recipe_result": null,
240 "status_code": 0 226 "status_code": 0
241 } 227 }
242 ] 228 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698