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 "--master", | 7 "--master", |
8 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
9 "--builder", | 9 "--builder", |
10 "linux_perf_bisect", | 10 "linux_perf_bisect", |
11 "--slave", | 11 "--slave", |
12 "TestSlavename", | 12 "TestSlavename", |
13 "--spec", | 13 "--spec", |
14 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'llvm_url': 'svn://svn-mirror.golo.ch
romium.org/llvm-project', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/nati
ve_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)
s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_fil
e': 'DEPS', 'managed': False, 'name': 'src', 'url': 'svn://svn-mirror.golo.chrom
ium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefox2_prof
ile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, '
src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/test/dat
a/firefox3_searchplugins': 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/d
ata/mozilla_js_tests': None, 'src/data/selenium_core': None, 'src/data/tab_switc
hing': None, 'src/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder
': None, 'src/webkit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugin
s': None, 'src/webkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed':
False, 'name': 'src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome
-internal/trunk/src-internal'}]", | 14 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'llvm_url': 'svn:/
/svn-mirror.golo.chromium.org/llvm-project', 'nacl_trunk': 'svn://svn-mirror.gol
o.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.c
hromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink
/trunk'}, 'deps_file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'svn://sv
n-mirror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test
/data/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_sear
chplugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, '
src/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd':
None, 'src/chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/da
ta/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscover
y': None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_
test': None, 'src/data/mozilla_js_tests': None, 'src/data/selenium_core': None,
'src/data/tab_switching': None, 'src/tools/grit/grit/test/data': None, 'src/webk
it/data/bmp_decoder': None, 'src/webkit/data/ico_decoder': None, 'src/webkit/dat
a/test_shell/plugins': None, 'src/webkit/data/xbm_decoder': None}, 'deps_file':
'DEPS', 'managed': False, 'name': 'src-internal', 'url': 'svn://svn-mirror.golo.
chromium.org/chrome-internal/trunk/src-internal'}]", |
15 "--root", | 15 "--root", |
16 "src", | 16 "src", |
17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
19 "--git-cache-dir", | 19 "--git-cache-dir", |
20 "[GIT_CACHE]", | 20 "[ROOT]/b/build/slave/cache_dir", |
21 "--issue", | 21 "--issue", |
22 "12853011", | 22 "12853011", |
23 "--patchset", | 23 "--patchset", |
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 "src@HEAD", | 30 "src@HEAD", |
31 "--output_manifest" | 31 "--output_manifest" |
32 ], | 32 ], |
33 "cwd": "[SLAVE_BUILD]", | |
34 "env": { | 33 "env": { |
35 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 34 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
36 }, | 35 }, |
37 "name": "bot_update", | 36 "name": "bot_update", |
38 "~followup_annotations": [ | 37 "~followup_annotations": [ |
39 "@@@STEP_TEXT@Some step text@@@", | 38 "@@@STEP_TEXT@Some step text@@@", |
40 "@@@STEP_LOG_LINE@json.output@{@@@", | 39 "@@@STEP_LOG_LINE@json.output@{@@@", |
41 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
42 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 41 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
43 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 42 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 96 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
98 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 97 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
99 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 98 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
100 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 99 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
101 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 100 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
102 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 101 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
103 ] | 102 ] |
104 }, | 103 }, |
105 { | 104 { |
106 "cmd": [], | 105 "cmd": [], |
107 "cwd": "[SLAVE_BUILD]", | |
108 "name": "ensure_goma" | 106 "name": "ensure_goma" |
109 }, | 107 }, |
110 { | 108 { |
111 "cmd": [ | 109 "cmd": [ |
112 "python", | 110 "python", |
113 "-u", | 111 "-u", |
114 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 112 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
115 "--platform", | 113 "--platform", |
116 "linux-amd64", | 114 "linux-amd64", |
117 "--dest-directory", | 115 "--dest-directory", |
118 "[SLAVE_BUILD]/cipd", | 116 "[CWD]/cipd", |
119 "--json-output", | 117 "--json-output", |
120 "/path/to/tmp/json" | 118 "/path/to/tmp/json" |
121 ], | 119 ], |
122 "cwd": "[SLAVE_BUILD]", | |
123 "name": "ensure_goma.install cipd", | 120 "name": "ensure_goma.install cipd", |
124 "~followup_annotations": [ | 121 "~followup_annotations": [ |
125 "@@@STEP_NEST_LEVEL@1@@@", | 122 "@@@STEP_NEST_LEVEL@1@@@", |
126 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 123 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
127 "@@@STEP_LOG_LINE@json.output@{@@@", | 124 "@@@STEP_LOG_LINE@json.output@{@@@", |
128 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | 125 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", |
129 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 126 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
130 "@@@STEP_LOG_LINE@json.output@}@@@", | 127 "@@@STEP_LOG_LINE@json.output@}@@@", |
131 "@@@STEP_LOG_END@json.output@@@" | 128 "@@@STEP_LOG_END@json.output@@@" |
132 ] | 129 ] |
133 }, | 130 }, |
134 { | 131 { |
135 "cmd": [ | 132 "cmd": [ |
136 "[SLAVE_BUILD]/cipd/cipd", | 133 "fake_slave_build/cipd", |
137 "ensure", | 134 "ensure", |
138 "--root", | 135 "--root", |
139 "[CACHE]/cipd/goma", | 136 "[ROOT]/b/build/slave/cache/cipd/goma", |
140 "--list", | 137 "--list", |
141 "infra_internal/goma/client/linux-amd64 release", | 138 "infra_internal/goma/client/linux-amd64 release", |
142 "--json-output", | 139 "--json-output", |
143 "/path/to/tmp/json", | 140 "/path/to/tmp/json", |
144 "--service-account-json", | 141 "--service-account-json", |
145 "/creds/service_accounts/service-account-goma-client.json" | 142 "/creds/service_accounts/service-account-goma-client.json" |
146 ], | 143 ], |
147 "cwd": "[SLAVE_BUILD]", | |
148 "name": "ensure_goma.ensure_installed", | 144 "name": "ensure_goma.ensure_installed", |
149 "~followup_annotations": [ | 145 "~followup_annotations": [ |
150 "@@@STEP_NEST_LEVEL@1@@@", | 146 "@@@STEP_NEST_LEVEL@1@@@", |
151 "@@@STEP_LOG_LINE@json.output@{@@@", | 147 "@@@STEP_LOG_LINE@json.output@{@@@", |
152 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 148 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
153 "@@@STEP_LOG_LINE@json.output@ {@@@", | 149 "@@@STEP_LOG_LINE@json.output@ {@@@", |
154 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 150 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
155 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 151 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
156 "@@@STEP_LOG_LINE@json.output@ }@@@", | 152 "@@@STEP_LOG_LINE@json.output@ }@@@", |
157 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 153 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
158 "@@@STEP_LOG_LINE@json.output@}@@@", | 154 "@@@STEP_LOG_LINE@json.output@}@@@", |
159 "@@@STEP_LOG_END@json.output@@@" | 155 "@@@STEP_LOG_END@json.output@@@" |
160 ] | 156 ] |
161 }, | 157 }, |
162 { | 158 { |
163 "cmd": [ | 159 "cmd": [ |
164 "python", | 160 "python", |
165 "-u", | 161 "-u", |
166 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 162 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
167 "runhooks" | 163 "runhooks" |
168 ], | 164 ], |
169 "cwd": "[SLAVE_BUILD]", | |
170 "env": { | 165 "env": { |
171 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 166 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
172 "GYP_CHROMIUM_NO_ACTION": "1", | 167 "GYP_CHROMIUM_NO_ACTION": "1", |
173 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", | 168 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[ROOT]/b/build/slave/cache/cipd/goma' target_arch=x64 use_goma=1", |
174 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 169 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
175 }, | 170 }, |
176 "name": "gclient runhooks (with patch)" | 171 "name": "gclient runhooks (with patch)" |
177 }, | 172 }, |
178 { | 173 { |
179 "cmd": [ | 174 "cmd": [ |
180 "git", | 175 "git", |
181 "diff", | 176 "diff", |
182 "--cached", | 177 "--cached", |
183 "--name-only" | 178 "--name-only" |
184 ], | 179 ], |
185 "cwd": "[SLAVE_BUILD]/src", | 180 "cwd": "[CWD]/src", |
186 "name": "git diff to analyze patch", | 181 "name": "git diff to analyze patch", |
187 "stdout": "/path/to/tmp/", | 182 "stdout": "/path/to/tmp/", |
188 "~followup_annotations": [ | 183 "~followup_annotations": [ |
189 "@@@STEP_LOG_LINE@files@tools/run-perf-test.cfg@@@", | 184 "@@@STEP_LOG_LINE@files@tools/run-perf-test.cfg@@@", |
190 "@@@STEP_LOG_END@files@@@" | 185 "@@@STEP_LOG_END@files@@@" |
191 ] | 186 ] |
192 }, | 187 }, |
193 { | 188 { |
194 "cmd": [ | 189 "cmd": [ |
195 "python", | 190 "python", |
196 "-u", | 191 "-u", |
197 "RECIPE_MODULE[build::perf_try]/resources/load_config_to_json.py", | 192 "RECIPE_MODULE[build::perf_try]/resources/load_config_to_json.py", |
198 "--source", | 193 "--source", |
199 "[SLAVE_BUILD]/src/tools/run-perf-test.cfg", | 194 "[CWD]/src/tools/run-perf-test.cfg", |
200 "--output_json", | 195 "--output_json", |
201 "/path/to/tmp/json" | 196 "/path/to/tmp/json" |
202 ], | 197 ], |
203 "cwd": "[SLAVE_BUILD]", | |
204 "name": "load config", | 198 "name": "load config", |
205 "~followup_annotations": [ | 199 "~followup_annotations": [ |
206 "@@@STEP_LOG_LINE@json.output@{@@@", | 200 "@@@STEP_LOG_LINE@json.output@{@@@", |
207 "@@@STEP_LOG_LINE@json.output@ \"command\": \"./tools/perf/run_benchmark
-v --browser=release sunspider\", @@@", | 201 "@@@STEP_LOG_LINE@json.output@ \"command\": \"./tools/perf/run_benchmark
-v --browser=release sunspider\", @@@", |
208 "@@@STEP_LOG_LINE@json.output@ \"max_time_minutes\": \"25\", @@@", | 202 "@@@STEP_LOG_LINE@json.output@ \"max_time_minutes\": \"25\", @@@", |
209 "@@@STEP_LOG_LINE@json.output@ \"metric\": \"dummy/dummy\", @@@", | 203 "@@@STEP_LOG_LINE@json.output@ \"metric\": \"dummy/dummy\", @@@", |
210 "@@@STEP_LOG_LINE@json.output@ \"repeat_count\": \"1\", @@@", | 204 "@@@STEP_LOG_LINE@json.output@ \"repeat_count\": \"1\", @@@", |
211 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"ia32\", @@@", | 205 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"ia32\", @@@", |
212 "@@@STEP_LOG_LINE@json.output@ \"truncate_percent\": \"25\"@@@", | 206 "@@@STEP_LOG_LINE@json.output@ \"truncate_percent\": \"25\"@@@", |
213 "@@@STEP_LOG_LINE@json.output@}@@@", | 207 "@@@STEP_LOG_LINE@json.output@}@@@", |
214 "@@@STEP_LOG_END@json.output@@@" | 208 "@@@STEP_LOG_END@json.output@@@" |
215 ] | 209 ] |
216 }, | 210 }, |
217 { | 211 { |
218 "cmd": [ | 212 "cmd": [ |
219 "python", | 213 "python", |
220 "-u", | 214 "-u", |
221 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 215 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
222 "--show-path", | 216 "--show-path", |
223 "python", | 217 "python", |
224 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 218 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
225 ], | 219 ], |
226 "cwd": "[SLAVE_BUILD]", | |
227 "name": "cleanup_temp" | 220 "name": "cleanup_temp" |
228 }, | 221 }, |
229 { | 222 { |
230 "cmd": [ | 223 "cmd": [ |
231 "python", | 224 "python", |
232 "-u", | 225 "-u", |
233 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 226 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
234 "[SLAVE_BUILD]/src/out/Release" | 227 "[CWD]/src/out/Release" |
235 ], | 228 ], |
236 "cwd": "[SLAVE_BUILD]", | |
237 "name": "rmtree build directory", | 229 "name": "rmtree build directory", |
238 "~followup_annotations": [ | 230 "~followup_annotations": [ |
239 "@@@STEP_LOG_LINE@python.inline@@@@", | 231 "@@@STEP_LOG_LINE@python.inline@@@@", |
240 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 232 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
241 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 233 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
242 "@@@STEP_LOG_LINE@python.inline@@@@", | 234 "@@@STEP_LOG_LINE@python.inline@@@@", |
243 "@@@STEP_LOG_LINE@python.inline@@@@", | 235 "@@@STEP_LOG_LINE@python.inline@@@@", |
244 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 236 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
245 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 237 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
246 "@@@STEP_LOG_END@python.inline@@@" | 238 "@@@STEP_LOG_END@python.inline@@@" |
247 ] | 239 ] |
248 }, | 240 }, |
249 { | 241 { |
250 "cmd": [ | 242 "cmd": [ |
251 "python", | 243 "python", |
252 "-u", | 244 "-u", |
253 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 245 "[CWD]/src/tools/mb/mb.py", |
254 "gen", | 246 "gen", |
255 "-m", | 247 "-m", |
256 "tryserver.chromium.perf", | 248 "tryserver.chromium.perf", |
257 "-b", | 249 "-b", |
258 "linux_perf_bisect", | 250 "linux_perf_bisect", |
259 "--config-file", | 251 "--config-file", |
260 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 252 "[CWD]/src/tools/mb/mb_config.pyl", |
261 "--goma-dir", | 253 "--goma-dir", |
262 "[CACHE]/cipd/goma", | 254 "[ROOT]/b/build/slave/cache/cipd/goma", |
263 "//out/Release" | 255 "//out/Release" |
264 ], | 256 ], |
265 "cwd": "[SLAVE_BUILD]", | |
266 "name": "generate_build_files (with patch)" | 257 "name": "generate_build_files (with patch)" |
267 }, | 258 }, |
268 { | 259 { |
269 "cmd": [ | 260 "cmd": [ |
270 "python", | 261 "python", |
271 "-u", | 262 "-u", |
272 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 263 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
273 "--show-path", | 264 "--show-path", |
274 "python", | 265 "python", |
275 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 266 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
276 "--gsutil-py-path", | 267 "--gsutil-py-path", |
277 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 268 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
278 "--ninja-path", | 269 "--ninja-path", |
279 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 270 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
280 "--target", | 271 "--target", |
281 "Release", | 272 "Release", |
282 "--src-dir", | 273 "--src-dir", |
283 "[SLAVE_BUILD]/src", | 274 "[CWD]/src", |
284 "--goma-cache-dir", | 275 "--goma-cache-dir", |
285 "[GOMA_CACHE]", | 276 "[ROOT]/b/build/slave/goma_cache", |
286 "--build-tool", | 277 "--build-tool", |
287 "ninja", | 278 "ninja", |
288 "--compiler", | 279 "--compiler", |
289 "goma", | 280 "goma", |
290 "--goma-jsonstatus", | 281 "--goma-jsonstatus", |
291 "/path/to/tmp/json", | 282 "/path/to/tmp/json", |
292 "--goma-service-account-json-file", | 283 "--goma-service-account-json-file", |
293 "/creds/service_accounts/service-account-goma-client.json", | 284 "/creds/service_accounts/service-account-goma-client.json", |
294 "--mode", | 285 "--mode", |
295 "official", | 286 "official", |
296 "--goma-dir", | 287 "--goma-dir", |
297 "[CACHE]/cipd/goma", | 288 "[ROOT]/b/build/slave/cache/cipd/goma", |
298 "--goma-hermetic", | 289 "--goma-hermetic", |
299 "fallback", | 290 "fallback", |
300 "--goma-fail-fast", | 291 "--goma-fail-fast", |
301 "--goma-disable-local-fallback", | 292 "--goma-disable-local-fallback", |
302 "--", | 293 "--", |
303 "chromium_builder_perf" | 294 "chromium_builder_perf" |
304 ], | 295 ], |
305 "cwd": "[SLAVE_BUILD]", | |
306 "env": { | 296 "env": { |
307 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 297 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
308 }, | 298 }, |
309 "name": "compile (with patch)", | 299 "name": "compile (with patch)", |
310 "~followup_annotations": [ | 300 "~followup_annotations": [ |
311 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 301 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
312 "@@@STEP_LOG_END@json.output (invalid)@@@" | 302 "@@@STEP_LOG_END@json.output (invalid)@@@" |
313 ] | 303 ] |
314 }, | 304 }, |
315 { | 305 { |
316 "cmd": [ | 306 "cmd": [ |
317 "python", | 307 "python", |
318 "-u", | 308 "-u", |
319 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 309 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
320 "--target", | 310 "--target", |
321 "Release", | 311 "Release", |
322 "--xvfb", | 312 "--xvfb", |
323 "--factory-properties", | 313 "--factory-properties", |
324 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"
issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\
": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti
on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\"
, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam
e\"}", | 314 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"
issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\
": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti
on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\"
, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam
e\"}", |
325 "--build-properties", | 315 "--build-properties", |
326 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"
issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\
": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti
on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\"
, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam
e\"}", | 316 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"
issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\
": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti
on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\"
, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam
e\"}", |
327 "--step-name=Performance Test (With Patch) 1 of 1", | 317 "--step-name=Performance Test (With Patch) 1 of 1", |
328 "--builder-name=linux_perf_bisect", | 318 "--builder-name=linux_perf_bisect", |
329 "--slave-name=TestSlavename", | 319 "--slave-name=TestSlavename", |
330 "--build-number=571", | 320 "--build-number=571", |
331 "--run-python-script", | 321 "--run-python-script", |
332 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", | 322 "[CWD]/src/tools/perf/run_benchmark", |
333 "-v", | 323 "-v", |
334 "--browser=release", | 324 "--browser=release", |
335 "sunspider", | 325 "sunspider", |
336 "--reset-results", | 326 "--reset-results", |
337 "--upload-results", | 327 "--upload-results", |
338 "--results-label=Patch" | 328 "--results-label=Patch" |
339 ], | 329 ], |
340 "cwd": "[SLAVE_BUILD]", | |
341 "name": "Performance Test (With Patch) 1 of 1", | 330 "name": "Performance Test (With Patch) 1 of 1", |
342 "stderr": "/path/to/tmp/", | 331 "stderr": "/path/to/tmp/", |
343 "stdout": "/path/to/tmp/", | 332 "stdout": "/path/to/tmp/", |
344 "~followup_annotations": [ | 333 "~followup_annotations": [ |
345 "step returned non-zero exit code: 1", | 334 "step returned non-zero exit code: 1", |
346 "@@@STEP_LOG_END@Failure Output@@@", | 335 "@@@STEP_LOG_END@Failure Output@@@", |
347 "@@@STEP_FAILURE@@@" | 336 "@@@STEP_FAILURE@@@" |
348 ] | 337 ] |
349 }, | 338 }, |
350 { | 339 { |
351 "cmd": [ | 340 "cmd": [ |
352 "python", | 341 "python", |
353 "-u", | 342 "-u", |
354 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 343 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
355 "--master", | 344 "--master", |
356 "tryserver.chromium.perf", | 345 "tryserver.chromium.perf", |
357 "--builder", | 346 "--builder", |
358 "linux_perf_bisect", | 347 "linux_perf_bisect", |
359 "--slave", | 348 "--slave", |
360 "TestSlavename", | 349 "TestSlavename", |
361 "--spec", | 350 "--spec", |
362 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'llvm_url': 'svn://svn-mirror.golo.ch
romium.org/llvm-project', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/nati
ve_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)
s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_fil
e': 'DEPS', 'managed': False, 'name': 'src', 'url': 'svn://svn-mirror.golo.chrom
ium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefox2_prof
ile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, '
src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/test/dat
a/firefox3_searchplugins': 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/d
ata/mozilla_js_tests': None, 'src/data/selenium_core': None, 'src/data/tab_switc
hing': None, 'src/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder
': None, 'src/webkit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugin
s': None, 'src/webkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed':
False, 'name': 'src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome
-internal/trunk/src-internal'}]", | 351 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_vars'
: {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'llvm_url': 'svn:/
/svn-mirror.golo.chromium.org/llvm-project', 'nacl_trunk': 'svn://svn-mirror.gol
o.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.c
hromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink
/trunk'}, 'deps_file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'svn://sv
n-mirror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test
/data/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_sear
chplugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, '
src/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd':
None, 'src/chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/da
ta/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscover
y': None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_
test': None, 'src/data/mozilla_js_tests': None, 'src/data/selenium_core': None,
'src/data/tab_switching': None, 'src/tools/grit/grit/test/data': None, 'src/webk
it/data/bmp_decoder': None, 'src/webkit/data/ico_decoder': None, 'src/webkit/dat
a/test_shell/plugins': None, 'src/webkit/data/xbm_decoder': None}, 'deps_file':
'DEPS', 'managed': False, 'name': 'src-internal', 'url': 'svn://svn-mirror.golo.
chromium.org/chrome-internal/trunk/src-internal'}]", |
363 "--root", | 352 "--root", |
364 "src", | 353 "src", |
365 "--revision_mapping_file", | 354 "--revision_mapping_file", |
366 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 355 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
367 "--git-cache-dir", | 356 "--git-cache-dir", |
368 "[GIT_CACHE]", | 357 "[ROOT]/b/build/slave/cache_dir", |
369 "--rietveld_server", | 358 "--rietveld_server", |
370 "https://codereview.chromium.org", | 359 "https://codereview.chromium.org", |
371 "--output_json", | 360 "--output_json", |
372 "/path/to/tmp/json", | 361 "/path/to/tmp/json", |
373 "--revision", | 362 "--revision", |
374 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 363 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
375 "--force", | 364 "--force", |
376 "--output_manifest" | 365 "--output_manifest" |
377 ], | 366 ], |
378 "cwd": "[SLAVE_BUILD]", | |
379 "env": { | 367 "env": { |
380 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 368 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
381 }, | 369 }, |
382 "name": "bot_update (without patch)", | 370 "name": "bot_update (without patch)", |
383 "~followup_annotations": [ | 371 "~followup_annotations": [ |
384 "@@@STEP_TEXT@Some step text@@@", | 372 "@@@STEP_TEXT@Some step text@@@", |
385 "@@@STEP_LOG_LINE@json.output@{@@@", | 373 "@@@STEP_LOG_LINE@json.output@{@@@", |
386 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 374 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
387 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 375 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
388 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", | 376 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
435 "@@@STEP_LOG_END@json.output@@@" | 423 "@@@STEP_LOG_END@json.output@@@" |
436 ] | 424 ] |
437 }, | 425 }, |
438 { | 426 { |
439 "cmd": [ | 427 "cmd": [ |
440 "python", | 428 "python", |
441 "-u", | 429 "-u", |
442 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 430 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
443 "runhooks" | 431 "runhooks" |
444 ], | 432 ], |
445 "cwd": "[SLAVE_BUILD]", | |
446 "env": { | 433 "env": { |
447 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 434 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
448 "GYP_CHROMIUM_NO_ACTION": "1", | 435 "GYP_CHROMIUM_NO_ACTION": "1", |
449 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", | 436 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[ROOT]/b/build/slave/cache/cipd/goma' target_arch=x64 use_goma=1", |
450 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 437 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
451 }, | 438 }, |
452 "name": "gclient runhooks (without patch)" | 439 "name": "gclient runhooks (without patch)" |
453 }, | 440 }, |
454 { | 441 { |
455 "cmd": [ | 442 "cmd": [ |
456 "python", | 443 "python", |
457 "-u", | 444 "-u", |
458 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 445 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
459 "--show-path", | 446 "--show-path", |
460 "python", | 447 "python", |
461 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 448 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
462 ], | 449 ], |
463 "cwd": "[SLAVE_BUILD]", | |
464 "name": "cleanup_temp (2)" | 450 "name": "cleanup_temp (2)" |
465 }, | 451 }, |
466 { | 452 { |
467 "cmd": [ | 453 "cmd": [ |
468 "python", | 454 "python", |
469 "-u", | 455 "-u", |
470 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 456 "[CWD]/src/tools/mb/mb.py", |
471 "gen", | 457 "gen", |
472 "-m", | 458 "-m", |
473 "tryserver.chromium.perf", | 459 "tryserver.chromium.perf", |
474 "-b", | 460 "-b", |
475 "linux_perf_bisect", | 461 "linux_perf_bisect", |
476 "--config-file", | 462 "--config-file", |
477 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 463 "[CWD]/src/tools/mb/mb_config.pyl", |
478 "--goma-dir", | 464 "--goma-dir", |
479 "[CACHE]/cipd/goma", | 465 "[ROOT]/b/build/slave/cache/cipd/goma", |
480 "//out/Release" | 466 "//out/Release" |
481 ], | 467 ], |
482 "cwd": "[SLAVE_BUILD]", | |
483 "name": "generate_build_files Without Patch" | 468 "name": "generate_build_files Without Patch" |
484 }, | 469 }, |
485 { | 470 { |
486 "cmd": [ | 471 "cmd": [ |
487 "python", | 472 "python", |
488 "-u", | 473 "-u", |
489 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 474 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
490 "--show-path", | 475 "--show-path", |
491 "python", | 476 "python", |
492 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 477 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
493 "--gsutil-py-path", | 478 "--gsutil-py-path", |
494 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 479 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
495 "--ninja-path", | 480 "--ninja-path", |
496 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 481 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
497 "--target", | 482 "--target", |
498 "Release", | 483 "Release", |
499 "--src-dir", | 484 "--src-dir", |
500 "[SLAVE_BUILD]/src", | 485 "[CWD]/src", |
501 "--goma-cache-dir", | 486 "--goma-cache-dir", |
502 "[GOMA_CACHE]", | 487 "[ROOT]/b/build/slave/goma_cache", |
503 "--build-tool", | 488 "--build-tool", |
504 "ninja", | 489 "ninja", |
505 "--compiler", | 490 "--compiler", |
506 "goma", | 491 "goma", |
507 "--goma-jsonstatus", | 492 "--goma-jsonstatus", |
508 "/path/to/tmp/json", | 493 "/path/to/tmp/json", |
509 "--goma-service-account-json-file", | 494 "--goma-service-account-json-file", |
510 "/creds/service_accounts/service-account-goma-client.json", | 495 "/creds/service_accounts/service-account-goma-client.json", |
511 "--mode", | 496 "--mode", |
512 "official", | 497 "official", |
513 "--goma-dir", | 498 "--goma-dir", |
514 "[CACHE]/cipd/goma", | 499 "[ROOT]/b/build/slave/cache/cipd/goma", |
515 "--goma-hermetic", | 500 "--goma-hermetic", |
516 "fallback", | 501 "fallback", |
517 "--goma-fail-fast", | 502 "--goma-fail-fast", |
518 "--goma-disable-local-fallback", | 503 "--goma-disable-local-fallback", |
519 "--", | 504 "--", |
520 "chromium_builder_perf" | 505 "chromium_builder_perf" |
521 ], | 506 ], |
522 "cwd": "[SLAVE_BUILD]", | |
523 "env": { | 507 "env": { |
524 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 508 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
525 }, | 509 }, |
526 "name": "compile Without Patch", | 510 "name": "compile Without Patch", |
527 "~followup_annotations": [ | 511 "~followup_annotations": [ |
528 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 512 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
529 "@@@STEP_LOG_END@json.output (invalid)@@@" | 513 "@@@STEP_LOG_END@json.output (invalid)@@@" |
530 ] | 514 ] |
531 }, | 515 }, |
532 { | 516 { |
533 "cmd": [ | 517 "cmd": [ |
534 "python", | 518 "python", |
535 "-u", | 519 "-u", |
536 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 520 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
537 "--target", | 521 "--target", |
538 "Release", | 522 "Release", |
539 "--xvfb", | 523 "--xvfb", |
540 "--factory-properties", | 524 "--factory-properties", |
541 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"
issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\
": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti
on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\"
, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam
e\"}", | 525 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"
issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\
": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti
on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\"
, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam
e\"}", |
542 "--build-properties", | 526 "--build-properties", |
543 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"
issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\
": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti
on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\"
, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam
e\"}", | 527 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"
issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\
": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti
on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\"
, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam
e\"}", |
544 "--step-name=Performance Test (Without Patch) 1 of 1", | 528 "--step-name=Performance Test (Without Patch) 1 of 1", |
545 "--builder-name=linux_perf_bisect", | 529 "--builder-name=linux_perf_bisect", |
546 "--slave-name=TestSlavename", | 530 "--slave-name=TestSlavename", |
547 "--build-number=571", | 531 "--build-number=571", |
548 "--run-python-script", | 532 "--run-python-script", |
549 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", | 533 "[CWD]/src/tools/perf/run_benchmark", |
550 "-v", | 534 "-v", |
551 "--browser=release", | 535 "--browser=release", |
552 "sunspider", | 536 "sunspider", |
553 "--upload-results", | 537 "--upload-results", |
554 "--results-label=TOT" | 538 "--results-label=TOT" |
555 ], | 539 ], |
556 "cwd": "[SLAVE_BUILD]", | |
557 "name": "Performance Test (Without Patch) 1 of 1", | 540 "name": "Performance Test (Without Patch) 1 of 1", |
558 "stderr": "/path/to/tmp/", | 541 "stderr": "/path/to/tmp/", |
559 "stdout": "/path/to/tmp/", | 542 "stdout": "/path/to/tmp/", |
560 "~followup_annotations": [ | 543 "~followup_annotations": [ |
561 "@@@STEP_LOG_END@Captured Output@@@" | 544 "@@@STEP_LOG_END@Captured Output@@@" |
562 ] | 545 ] |
563 }, | 546 }, |
564 { | 547 { |
565 "cmd": [], | 548 "cmd": [], |
566 "cwd": "[SLAVE_BUILD]", | |
567 "name": "Results" | 549 "name": "Results" |
568 }, | 550 }, |
569 { | 551 { |
570 "cmd": [ | 552 "cmd": [ |
571 "python", | 553 "python", |
572 "-u", | 554 "-u", |
573 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 555 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
574 ], | 556 ], |
575 "cwd": "[SLAVE_BUILD]", | |
576 "name": "Post bisect results", | 557 "name": "Post bisect results", |
577 "stdin": "{\"data\": {\"bisect_bot\": \"linux_perf_bisect\", \"buildbot_log_
url\": \"http://c.org/p/cr/builders/linux_perf_bisect/builds/571\", \"cloud_link
\": \"\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release sunsp
ider\", \"metric\": \"dummy/dummy\", \"profiler_links\": [], \"status\": \"compl
eted\", \"try_job_id\": null}, \"url\": \"https://chromeperf.appspot.com/post_bi
sect_results\"}", | 558 "stdin": "{\"data\": {\"bisect_bot\": \"linux_perf_bisect\", \"buildbot_log_
url\": \"http://c.org/p/cr/builders/linux_perf_bisect/builds/571\", \"cloud_link
\": \"\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release sunsp
ider\", \"metric\": \"dummy/dummy\", \"profiler_links\": [], \"status\": \"compl
eted\", \"try_job_id\": null}, \"url\": \"https://chromeperf.appspot.com/post_bi
sect_results\"}", |
578 "stdout": "/path/to/tmp/json", | 559 "stdout": "/path/to/tmp/json", |
579 "~followup_annotations": [ | 560 "~followup_annotations": [ |
580 "@@@STEP_TEXT@Failed to upload result to Perf Dashboard. Error response: N
one@@@", | 561 "@@@STEP_TEXT@Failed to upload result to Perf Dashboard. Error response: N
one@@@", |
581 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 562 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
582 "@@@STEP_LOG_END@json.output (invalid)@@@", | 563 "@@@STEP_LOG_END@json.output (invalid)@@@", |
583 "@@@STEP_FAILURE@@@" | 564 "@@@STEP_FAILURE@@@" |
584 ] | 565 ] |
585 }, | 566 }, |
586 { | 567 { |
587 "name": "$result", | 568 "name": "$result", |
588 "reason": "Failed to upload result to Perf Dashboard. Error response: None", | 569 "reason": "Failed to upload result to Perf Dashboard. Error response: None", |
589 "status_code": 1 | 570 "status_code": 1 |
590 } | 571 } |
591 ] | 572 ] |
OLD | NEW |