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_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573]
ms@@@", | 334 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573]
ms@@@", |
346 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@", | 335 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@", |
347 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@", | 336 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@", |
348 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_failed= 0 count@@@", | 337 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_failed= 0 count@@@", |
349 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_errored= 0 count@@@", | 338 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_errored= 0 count@@@", |
350 "@@@STEP_LOG_LINE@Captured Output@@@@", | 339 "@@@STEP_LOG_LINE@Captured Output@@@@", |
351 "@@@STEP_LOG_LINE@Captured Output@View online at http://storage.googleapis
.com/chromium-telemetry/html-results/results-with_patch@@@", | 340 "@@@STEP_LOG_LINE@Captured Output@View online at http://storage.googleapis
.com/chromium-telemetry/html-results/results-with_patch@@@", |
352 "@@@STEP_LOG_END@Captured Output@@@" | 341 "@@@STEP_LOG_END@Captured Output@@@" |
353 ] | 342 ] |
354 }, | 343 }, |
355 { | 344 { |
356 "cmd": [ | 345 "cmd": [ |
357 "python", | 346 "python", |
358 "-u", | 347 "-u", |
359 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 348 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
360 "--master", | 349 "--master", |
361 "tryserver.chromium.perf", | 350 "tryserver.chromium.perf", |
362 "--builder", | 351 "--builder", |
363 "linux_perf_bisect", | 352 "linux_perf_bisect", |
364 "--slave", | 353 "--slave", |
365 "TestSlavename", | 354 "TestSlavename", |
366 "--spec", | 355 "--spec", |
367 "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'}]", | 356 "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'}]", |
368 "--root", | 357 "--root", |
369 "src", | 358 "src", |
370 "--revision_mapping_file", | 359 "--revision_mapping_file", |
371 "{\"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\"}", | 360 "{\"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\"}", |
372 "--git-cache-dir", | 361 "--git-cache-dir", |
373 "[GIT_CACHE]", | 362 "[ROOT]/b/build/slave/cache_dir", |
374 "--rietveld_server", | 363 "--rietveld_server", |
375 "https://codereview.chromium.org", | 364 "https://codereview.chromium.org", |
376 "--output_json", | 365 "--output_json", |
377 "/path/to/tmp/json", | 366 "/path/to/tmp/json", |
378 "--revision", | 367 "--revision", |
379 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 368 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
380 "--force", | 369 "--force", |
381 "--output_manifest" | 370 "--output_manifest" |
382 ], | 371 ], |
383 "cwd": "[SLAVE_BUILD]", | |
384 "env": { | 372 "env": { |
385 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 373 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
386 }, | 374 }, |
387 "name": "bot_update (without patch)", | 375 "name": "bot_update (without patch)", |
388 "~followup_annotations": [ | 376 "~followup_annotations": [ |
389 "@@@STEP_TEXT@Some step text@@@", | 377 "@@@STEP_TEXT@Some step text@@@", |
390 "@@@STEP_LOG_LINE@json.output@{@@@", | 378 "@@@STEP_LOG_LINE@json.output@{@@@", |
391 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 379 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
392 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 380 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
393 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", | 381 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
440 "@@@STEP_LOG_END@json.output@@@" | 428 "@@@STEP_LOG_END@json.output@@@" |
441 ] | 429 ] |
442 }, | 430 }, |
443 { | 431 { |
444 "cmd": [ | 432 "cmd": [ |
445 "python", | 433 "python", |
446 "-u", | 434 "-u", |
447 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 435 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
448 "runhooks" | 436 "runhooks" |
449 ], | 437 ], |
450 "cwd": "[SLAVE_BUILD]", | |
451 "env": { | 438 "env": { |
452 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 439 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
453 "GYP_CHROMIUM_NO_ACTION": "1", | 440 "GYP_CHROMIUM_NO_ACTION": "1", |
454 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", | 441 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[ROOT]/b/build/slave/cache/cipd/goma' target_arch=x64 use_goma=1", |
455 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 442 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
456 }, | 443 }, |
457 "name": "gclient runhooks (without patch)" | 444 "name": "gclient runhooks (without patch)" |
458 }, | 445 }, |
459 { | 446 { |
460 "cmd": [ | 447 "cmd": [ |
461 "python", | 448 "python", |
462 "-u", | 449 "-u", |
463 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 450 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
464 "--show-path", | 451 "--show-path", |
465 "python", | 452 "python", |
466 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 453 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
467 ], | 454 ], |
468 "cwd": "[SLAVE_BUILD]", | |
469 "name": "cleanup_temp (2)" | 455 "name": "cleanup_temp (2)" |
470 }, | 456 }, |
471 { | 457 { |
472 "cmd": [ | 458 "cmd": [ |
473 "python", | 459 "python", |
474 "-u", | 460 "-u", |
475 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 461 "[CWD]/src/tools/mb/mb.py", |
476 "gen", | 462 "gen", |
477 "-m", | 463 "-m", |
478 "tryserver.chromium.perf", | 464 "tryserver.chromium.perf", |
479 "-b", | 465 "-b", |
480 "linux_perf_bisect", | 466 "linux_perf_bisect", |
481 "--config-file", | 467 "--config-file", |
482 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 468 "[CWD]/src/tools/mb/mb_config.pyl", |
483 "--goma-dir", | 469 "--goma-dir", |
484 "[CACHE]/cipd/goma", | 470 "[ROOT]/b/build/slave/cache/cipd/goma", |
485 "//out/Release" | 471 "//out/Release" |
486 ], | 472 ], |
487 "cwd": "[SLAVE_BUILD]", | |
488 "name": "generate_build_files Without Patch" | 473 "name": "generate_build_files Without Patch" |
489 }, | 474 }, |
490 { | 475 { |
491 "cmd": [ | 476 "cmd": [ |
492 "python", | 477 "python", |
493 "-u", | 478 "-u", |
494 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 479 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
495 "--show-path", | 480 "--show-path", |
496 "python", | 481 "python", |
497 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 482 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
498 "--gsutil-py-path", | 483 "--gsutil-py-path", |
499 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 484 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
500 "--ninja-path", | 485 "--ninja-path", |
501 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 486 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
502 "--target", | 487 "--target", |
503 "Release", | 488 "Release", |
504 "--src-dir", | 489 "--src-dir", |
505 "[SLAVE_BUILD]/src", | 490 "[CWD]/src", |
506 "--goma-cache-dir", | 491 "--goma-cache-dir", |
507 "[GOMA_CACHE]", | 492 "[ROOT]/b/build/slave/goma_cache", |
508 "--build-tool", | 493 "--build-tool", |
509 "ninja", | 494 "ninja", |
510 "--compiler", | 495 "--compiler", |
511 "goma", | 496 "goma", |
512 "--goma-jsonstatus", | 497 "--goma-jsonstatus", |
513 "/path/to/tmp/json", | 498 "/path/to/tmp/json", |
514 "--goma-service-account-json-file", | 499 "--goma-service-account-json-file", |
515 "/creds/service_accounts/service-account-goma-client.json", | 500 "/creds/service_accounts/service-account-goma-client.json", |
516 "--mode", | 501 "--mode", |
517 "official", | 502 "official", |
518 "--goma-dir", | 503 "--goma-dir", |
519 "[CACHE]/cipd/goma", | 504 "[ROOT]/b/build/slave/cache/cipd/goma", |
520 "--goma-hermetic", | 505 "--goma-hermetic", |
521 "fallback", | 506 "fallback", |
522 "--goma-fail-fast", | 507 "--goma-fail-fast", |
523 "--goma-disable-local-fallback", | 508 "--goma-disable-local-fallback", |
524 "--", | 509 "--", |
525 "chromium_builder_perf" | 510 "chromium_builder_perf" |
526 ], | 511 ], |
527 "cwd": "[SLAVE_BUILD]", | |
528 "env": { | 512 "env": { |
529 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 513 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
530 }, | 514 }, |
531 "name": "compile Without Patch", | 515 "name": "compile Without Patch", |
532 "~followup_annotations": [ | 516 "~followup_annotations": [ |
533 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 517 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
534 "@@@STEP_LOG_END@json.output (invalid)@@@" | 518 "@@@STEP_LOG_END@json.output (invalid)@@@" |
535 ] | 519 ] |
536 }, | 520 }, |
537 { | 521 { |
538 "cmd": [ | 522 "cmd": [ |
539 "python", | 523 "python", |
540 "-u", | 524 "-u", |
541 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 525 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
542 "--target", | 526 "--target", |
543 "Release", | 527 "Release", |
544 "--xvfb", | 528 "--xvfb", |
545 "--factory-properties", | 529 "--factory-properties", |
546 "{\"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\"}", | 530 "{\"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\"}", |
547 "--build-properties", | 531 "--build-properties", |
548 "{\"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\"}", | 532 "{\"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\"}", |
549 "--step-name=Performance Test (Without Patch) 1 of 1", | 533 "--step-name=Performance Test (Without Patch) 1 of 1", |
550 "--builder-name=linux_perf_bisect", | 534 "--builder-name=linux_perf_bisect", |
551 "--slave-name=TestSlavename", | 535 "--slave-name=TestSlavename", |
552 "--build-number=571", | 536 "--build-number=571", |
553 "--run-python-script", | 537 "--run-python-script", |
554 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", | 538 "[CWD]/src/tools/perf/run_benchmark", |
555 "-v", | 539 "-v", |
556 "--browser=release", | 540 "--browser=release", |
557 "sunspider", | 541 "sunspider", |
558 "--upload-results", | 542 "--upload-results", |
559 "--results-label=TOT" | 543 "--results-label=TOT" |
560 ], | 544 ], |
561 "cwd": "[SLAVE_BUILD]", | |
562 "name": "Performance Test (Without Patch) 1 of 1", | 545 "name": "Performance Test (Without Patch) 1 of 1", |
563 "stderr": "/path/to/tmp/", | 546 "stderr": "/path/to/tmp/", |
564 "stdout": "/path/to/tmp/", | 547 "stdout": "/path/to/tmp/", |
565 "~followup_annotations": [ | 548 "~followup_annotations": [ |
566 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573]
ms@@@", | 549 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573]
ms@@@", |
567 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@", | 550 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@", |
568 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@", | 551 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@", |
569 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_failed= 0 count@@@", | 552 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_failed= 0 count@@@", |
570 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_errored= 0 count@@@", | 553 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_errored= 0 count@@@", |
571 "@@@STEP_LOG_LINE@Captured Output@@@@", | 554 "@@@STEP_LOG_LINE@Captured Output@@@@", |
572 "@@@STEP_LOG_LINE@Captured Output@View online at http://storage.googleapis
.com/chromium-telemetry/html-results/results-without_patch@@@", | 555 "@@@STEP_LOG_LINE@Captured Output@View online at http://storage.googleapis
.com/chromium-telemetry/html-results/results-without_patch@@@", |
573 "@@@STEP_LOG_END@Captured Output@@@" | 556 "@@@STEP_LOG_END@Captured Output@@@" |
574 ] | 557 ] |
575 }, | 558 }, |
576 { | 559 { |
577 "cmd": [], | 560 "cmd": [], |
578 "cwd": "[SLAVE_BUILD]", | |
579 "name": "Results", | 561 "name": "Results", |
580 "~followup_annotations": [ | 562 "~followup_annotations": [ |
581 "@@@STEP_TEXT@", | 563 "@@@STEP_TEXT@", |
582 "===== PERF TRY JOB RESULTS =====", | 564 "===== PERF TRY JOB RESULTS =====", |
583 "Test Command: src/tools/perf/run_benchmark -v --browser=release sunspider
", | 565 "Test Command: src/tools/perf/run_benchmark -v --browser=release sunspider
", |
584 "Test Metric: dummy/dummy", | 566 "Test Metric: dummy/dummy", |
585 "Relative Change: 0.00000%", | 567 "Relative Change: 0.00000%", |
586 "Standard Error: +- 0.18047 delta", | 568 "Standard Error: +- 0.18047 delta", |
587 "Revision Mean Std.Error", | 569 "Revision Mean Std.Error", |
588 "Patch 5.805333333330.127614436662", | 570 "Patch 5.805333333330.127614436662", |
589 "No Patch 5.805333333330.127614436662", | 571 "No Patch 5.805333333330.127614436662", |
590 "@@@", | 572 "@@@", |
591 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr
y/html-results/results-without_patch@@@" | 573 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr
y/html-results/results-without_patch@@@" |
592 ] | 574 ] |
593 }, | 575 }, |
594 { | 576 { |
595 "cmd": [ | 577 "cmd": [ |
596 "python", | 578 "python", |
597 "-u", | 579 "-u", |
598 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 580 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
599 ], | 581 ], |
600 "cwd": "[SLAVE_BUILD]", | |
601 "name": "Post bisect results", | 582 "name": "Post bisect results", |
602 "stdin": "{\"data\": {\"bisect_bot\": \"linux_perf_bisect\", \"buildbot_log_
url\": \"http://c.org/p/cr/builders/linux_perf_bisect/builds/571\", \"change\":
0.0, \"cloud_link\": \"http://storage.googleapis.com/chromium-telemetry/html-res
ults/results-without_patch\", \"command\": \"src/tools/perf/run_benchmark -v --b
rowser=release sunspider\", \"metric\": \"dummy/dummy\", \"profiler_links\": [],
\"result\": \"Revision Mean Std.Error\\nPatch 5.805333333330.12
7614436662\\nNo Patch 5.805333333330.127614436662\", \"status\": \"completed\
", \"std_err\": 0.1804740670813644, \"try_job_id\": null}, \"url\": \"https://ch
romeperf.appspot.com/post_bisect_results\"}", | 583 "stdin": "{\"data\": {\"bisect_bot\": \"linux_perf_bisect\", \"buildbot_log_
url\": \"http://c.org/p/cr/builders/linux_perf_bisect/builds/571\", \"change\":
0.0, \"cloud_link\": \"http://storage.googleapis.com/chromium-telemetry/html-res
ults/results-without_patch\", \"command\": \"src/tools/perf/run_benchmark -v --b
rowser=release sunspider\", \"metric\": \"dummy/dummy\", \"profiler_links\": [],
\"result\": \"Revision Mean Std.Error\\nPatch 5.805333333330.12
7614436662\\nNo Patch 5.805333333330.127614436662\", \"status\": \"completed\
", \"std_err\": 0.1804740670813644, \"try_job_id\": null}, \"url\": \"https://ch
romeperf.appspot.com/post_bisect_results\"}", |
603 "stdout": "/path/to/tmp/json", | 584 "stdout": "/path/to/tmp/json", |
604 "~followup_annotations": [ | 585 "~followup_annotations": [ |
605 "@@@STEP_LOG_LINE@json.output@{@@@", | 586 "@@@STEP_LOG_LINE@json.output@{@@@", |
606 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", | 587 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", |
607 "@@@STEP_LOG_LINE@json.output@}@@@", | 588 "@@@STEP_LOG_LINE@json.output@}@@@", |
608 "@@@STEP_LOG_END@json.output@@@" | 589 "@@@STEP_LOG_END@json.output@@@" |
609 ] | 590 ] |
610 }, | 591 }, |
611 { | 592 { |
612 "name": "$result", | 593 "name": "$result", |
613 "recipe_result": null, | 594 "recipe_result": null, |
614 "status_code": 0 | 595 "status_code": 0 |
615 } | 596 } |
616 ] | 597 ] |
OLD | NEW |