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_bisector", | 10 "linux_perf_bisector", |
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', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/da
ta/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchp
lugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src
/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': No
ne, '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_tes
t': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/
data/selenium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/
test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_deco
der': None, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_dec
oder': None}, 'deps_file': 'DEPS', 'managed': True, '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', 'nacl_trunk': 'svn
://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://
svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {
'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/chrome/test/da
ta/firefox2_searchplugins': None, 'src/chrome/test/data/firefox3_profile/searchp
lugins': None, 'src/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/
test/data/osdd': None, 'src/chrome/test/data/perf/frame_rate/private': None, 'sr
c/chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/d
ata/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_ports': None, '
src/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src/data/page_c
ycler': None, 'src/data/selenium_core': None, 'src/data/tab_switching': None, 's
rc/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/w
ebkit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugins': None, 'src/
webkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': True, '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 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@HEAD", | 24 "src@HEAD", |
25 "--output_manifest" | 25 "--output_manifest" |
26 ], | 26 ], |
27 "cwd": "[SLAVE_BUILD]", | |
28 "env": { | 27 "env": { |
29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
30 }, | 29 }, |
31 "name": "bot_update", | 30 "name": "bot_update", |
32 "~followup_annotations": [ | 31 "~followup_annotations": [ |
33 "@@@STEP_TEXT@Some step text@@@", | 32 "@@@STEP_TEXT@Some step text@@@", |
34 "@@@STEP_LOG_LINE@json.output@{@@@", | 33 "@@@STEP_LOG_LINE@json.output@{@@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 90 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
92 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 91 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 92 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 93 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 94 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 95 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
97 ] | 96 ] |
98 }, | 97 }, |
99 { | 98 { |
100 "cmd": [], | 99 "cmd": [], |
101 "cwd": "[SLAVE_BUILD]", | |
102 "name": "ensure_goma" | 100 "name": "ensure_goma" |
103 }, | 101 }, |
104 { | 102 { |
105 "cmd": [ | 103 "cmd": [ |
106 "python", | 104 "python", |
107 "-u", | 105 "-u", |
108 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 106 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
109 "--platform", | 107 "--platform", |
110 "linux-amd64", | 108 "linux-amd64", |
111 "--dest-directory", | 109 "--dest-directory", |
112 "[SLAVE_BUILD]/cipd", | 110 "[CWD]/cipd", |
113 "--json-output", | 111 "--json-output", |
114 "/path/to/tmp/json" | 112 "/path/to/tmp/json" |
115 ], | 113 ], |
116 "cwd": "[SLAVE_BUILD]", | |
117 "name": "ensure_goma.install cipd", | 114 "name": "ensure_goma.install cipd", |
118 "~followup_annotations": [ | 115 "~followup_annotations": [ |
119 "@@@STEP_NEST_LEVEL@1@@@", | 116 "@@@STEP_NEST_LEVEL@1@@@", |
120 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 117 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
121 "@@@STEP_LOG_LINE@json.output@{@@@", | 118 "@@@STEP_LOG_LINE@json.output@{@@@", |
122 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | 119 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", |
123 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 120 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
124 "@@@STEP_LOG_LINE@json.output@}@@@", | 121 "@@@STEP_LOG_LINE@json.output@}@@@", |
125 "@@@STEP_LOG_END@json.output@@@" | 122 "@@@STEP_LOG_END@json.output@@@" |
126 ] | 123 ] |
127 }, | 124 }, |
128 { | 125 { |
129 "cmd": [ | 126 "cmd": [ |
130 "[SLAVE_BUILD]/cipd/cipd", | 127 "fake_slave_build/cipd", |
131 "ensure", | 128 "ensure", |
132 "--root", | 129 "--root", |
133 "[CACHE]/cipd/goma", | 130 "[ROOT]/b/build/slave/cache/cipd/goma", |
134 "--list", | 131 "--list", |
135 "infra_internal/goma/client/linux-amd64 release", | 132 "infra_internal/goma/client/linux-amd64 release", |
136 "--json-output", | 133 "--json-output", |
137 "/path/to/tmp/json", | 134 "/path/to/tmp/json", |
138 "--service-account-json", | 135 "--service-account-json", |
139 "/creds/service_accounts/service-account-goma-client.json" | 136 "/creds/service_accounts/service-account-goma-client.json" |
140 ], | 137 ], |
141 "cwd": "[SLAVE_BUILD]", | |
142 "name": "ensure_goma.ensure_installed", | 138 "name": "ensure_goma.ensure_installed", |
143 "~followup_annotations": [ | 139 "~followup_annotations": [ |
144 "@@@STEP_NEST_LEVEL@1@@@", | 140 "@@@STEP_NEST_LEVEL@1@@@", |
145 "@@@STEP_LOG_LINE@json.output@{@@@", | 141 "@@@STEP_LOG_LINE@json.output@{@@@", |
146 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 142 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
147 "@@@STEP_LOG_LINE@json.output@ {@@@", | 143 "@@@STEP_LOG_LINE@json.output@ {@@@", |
148 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 144 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
149 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 145 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
150 "@@@STEP_LOG_LINE@json.output@ }@@@", | 146 "@@@STEP_LOG_LINE@json.output@ }@@@", |
151 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 147 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
152 "@@@STEP_LOG_LINE@json.output@}@@@", | 148 "@@@STEP_LOG_LINE@json.output@}@@@", |
153 "@@@STEP_LOG_END@json.output@@@" | 149 "@@@STEP_LOG_END@json.output@@@" |
154 ] | 150 ] |
155 }, | 151 }, |
156 { | 152 { |
157 "cmd": [ | 153 "cmd": [ |
158 "python", | 154 "python", |
159 "-u", | 155 "-u", |
160 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 156 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
161 "runhooks" | 157 "runhooks" |
162 ], | 158 ], |
163 "cwd": "[SLAVE_BUILD]", | |
164 "env": { | 159 "env": { |
165 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 160 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
166 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", | 161 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[ROOT]/b/build/slave/cache/cipd/goma' target_arch=x64 use_goma=1", |
167 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 162 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
168 }, | 163 }, |
169 "name": "gclient runhooks" | 164 "name": "gclient runhooks" |
170 }, | 165 }, |
171 { | 166 { |
172 "cmd": [ | 167 "cmd": [ |
173 "python", | 168 "python", |
174 "-u", | 169 "-u", |
175 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 170 "[CWD]/src/testing/scripts/get_compile_targets.py", |
176 "--output", | 171 "--output", |
177 "/path/to/tmp/json", | 172 "/path/to/tmp/json", |
178 "--", | 173 "--", |
179 "--build-config-fs", | 174 "--build-config-fs", |
180 "Release", | 175 "Release", |
181 "--paths", | 176 "--paths", |
182 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | 177 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", |
183 "--properties", | 178 "--properties", |
184 "{\"buildername\": \"linux_perf_bisector\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_
platform\": \"linux\"}" | 179 "{\"buildername\": \"linux_perf_bisector\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_
platform\": \"linux\"}" |
185 ], | 180 ], |
186 "cwd": "[SLAVE_BUILD]", | |
187 "name": "get compile targets for scripts", | 181 "name": "get compile targets for scripts", |
188 "~followup_annotations": [ | 182 "~followup_annotations": [ |
189 "@@@STEP_LOG_LINE@json.output@{}@@@", | 183 "@@@STEP_LOG_LINE@json.output@{}@@@", |
190 "@@@STEP_LOG_END@json.output@@@" | 184 "@@@STEP_LOG_END@json.output@@@" |
191 ] | 185 ] |
192 }, | 186 }, |
193 { | 187 { |
194 "cmd": [ | 188 "cmd": [ |
195 "python", | 189 "python", |
196 "-u", | 190 "-u", |
197 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 191 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
198 "[SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium.perf.json", | 192 "[CWD]/src/testing/buildbot/tryserver.chromium.perf.json", |
199 "/path/to/tmp/json" | 193 "/path/to/tmp/json" |
200 ], | 194 ], |
201 "cwd": "[SLAVE_BUILD]", | |
202 "name": "read test spec", | 195 "name": "read test spec", |
203 "~followup_annotations": [ | 196 "~followup_annotations": [ |
204 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium.
perf.json@@@", | 197 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/tryserver.chromium.perf.jso
n@@@", |
205 "@@@STEP_LOG_LINE@json.output@{}@@@", | 198 "@@@STEP_LOG_LINE@json.output@{}@@@", |
206 "@@@STEP_LOG_END@json.output@@@" | 199 "@@@STEP_LOG_END@json.output@@@" |
207 ] | 200 ] |
208 }, | 201 }, |
209 { | 202 { |
210 "cmd": [ | 203 "cmd": [ |
211 "git", | 204 "git", |
212 "update-ref", | 205 "update-ref", |
213 "refs/heads/master", | 206 "refs/heads/master", |
214 "refs/remotes/origin/master" | 207 "refs/remotes/origin/master" |
215 ], | 208 ], |
216 "cwd": "[SLAVE_BUILD]/src", | 209 "cwd": "[CWD]/src", |
217 "name": "git update-ref" | 210 "name": "git update-ref" |
218 }, | 211 }, |
219 { | 212 { |
220 "cmd": [ | 213 "cmd": [ |
221 "git", | 214 "git", |
222 "checkout", | 215 "checkout", |
223 "master" | 216 "master" |
224 ], | 217 ], |
225 "cwd": "[SLAVE_BUILD]/src", | 218 "cwd": "[CWD]/src", |
226 "name": "git checkout" | 219 "name": "git checkout" |
227 }, | 220 }, |
228 { | 221 { |
229 "cmd": [], | 222 "cmd": [], |
230 "cwd": "[SLAVE_BUILD]", | |
231 "name": "config", | 223 "name": "config", |
232 "~followup_annotations": [ | 224 "~followup_annotations": [ |
233 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@", | 225 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@", |
234 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"306478\",
@@@", | 226 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"306478\",
@@@", |
235 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"425582\", @@@", | 227 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"425582\", @@@", |
236 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g
olo.chromium.org\", @@@", | 228 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g
olo.chromium.org\", @@@", |
237 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @
@@", | 229 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @
@@", |
238 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": true,
@@@", | 230 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": true,
@@@", |
239 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"tools/perf/run
_benchmark -v --browser=release page_cycler.intl_ar_fa_he\", @@@", | 231 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"tools/perf/run
_benchmark -v --browser=release page_cycler.intl_ar_fa_he\", @@@", |
240 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": true, @@@", | 232 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": true, @@@", |
241 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_initial_confidence\":
\"95\", @@@", | 233 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_initial_confidence\":
\"95\", @@@", |
242 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": true, @@
@", | 234 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": true, @@
@", |
243 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"306475\"
, @@@", | 235 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"306475\"
, @@@", |
244 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\
", @@@", | 236 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\
", @@@", |
245 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\",
@@@", | 237 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\",
@@@", |
246 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"warm_times/page
_load_time\", @@@", | 238 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"warm_times/page
_load_time\", @@@", |
247 "@@@STEP_LOG_LINE@Bisect job configuration@ \"poll_sleep\": 0, @@@", | 239 "@@@STEP_LOG_LINE@Bisect job configuration@ \"poll_sleep\": 0, @@@", |
248 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@"
, | 240 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@"
, |
249 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@", | 241 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@", |
250 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@", | 242 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@", |
251 "@@@STEP_LOG_END@Bisect job configuration@@@" | 243 "@@@STEP_LOG_END@Bisect job configuration@@@" |
252 ] | 244 ] |
253 }, | 245 }, |
254 { | 246 { |
255 "cmd": [], | 247 "cmd": [], |
256 "cwd": "[SLAVE_BUILD]", | |
257 "name": "Resolving reference range" | 248 "name": "Resolving reference range" |
258 }, | 249 }, |
259 { | 250 { |
260 "cmd": [ | 251 "cmd": [ |
261 "python", | 252 "python", |
262 "-u", | 253 "-u", |
263 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", | 254 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", |
264 "get_numbering", | 255 "get_numbering", |
265 "--params-file", | 256 "--params-file", |
266 "{\"number\": 306478, \"numbering_identifier\": \"refs/heads/master\", \"n
umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr
omium/src\"}", | 257 "{\"number\": 306478, \"numbering_identifier\": \"refs/heads/master\", \"n
umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr
omium/src\"}", |
267 "--attempts", | 258 "--attempts", |
268 "3" | 259 "3" |
269 ], | 260 ], |
270 "cwd": "[SLAVE_BUILD]", | |
271 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast
er@{#306478}", | 261 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast
er@{#306478}", |
272 "stdout": "/path/to/tmp/json", | 262 "stdout": "/path/to/tmp/json", |
273 "~followup_annotations": [ | 263 "~followup_annotations": [ |
274 "@@@STEP_NEST_LEVEL@1@@@", | 264 "@@@STEP_NEST_LEVEL@1@@@", |
275 "@@@STEP_LOG_LINE@json.output@{@@@", | 265 "@@@STEP_LOG_LINE@json.output@{@@@", |
276 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"a6298e4afedbf2cd461755ea6f4
5b0ad64222222\"@@@", | 266 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"a6298e4afedbf2cd461755ea6f4
5b0ad64222222\"@@@", |
277 "@@@STEP_LOG_LINE@json.output@}@@@", | 267 "@@@STEP_LOG_LINE@json.output@}@@@", |
278 "@@@STEP_LOG_END@json.output@@@" | 268 "@@@STEP_LOG_END@json.output@@@" |
279 ] | 269 ] |
280 }, | 270 }, |
281 { | 271 { |
282 "cmd": [ | 272 "cmd": [ |
283 "python", | 273 "python", |
284 "-u", | 274 "-u", |
285 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", | 275 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", |
286 "get_numbering", | 276 "get_numbering", |
287 "--params-file", | 277 "--params-file", |
288 "{\"number\": 306475, \"numbering_identifier\": \"refs/heads/master\", \"n
umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr
omium/src\"}", | 278 "{\"number\": 306475, \"numbering_identifier\": \"refs/heads/master\", \"n
umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr
omium/src\"}", |
289 "--attempts", | 279 "--attempts", |
290 "3" | 280 "3" |
291 ], | 281 ], |
292 "cwd": "[SLAVE_BUILD]", | |
293 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast
er@{#306475}", | 282 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast
er@{#306475}", |
294 "stdout": "/path/to/tmp/json", | 283 "stdout": "/path/to/tmp/json", |
295 "~followup_annotations": [ | 284 "~followup_annotations": [ |
296 "@@@STEP_NEST_LEVEL@1@@@", | 285 "@@@STEP_NEST_LEVEL@1@@@", |
297 "@@@STEP_LOG_LINE@json.output@{@@@", | 286 "@@@STEP_LOG_LINE@json.output@{@@@", |
298 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"e28dc0d49c331def2a3bbf3ddd0
096eb51551155\"@@@", | 287 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"e28dc0d49c331def2a3bbf3ddd0
096eb51551155\"@@@", |
299 "@@@STEP_LOG_LINE@json.output@}@@@", | 288 "@@@STEP_LOG_LINE@json.output@}@@@", |
300 "@@@STEP_LOG_END@json.output@@@" | 289 "@@@STEP_LOG_END@json.output@@@" |
301 ] | 290 ] |
302 }, | 291 }, |
303 { | 292 { |
304 "cmd": [ | 293 "cmd": [ |
305 "python", | 294 "python", |
306 "-u", | 295 "-u", |
307 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", | 296 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", |
308 "DEPS", | 297 "DEPS", |
309 "--commit", | 298 "--commit", |
310 "a6298e4afedbf2cd461755ea6f45b0ad64222222" | 299 "a6298e4afedbf2cd461755ea6f45b0ad64222222" |
311 ], | 300 ], |
312 "cwd": "[SLAVE_BUILD]", | |
313 "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0
ad64222222:DEPS", | 301 "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0
ad64222222:DEPS", |
314 "stdout": "/path/to/tmp/", | 302 "stdout": "/path/to/tmp/", |
315 "~followup_annotations": [ | 303 "~followup_annotations": [ |
316 "@@@STEP_NEST_LEVEL@1@@@", | 304 "@@@STEP_NEST_LEVEL@1@@@", |
317 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@", | 305 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@", |
318 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@", | 306 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@", |
319 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@", | 307 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@", |
320 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@" | 308 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@" |
321 ] | 309 ] |
322 }, | 310 }, |
323 { | 311 { |
324 "cmd": [ | 312 "cmd": [ |
325 "python", | 313 "python", |
326 "-u", | 314 "-u", |
327 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", | 315 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", |
328 "DEPS", | 316 "DEPS", |
329 "--commit", | 317 "--commit", |
330 "e28dc0d49c331def2a3bbf3ddd0096eb51551155" | 318 "e28dc0d49c331def2a3bbf3ddd0096eb51551155" |
331 ], | 319 ], |
332 "cwd": "[SLAVE_BUILD]", | |
333 "name": "Resolving reference range.fetch file e28dc0d49c331def2a3bbf3ddd0096
eb51551155:DEPS", | 320 "name": "Resolving reference range.fetch file e28dc0d49c331def2a3bbf3ddd0096
eb51551155:DEPS", |
334 "stdout": "/path/to/tmp/", | 321 "stdout": "/path/to/tmp/", |
335 "~followup_annotations": [ | 322 "~followup_annotations": [ |
336 "@@@STEP_NEST_LEVEL@1@@@", | 323 "@@@STEP_NEST_LEVEL@1@@@", |
337 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", | 324 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", |
338 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@", | 325 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@", |
339 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", | 326 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", |
340 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" | 327 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" |
341 ] | 328 ] |
342 }, | 329 }, |
343 { | 330 { |
344 "cmd": [], | 331 "cmd": [], |
345 "cwd": "[SLAVE_BUILD]", | |
346 "name": "Expanding revision range" | 332 "name": "Expanding revision range" |
347 }, | 333 }, |
348 { | 334 { |
349 "cmd": [ | 335 "cmd": [ |
350 "python", | 336 "python", |
351 "-u", | 337 "-u", |
352 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p
y", | 338 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p
y", |
353 "e28dc0d49c331def2a3bbf3ddd0096eb51551155", | 339 "e28dc0d49c331def2a3bbf3ddd0096eb51551155", |
354 "a6298e4afedbf2cd461755ea6f45b0ad64222222", | 340 "a6298e4afedbf2cd461755ea6f45b0ad64222222", |
355 "https://chromium.googlesource.com/chromium/src" | 341 "https://chromium.googlesource.com/chromium/src" |
356 ], | 342 ], |
357 "cwd": "[SLAVE_BUILD]", | |
358 "name": "Expanding revision range.for revisions e28dc0d49c331def2a3bbf3ddd00
96eb51551155:a6298e4afedbf2cd461755ea6f45b0ad64222222", | 343 "name": "Expanding revision range.for revisions e28dc0d49c331def2a3bbf3ddd00
96eb51551155:a6298e4afedbf2cd461755ea6f45b0ad64222222", |
359 "stdout": "/path/to/tmp/json", | 344 "stdout": "/path/to/tmp/json", |
360 "~followup_annotations": [ | 345 "~followup_annotations": [ |
361 "@@@STEP_NEST_LEVEL@1@@@", | 346 "@@@STEP_NEST_LEVEL@1@@@", |
362 "@@@STEP_LOG_LINE@json.output@[@@@", | 347 "@@@STEP_LOG_LINE@json.output@[@@@", |
363 "@@@STEP_LOG_LINE@json.output@ [@@@", | 348 "@@@STEP_LOG_LINE@json.output@ [@@@", |
364 "@@@STEP_LOG_LINE@json.output@ \"fc6dfc7ff5b1073408499478969261b8264411
44\", @@@", | 349 "@@@STEP_LOG_LINE@json.output@ \"fc6dfc7ff5b1073408499478969261b8264411
44\", @@@", |
365 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@", | 350 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@", |
366 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 351 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
367 "@@@STEP_LOG_LINE@json.output@ [@@@", | 352 "@@@STEP_LOG_LINE@json.output@ [@@@", |
368 "@@@STEP_LOG_LINE@json.output@ \"00316c9ddfb9d7b4e1ed2fff9fe6d964d21111
11\", @@@", | 353 "@@@STEP_LOG_LINE@json.output@ \"00316c9ddfb9d7b4e1ed2fff9fe6d964d21111
11\", @@@", |
369 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@", | 354 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@", |
370 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 355 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
371 "@@@STEP_LOG_LINE@json.output@]@@@", | 356 "@@@STEP_LOG_LINE@json.output@]@@@", |
372 "@@@STEP_LOG_END@json.output@@@" | 357 "@@@STEP_LOG_END@json.output@@@" |
373 ] | 358 ] |
374 }, | 359 }, |
375 { | 360 { |
376 "cmd": [], | 361 "cmd": [], |
377 "cwd": "[SLAVE_BUILD]", | |
378 "name": "Gathering reference values" | 362 "name": "Gathering reference values" |
379 }, | 363 }, |
380 { | 364 { |
381 "cmd": [ | 365 "cmd": [ |
382 "python", | 366 "python", |
383 "-u", | 367 "-u", |
384 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 368 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
385 "--", | 369 "--", |
386 "[DEPOT_TOOLS]/gsutil.py", | 370 "[ROOT]/b/depot_tools/gsutil.py", |
387 "----", | 371 "----", |
388 "ls", | 372 "ls", |
389 "gs://chrome-perf/Linux Builder/full-build-linux_e28dc0d49c331def2a3bbf3dd
d0096eb51551155.zip" | 373 "gs://chrome-perf/Linux Builder/full-build-linux_e28dc0d49c331def2a3bbf3dd
d0096eb51551155.zip" |
390 ], | 374 ], |
391 "cwd": "[SLAVE_BUILD]", | |
392 "name": "Gathering reference values.gsutil ls", | 375 "name": "Gathering reference values.gsutil ls", |
393 "~followup_annotations": [ | 376 "~followup_annotations": [ |
394 "@@@STEP_NEST_LEVEL@1@@@" | 377 "@@@STEP_NEST_LEVEL@1@@@" |
395 ] | 378 ] |
396 }, | 379 }, |
397 { | 380 { |
398 "cmd": [ | 381 "cmd": [ |
399 "git", | 382 "git", |
400 "update-ref", | 383 "update-ref", |
401 "refs/heads/master", | 384 "refs/heads/master", |
402 "refs/remotes/origin/master" | 385 "refs/remotes/origin/master" |
403 ], | 386 ], |
404 "cwd": "[SLAVE_BUILD]/src", | 387 "cwd": "[CWD]/src", |
405 "name": "Gathering reference values.git update-ref", | 388 "name": "Gathering reference values.git update-ref", |
406 "~followup_annotations": [ | 389 "~followup_annotations": [ |
407 "@@@STEP_NEST_LEVEL@1@@@" | 390 "@@@STEP_NEST_LEVEL@1@@@" |
408 ] | 391 ] |
409 }, | 392 }, |
410 { | 393 { |
411 "cmd": [ | 394 "cmd": [ |
412 "git", | 395 "git", |
413 "checkout", | 396 "checkout", |
414 "master" | 397 "master" |
415 ], | 398 ], |
416 "cwd": "[SLAVE_BUILD]/src", | 399 "cwd": "[CWD]/src", |
417 "name": "Gathering reference values.git checkout", | 400 "name": "Gathering reference values.git checkout", |
418 "~followup_annotations": [ | 401 "~followup_annotations": [ |
419 "@@@STEP_NEST_LEVEL@1@@@" | 402 "@@@STEP_NEST_LEVEL@1@@@" |
420 ] | 403 ] |
421 }, | 404 }, |
422 { | 405 { |
423 "cmd": [ | 406 "cmd": [ |
424 "git", | 407 "git", |
425 "-c", | 408 "-c", |
426 "user.email=FAKE_PERF_PUMPKIN@chromium.org", | 409 "user.email=FAKE_PERF_PUMPKIN@chromium.org", |
427 "try", | 410 "try", |
428 "--bot", | 411 "--bot", |
429 "linux_perf_bisect_builder", | 412 "linux_perf_bisect_builder", |
430 "--revision", | 413 "--revision", |
431 "e28dc0d49c331def2a3bbf3ddd0096eb51551155", | 414 "e28dc0d49c331def2a3bbf3ddd0096eb51551155", |
432 "--name", | 415 "--name", |
433 "e28dc0d49c331def2a3bbf3ddd0096eb51551155-build", | 416 "e28dc0d49c331def2a3bbf3ddd0096eb51551155-build", |
434 "--clobber", | 417 "--clobber", |
435 "--svn_repo", | 418 "--svn_repo", |
436 "svn://svn.chromium.org/chrome-try/try-perf", | 419 "svn://svn.chromium.org/chrome-try/try-perf", |
437 "--diff", | 420 "--diff", |
438 "/dev/null" | 421 "/dev/null" |
439 ], | 422 ], |
440 "cwd": "[SLAVE_BUILD]/src", | 423 "cwd": "[CWD]/src", |
441 "name": "Gathering reference values.Requesting build for e28dc0d49c331def2a3
bbf3ddd0096eb51551155 via git try.", | 424 "name": "Gathering reference values.Requesting build for e28dc0d49c331def2a3
bbf3ddd0096eb51551155 via git try.", |
442 "~followup_annotations": [ | 425 "~followup_annotations": [ |
443 "@@@STEP_NEST_LEVEL@1@@@" | 426 "@@@STEP_NEST_LEVEL@1@@@" |
444 ] | 427 ] |
445 }, | 428 }, |
446 { | 429 { |
447 "cmd": [ | 430 "cmd": [ |
448 "python", | 431 "python", |
449 "-u", | 432 "-u", |
450 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 433 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
451 "--", | 434 "--", |
452 "[DEPOT_TOOLS]/gsutil.py", | 435 "[ROOT]/b/depot_tools/gsutil.py", |
453 "----", | 436 "----", |
454 "ls", | 437 "ls", |
455 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6
f45b0ad64222222.zip" | 438 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6
f45b0ad64222222.zip" |
456 ], | 439 ], |
457 "cwd": "[SLAVE_BUILD]", | |
458 "name": "Gathering reference values.gsutil ls (2)", | 440 "name": "Gathering reference values.gsutil ls (2)", |
459 "~followup_annotations": [ | 441 "~followup_annotations": [ |
460 "@@@STEP_NEST_LEVEL@1@@@" | 442 "@@@STEP_NEST_LEVEL@1@@@" |
461 ] | 443 ] |
462 }, | 444 }, |
463 { | 445 { |
464 "cmd": [ | 446 "cmd": [ |
465 "git", | 447 "git", |
466 "update-ref", | 448 "update-ref", |
467 "refs/heads/master", | 449 "refs/heads/master", |
468 "refs/remotes/origin/master" | 450 "refs/remotes/origin/master" |
469 ], | 451 ], |
470 "cwd": "[SLAVE_BUILD]/src", | 452 "cwd": "[CWD]/src", |
471 "name": "Gathering reference values.git update-ref (2)", | 453 "name": "Gathering reference values.git update-ref (2)", |
472 "~followup_annotations": [ | 454 "~followup_annotations": [ |
473 "@@@STEP_NEST_LEVEL@1@@@" | 455 "@@@STEP_NEST_LEVEL@1@@@" |
474 ] | 456 ] |
475 }, | 457 }, |
476 { | 458 { |
477 "cmd": [ | 459 "cmd": [ |
478 "git", | 460 "git", |
479 "checkout", | 461 "checkout", |
480 "master" | 462 "master" |
481 ], | 463 ], |
482 "cwd": "[SLAVE_BUILD]/src", | 464 "cwd": "[CWD]/src", |
483 "name": "Gathering reference values.git checkout (2)", | 465 "name": "Gathering reference values.git checkout (2)", |
484 "~followup_annotations": [ | 466 "~followup_annotations": [ |
485 "@@@STEP_NEST_LEVEL@1@@@" | 467 "@@@STEP_NEST_LEVEL@1@@@" |
486 ] | 468 ] |
487 }, | 469 }, |
488 { | 470 { |
489 "cmd": [ | 471 "cmd": [ |
490 "git", | 472 "git", |
491 "-c", | 473 "-c", |
492 "user.email=FAKE_PERF_PUMPKIN@chromium.org", | 474 "user.email=FAKE_PERF_PUMPKIN@chromium.org", |
493 "try", | 475 "try", |
494 "--bot", | 476 "--bot", |
495 "linux_perf_bisect_builder", | 477 "linux_perf_bisect_builder", |
496 "--revision", | 478 "--revision", |
497 "a6298e4afedbf2cd461755ea6f45b0ad64222222", | 479 "a6298e4afedbf2cd461755ea6f45b0ad64222222", |
498 "--name", | 480 "--name", |
499 "a6298e4afedbf2cd461755ea6f45b0ad64222222-build", | 481 "a6298e4afedbf2cd461755ea6f45b0ad64222222-build", |
500 "--clobber", | 482 "--clobber", |
501 "--svn_repo", | 483 "--svn_repo", |
502 "svn://svn.chromium.org/chrome-try/try-perf", | 484 "svn://svn.chromium.org/chrome-try/try-perf", |
503 "--diff", | 485 "--diff", |
504 "/dev/null" | 486 "/dev/null" |
505 ], | 487 ], |
506 "cwd": "[SLAVE_BUILD]/src", | 488 "cwd": "[CWD]/src", |
507 "name": "Gathering reference values.Requesting build for a6298e4afedbf2cd461
755ea6f45b0ad64222222 via git try.", | 489 "name": "Gathering reference values.Requesting build for a6298e4afedbf2cd461
755ea6f45b0ad64222222 via git try.", |
508 "~followup_annotations": [ | 490 "~followup_annotations": [ |
509 "@@@STEP_NEST_LEVEL@1@@@" | 491 "@@@STEP_NEST_LEVEL@1@@@" |
510 ] | 492 ] |
511 }, | 493 }, |
512 { | 494 { |
513 "cmd": [ | 495 "cmd": [ |
514 "git", | 496 "git", |
515 "footers", | 497 "footers", |
516 "--position", | 498 "--position", |
517 "e28dc0d49c331def2a3bbf3ddd0096eb51551155" | 499 "e28dc0d49c331def2a3bbf3ddd0096eb51551155" |
518 ], | 500 ], |
519 "cwd": "[SLAVE_BUILD]/src", | 501 "cwd": "[CWD]/src", |
520 "name": "Gathering reference values.resolving hash e28dc0d49c331def2a3bbf3dd
d0096eb51551155", | 502 "name": "Gathering reference values.resolving hash e28dc0d49c331def2a3bbf3dd
d0096eb51551155", |
521 "stdout": "/path/to/tmp/", | 503 "stdout": "/path/to/tmp/", |
522 "~followup_annotations": [ | 504 "~followup_annotations": [ |
523 "@@@STEP_NEST_LEVEL@1@@@" | 505 "@@@STEP_NEST_LEVEL@1@@@" |
524 ] | 506 ] |
525 }, | 507 }, |
526 { | 508 { |
527 "cmd": [], | 509 "cmd": [], |
528 "cwd": "[SLAVE_BUILD]", | |
529 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c", | 510 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c", |
530 "~followup_annotations": [ | 511 "~followup_annotations": [ |
531 "@@@STEP_NEST_LEVEL@1@@@" | 512 "@@@STEP_NEST_LEVEL@1@@@" |
532 ] | 513 ] |
533 }, | 514 }, |
534 { | 515 { |
535 "cmd": [ | 516 "cmd": [ |
536 "python", | 517 "python", |
537 "-u", | 518 "-u", |
538 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 519 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
539 "--", | 520 "--", |
540 "[DEPOT_TOOLS]/gsutil.py", | 521 "[ROOT]/b/depot_tools/gsutil.py", |
541 "----", | 522 "----", |
542 "ls", | 523 "ls", |
543 "gs://chrome-perf/Linux Builder/full-build-linux_e28dc0d49c331def2a3bbf3dd
d0096eb51551155.zip" | 524 "gs://chrome-perf/Linux Builder/full-build-linux_e28dc0d49c331def2a3bbf3dd
d0096eb51551155.zip" |
544 ], | 525 ], |
545 "cwd": "[SLAVE_BUILD]", | |
546 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil l
s", | 526 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil l
s", |
547 "~followup_annotations": [ | 527 "~followup_annotations": [ |
548 "@@@STEP_NEST_LEVEL@2@@@" | 528 "@@@STEP_NEST_LEVEL@2@@@" |
549 ] | 529 ] |
550 }, | 530 }, |
551 { | 531 { |
552 "cmd": [], | 532 "cmd": [], |
553 "cwd": "[SLAVE_BUILD]", | |
554 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.Triggeri
ng test job for e28dc0d49c331def2a3bbf3ddd0096eb51551155", | 533 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.Triggeri
ng test job for e28dc0d49c331def2a3bbf3ddd0096eb51551155", |
555 "trigger_specs": [ | 534 "trigger_specs": [ |
556 { | 535 { |
557 "builder_name": "linux_perf_tester", | 536 "builder_name": "linux_perf_tester", |
558 "properties": { | 537 "properties": { |
559 "bisect_config": { | 538 "bisect_config": { |
560 "command": "tools/perf/run_benchmark -v --browser=release page_cycle
r.intl_ar_fa_he", | 539 "command": "tools/perf/run_benchmark -v --browser=release page_cycle
r.intl_ar_fa_he", |
561 "metric": "warm_times/page_load_time", | 540 "metric": "warm_times/page_load_time", |
562 "repeat_count": 5, | 541 "repeat_count": 5, |
563 "test_type": "perf" | 542 "test_type": "perf" |
(...skipping 11 matching lines...) Expand all Loading... |
575 "~followup_annotations": [ | 554 "~followup_annotations": [ |
576 "@@@STEP_NEST_LEVEL@2@@@" | 555 "@@@STEP_NEST_LEVEL@2@@@" |
577 ] | 556 ] |
578 }, | 557 }, |
579 { | 558 { |
580 "cmd": [ | 559 "cmd": [ |
581 "python", | 560 "python", |
582 "-u", | 561 "-u", |
583 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" | 562 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" |
584 ], | 563 ], |
585 "cwd": "[SLAVE_BUILD]", | |
586 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.sleeping
", | 564 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.sleeping
", |
587 "~followup_annotations": [ | 565 "~followup_annotations": [ |
588 "@@@STEP_NEST_LEVEL@2@@@", | 566 "@@@STEP_NEST_LEVEL@2@@@", |
589 "@@@STEP_LOG_LINE@python.inline@@@@", | 567 "@@@STEP_LOG_LINE@python.inline@@@@", |
590 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 568 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
591 "@@@STEP_LOG_LINE@python.inline@import time@@@", | 569 "@@@STEP_LOG_LINE@python.inline@import time@@@", |
592 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", | 570 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", |
593 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", | 571 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", |
594 "@@@STEP_LOG_END@python.inline@@@" | 572 "@@@STEP_LOG_END@python.inline@@@" |
595 ] | 573 ] |
596 }, | 574 }, |
597 { | 575 { |
598 "cmd": [ | 576 "cmd": [ |
599 "python", | 577 "python", |
600 "-u", | 578 "-u", |
601 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 579 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
602 "--", | 580 "--", |
603 "[DEPOT_TOOLS]/gsutil.py", | 581 "[ROOT]/b/depot_tools/gsutil.py", |
604 "----", | 582 "----", |
605 "ls", | 583 "ls", |
606 "gs://chrome-perf/bisect-results/e28dc0d49c331def2a3bbf3ddd0096eb51551155-
test.results" | 584 "gs://chrome-perf/bisect-results/e28dc0d49c331def2a3bbf3ddd0096eb51551155-
test.results" |
607 ], | 585 ], |
608 "cwd": "[SLAVE_BUILD]", | |
609 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil l
s (2)", | 586 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil l
s (2)", |
610 "~followup_annotations": [ | 587 "~followup_annotations": [ |
611 "@@@STEP_NEST_LEVEL@2@@@" | 588 "@@@STEP_NEST_LEVEL@2@@@" |
612 ] | 589 ] |
613 }, | 590 }, |
614 { | 591 { |
615 "cmd": [ | 592 "cmd": [ |
616 "python", | 593 "python", |
617 "-u", | 594 "-u", |
618 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 595 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
619 "--", | 596 "--", |
620 "[DEPOT_TOOLS]/gsutil.py", | 597 "[ROOT]/b/depot_tools/gsutil.py", |
621 "----", | 598 "----", |
622 "cat", | 599 "cat", |
623 "gs://chrome-perf/bisect-results/e28dc0d49c331def2a3bbf3ddd0096eb51551155-
test.results" | 600 "gs://chrome-perf/bisect-results/e28dc0d49c331def2a3bbf3ddd0096eb51551155-
test.results" |
624 ], | 601 ], |
625 "cwd": "[SLAVE_BUILD]", | |
626 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil G
et test results for build e28dc0d49c331def2a3bbf3ddd0096eb51551155", | 602 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil G
et test results for build e28dc0d49c331def2a3bbf3ddd0096eb51551155", |
627 "stdout": "/path/to/tmp/", | 603 "stdout": "/path/to/tmp/", |
628 "~followup_annotations": [ | 604 "~followup_annotations": [ |
629 "@@@STEP_NEST_LEVEL@2@@@" | 605 "@@@STEP_NEST_LEVEL@2@@@" |
630 ] | 606 ] |
631 }, | 607 }, |
632 { | 608 { |
633 "cmd": [ | 609 "cmd": [ |
634 "git", | 610 "git", |
635 "footers", | 611 "footers", |
636 "--position", | 612 "--position", |
637 "a6298e4afedbf2cd461755ea6f45b0ad64222222" | 613 "a6298e4afedbf2cd461755ea6f45b0ad64222222" |
638 ], | 614 ], |
639 "cwd": "[SLAVE_BUILD]/src", | 615 "cwd": "[CWD]/src", |
640 "name": "Gathering reference values.resolving hash a6298e4afedbf2cd461755ea6
f45b0ad64222222", | 616 "name": "Gathering reference values.resolving hash a6298e4afedbf2cd461755ea6
f45b0ad64222222", |
641 "stdout": "/path/to/tmp/", | 617 "stdout": "/path/to/tmp/", |
642 "~followup_annotations": [ | 618 "~followup_annotations": [ |
643 "@@@STEP_NEST_LEVEL@1@@@" | 619 "@@@STEP_NEST_LEVEL@1@@@" |
644 ] | 620 ] |
645 }, | 621 }, |
646 { | 622 { |
647 "cmd": [], | 623 "cmd": [], |
648 "cwd": "[SLAVE_BUILD]", | |
649 "name": "Gathering reference values.Waiting for chromium@a6298e4afe", | 624 "name": "Gathering reference values.Waiting for chromium@a6298e4afe", |
650 "~followup_annotations": [ | 625 "~followup_annotations": [ |
651 "@@@STEP_NEST_LEVEL@1@@@" | 626 "@@@STEP_NEST_LEVEL@1@@@" |
652 ] | 627 ] |
653 }, | 628 }, |
654 { | 629 { |
655 "cmd": [ | 630 "cmd": [ |
656 "python", | 631 "python", |
657 "-u", | 632 "-u", |
658 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 633 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
659 "--", | 634 "--", |
660 "[DEPOT_TOOLS]/gsutil.py", | 635 "[ROOT]/b/depot_tools/gsutil.py", |
661 "----", | 636 "----", |
662 "ls", | 637 "ls", |
663 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6
f45b0ad64222222.zip" | 638 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6
f45b0ad64222222.zip" |
664 ], | 639 ], |
665 "cwd": "[SLAVE_BUILD]", | |
666 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil l
s", | 640 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil l
s", |
667 "~followup_annotations": [ | 641 "~followup_annotations": [ |
668 "@@@STEP_NEST_LEVEL@2@@@" | 642 "@@@STEP_NEST_LEVEL@2@@@" |
669 ] | 643 ] |
670 }, | 644 }, |
671 { | 645 { |
672 "cmd": [], | 646 "cmd": [], |
673 "cwd": "[SLAVE_BUILD]", | |
674 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.Triggeri
ng test job for a6298e4afedbf2cd461755ea6f45b0ad64222222", | 647 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.Triggeri
ng test job for a6298e4afedbf2cd461755ea6f45b0ad64222222", |
675 "trigger_specs": [ | 648 "trigger_specs": [ |
676 { | 649 { |
677 "builder_name": "linux_perf_tester", | 650 "builder_name": "linux_perf_tester", |
678 "properties": { | 651 "properties": { |
679 "bisect_config": { | 652 "bisect_config": { |
680 "command": "tools/perf/run_benchmark -v --browser=release page_cycle
r.intl_ar_fa_he", | 653 "command": "tools/perf/run_benchmark -v --browser=release page_cycle
r.intl_ar_fa_he", |
681 "metric": "warm_times/page_load_time", | 654 "metric": "warm_times/page_load_time", |
682 "repeat_count": 5, | 655 "repeat_count": 5, |
683 "test_type": "perf" | 656 "test_type": "perf" |
(...skipping 11 matching lines...) Expand all Loading... |
695 "~followup_annotations": [ | 668 "~followup_annotations": [ |
696 "@@@STEP_NEST_LEVEL@2@@@" | 669 "@@@STEP_NEST_LEVEL@2@@@" |
697 ] | 670 ] |
698 }, | 671 }, |
699 { | 672 { |
700 "cmd": [ | 673 "cmd": [ |
701 "python", | 674 "python", |
702 "-u", | 675 "-u", |
703 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" | 676 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" |
704 ], | 677 ], |
705 "cwd": "[SLAVE_BUILD]", | |
706 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.sleeping
", | 678 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.sleeping
", |
707 "~followup_annotations": [ | 679 "~followup_annotations": [ |
708 "@@@STEP_NEST_LEVEL@2@@@", | 680 "@@@STEP_NEST_LEVEL@2@@@", |
709 "@@@STEP_LOG_LINE@python.inline@@@@", | 681 "@@@STEP_LOG_LINE@python.inline@@@@", |
710 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 682 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
711 "@@@STEP_LOG_LINE@python.inline@import time@@@", | 683 "@@@STEP_LOG_LINE@python.inline@import time@@@", |
712 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", | 684 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", |
713 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", | 685 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", |
714 "@@@STEP_LOG_END@python.inline@@@" | 686 "@@@STEP_LOG_END@python.inline@@@" |
715 ] | 687 ] |
716 }, | 688 }, |
717 { | 689 { |
718 "cmd": [ | 690 "cmd": [ |
719 "python", | 691 "python", |
720 "-u", | 692 "-u", |
721 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 693 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
722 "--", | 694 "--", |
723 "[DEPOT_TOOLS]/gsutil.py", | 695 "[ROOT]/b/depot_tools/gsutil.py", |
724 "----", | 696 "----", |
725 "ls", | 697 "ls", |
726 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-
test.results" | 698 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-
test.results" |
727 ], | 699 ], |
728 "cwd": "[SLAVE_BUILD]", | |
729 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil l
s (2)", | 700 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil l
s (2)", |
730 "~followup_annotations": [ | 701 "~followup_annotations": [ |
731 "@@@STEP_NEST_LEVEL@2@@@" | 702 "@@@STEP_NEST_LEVEL@2@@@" |
732 ] | 703 ] |
733 }, | 704 }, |
734 { | 705 { |
735 "cmd": [ | 706 "cmd": [ |
736 "python", | 707 "python", |
737 "-u", | 708 "-u", |
738 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 709 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
739 "--", | 710 "--", |
740 "[DEPOT_TOOLS]/gsutil.py", | 711 "[ROOT]/b/depot_tools/gsutil.py", |
741 "----", | 712 "----", |
742 "cat", | 713 "cat", |
743 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-
test.results" | 714 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-
test.results" |
744 ], | 715 ], |
745 "cwd": "[SLAVE_BUILD]", | |
746 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil G
et test results for build a6298e4afedbf2cd461755ea6f45b0ad64222222", | 716 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil G
et test results for build a6298e4afedbf2cd461755ea6f45b0ad64222222", |
747 "stdout": "/path/to/tmp/", | 717 "stdout": "/path/to/tmp/", |
748 "~followup_annotations": [ | 718 "~followup_annotations": [ |
749 "@@@STEP_NEST_LEVEL@2@@@" | 719 "@@@STEP_NEST_LEVEL@2@@@" |
750 ] | 720 ] |
751 }, | 721 }, |
752 { | 722 { |
753 "cmd": [ | 723 "cmd": [ |
754 "git", | 724 "git", |
755 "footers", | 725 "footers", |
756 "--position", | 726 "--position", |
757 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" | 727 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" |
758 ], | 728 ], |
759 "cwd": "[SLAVE_BUILD]/src", | 729 "cwd": "[CWD]/src", |
760 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", | 730 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", |
761 "stdout": "/path/to/tmp/" | 731 "stdout": "/path/to/tmp/" |
762 }, | 732 }, |
763 { | 733 { |
764 "cmd": [], | 734 "cmd": [], |
765 "cwd": "[SLAVE_BUILD]", | |
766 "name": "Wiggling revision chromium@00316c9ddf" | 735 "name": "Wiggling revision chromium@00316c9ddf" |
767 }, | 736 }, |
768 { | 737 { |
769 "cmd": [], | 738 "cmd": [], |
770 "cwd": "[SLAVE_BUILD]", | |
771 "name": "Working on revision chromium@00316c9ddf" | 739 "name": "Working on revision chromium@00316c9ddf" |
772 }, | 740 }, |
773 { | 741 { |
774 "cmd": [ | 742 "cmd": [ |
775 "python", | 743 "python", |
776 "-u", | 744 "-u", |
777 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 745 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
778 ], | 746 ], |
779 "cwd": "[SLAVE_BUILD]", | |
780 "name": "Working on revision chromium@00316c9ddf.Post bisect results", | 747 "name": "Working on revision chromium@00316c9ddf.Post bisect results", |
781 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"a6298e4a
fedbf2cd461755ea6f45b0ad64222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug
_id\": \"425582\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/linux_perf
_bisector/builds/571\", \"change\": \"75.00%\", \"command\": \"tools/perf/run_be
nchmark -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": null
, \"good_revision\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"metric\": \
"warm_times/page_load_time\", \"revision_data\": [{\"commit_hash\": \"e28dc0d49c
331def2a3bbf3ddd0096eb51551155\", \"depot_name\": \"chromium\", \"mean_value\":
80.0, \"result\": \"good\", \"revision_string\": \"chromium@e28dc0d49c\", \"std_
dev\": 10.0, \"values\": [70, 70, 80, 90, 90]}, {\"commit_hash\": \"a6298e4afedb
f2cd461755ea6f45b0ad64222222\", \"depot_name\": \"chromium\", \"mean_value\": 20
.0, \"result\": \"bad\", \"revision_string\": \"chromium@a6298e4afe\", \"std_dev
\": 1.0, \"values\": [19, 20, 21]}], \"score\": 0, \"status\": \"started\", \"te
st_type\": \"perf\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"https:/
/chromeperf.appspot.com/post_bisect_results\"}", | 748 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"a6298e4a
fedbf2cd461755ea6f45b0ad64222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug
_id\": \"425582\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/linux_perf
_bisector/builds/571\", \"change\": \"75.00%\", \"command\": \"tools/perf/run_be
nchmark -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": null
, \"good_revision\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"metric\": \
"warm_times/page_load_time\", \"revision_data\": [{\"commit_hash\": \"e28dc0d49c
331def2a3bbf3ddd0096eb51551155\", \"depot_name\": \"chromium\", \"mean_value\":
80.0, \"result\": \"good\", \"revision_string\": \"chromium@e28dc0d49c\", \"std_
dev\": 10.0, \"values\": [70, 70, 80, 90, 90]}, {\"commit_hash\": \"a6298e4afedb
f2cd461755ea6f45b0ad64222222\", \"depot_name\": \"chromium\", \"mean_value\": 20
.0, \"result\": \"bad\", \"revision_string\": \"chromium@a6298e4afe\", \"std_dev
\": 1.0, \"values\": [19, 20, 21]}], \"score\": 0, \"status\": \"started\", \"te
st_type\": \"perf\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"https:/
/chromeperf.appspot.com/post_bisect_results\"}", |
782 "stdout": "/path/to/tmp/json", | 749 "stdout": "/path/to/tmp/json", |
783 "~followup_annotations": [ | 750 "~followup_annotations": [ |
784 "@@@STEP_NEST_LEVEL@1@@@", | 751 "@@@STEP_NEST_LEVEL@1@@@", |
785 "@@@STEP_LOG_LINE@json.output@{@@@", | 752 "@@@STEP_LOG_LINE@json.output@{@@@", |
786 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", | 753 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", |
787 "@@@STEP_LOG_LINE@json.output@}@@@", | 754 "@@@STEP_LOG_LINE@json.output@}@@@", |
788 "@@@STEP_LOG_END@json.output@@@" | 755 "@@@STEP_LOG_END@json.output@@@" |
789 ] | 756 ] |
790 }, | 757 }, |
791 { | 758 { |
792 "cmd": [ | 759 "cmd": [ |
793 "python", | 760 "python", |
794 "-u", | 761 "-u", |
795 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 762 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
796 "--", | 763 "--", |
797 "[DEPOT_TOOLS]/gsutil.py", | 764 "[ROOT]/b/depot_tools/gsutil.py", |
798 "----", | 765 "----", |
799 "ls", | 766 "ls", |
800 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9
fe6d964d2111111.zip" | 767 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9
fe6d964d2111111.zip" |
801 ], | 768 ], |
802 "cwd": "[SLAVE_BUILD]", | |
803 "name": "Working on revision chromium@00316c9ddf.gsutil ls", | 769 "name": "Working on revision chromium@00316c9ddf.gsutil ls", |
804 "~followup_annotations": [ | 770 "~followup_annotations": [ |
805 "@@@STEP_NEST_LEVEL@1@@@" | 771 "@@@STEP_NEST_LEVEL@1@@@" |
806 ] | 772 ] |
807 }, | 773 }, |
808 { | 774 { |
809 "cmd": [ | 775 "cmd": [ |
810 "git", | 776 "git", |
811 "update-ref", | 777 "update-ref", |
812 "refs/heads/master", | 778 "refs/heads/master", |
813 "refs/remotes/origin/master" | 779 "refs/remotes/origin/master" |
814 ], | 780 ], |
815 "cwd": "[SLAVE_BUILD]/src", | 781 "cwd": "[CWD]/src", |
816 "name": "Working on revision chromium@00316c9ddf.git update-ref", | 782 "name": "Working on revision chromium@00316c9ddf.git update-ref", |
817 "~followup_annotations": [ | 783 "~followup_annotations": [ |
818 "@@@STEP_NEST_LEVEL@1@@@" | 784 "@@@STEP_NEST_LEVEL@1@@@" |
819 ] | 785 ] |
820 }, | 786 }, |
821 { | 787 { |
822 "cmd": [ | 788 "cmd": [ |
823 "git", | 789 "git", |
824 "checkout", | 790 "checkout", |
825 "master" | 791 "master" |
826 ], | 792 ], |
827 "cwd": "[SLAVE_BUILD]/src", | 793 "cwd": "[CWD]/src", |
828 "name": "Working on revision chromium@00316c9ddf.git checkout", | 794 "name": "Working on revision chromium@00316c9ddf.git checkout", |
829 "~followup_annotations": [ | 795 "~followup_annotations": [ |
830 "@@@STEP_NEST_LEVEL@1@@@" | 796 "@@@STEP_NEST_LEVEL@1@@@" |
831 ] | 797 ] |
832 }, | 798 }, |
833 { | 799 { |
834 "cmd": [ | 800 "cmd": [ |
835 "git", | 801 "git", |
836 "-c", | 802 "-c", |
837 "user.email=FAKE_PERF_PUMPKIN@chromium.org", | 803 "user.email=FAKE_PERF_PUMPKIN@chromium.org", |
838 "try", | 804 "try", |
839 "--bot", | 805 "--bot", |
840 "linux_perf_bisect_builder", | 806 "linux_perf_bisect_builder", |
841 "--revision", | 807 "--revision", |
842 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", | 808 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", |
843 "--name", | 809 "--name", |
844 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-build", | 810 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-build", |
845 "--clobber", | 811 "--clobber", |
846 "--svn_repo", | 812 "--svn_repo", |
847 "svn://svn.chromium.org/chrome-try/try-perf", | 813 "svn://svn.chromium.org/chrome-try/try-perf", |
848 "--diff", | 814 "--diff", |
849 "/dev/null" | 815 "/dev/null" |
850 ], | 816 ], |
851 "cwd": "[SLAVE_BUILD]/src", | 817 "cwd": "[CWD]/src", |
852 "name": "Working on revision chromium@00316c9ddf.Requesting build for 00316c
9ddfb9d7b4e1ed2fff9fe6d964d2111111 via git try.", | 818 "name": "Working on revision chromium@00316c9ddf.Requesting build for 00316c
9ddfb9d7b4e1ed2fff9fe6d964d2111111 via git try.", |
853 "~followup_annotations": [ | 819 "~followup_annotations": [ |
854 "@@@STEP_NEST_LEVEL@1@@@" | 820 "@@@STEP_NEST_LEVEL@1@@@" |
855 ] | 821 ] |
856 }, | 822 }, |
857 { | 823 { |
858 "cmd": [], | 824 "cmd": [], |
859 "cwd": "[SLAVE_BUILD]", | |
860 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf", | 825 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf", |
861 "~followup_annotations": [ | 826 "~followup_annotations": [ |
862 "@@@STEP_NEST_LEVEL@1@@@" | 827 "@@@STEP_NEST_LEVEL@1@@@" |
863 ] | 828 ] |
864 }, | 829 }, |
865 { | 830 { |
866 "cmd": [ | 831 "cmd": [ |
867 "python", | 832 "python", |
868 "-u", | 833 "-u", |
869 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 834 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
870 "--", | 835 "--", |
871 "[DEPOT_TOOLS]/gsutil.py", | 836 "[ROOT]/b/depot_tools/gsutil.py", |
872 "----", | 837 "----", |
873 "ls", | 838 "ls", |
874 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9
fe6d964d2111111.zip" | 839 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9
fe6d964d2111111.zip" |
875 ], | 840 ], |
876 "cwd": "[SLAVE_BUILD]", | |
877 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.gsutil ls", | 841 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.gsutil ls", |
878 "~followup_annotations": [ | 842 "~followup_annotations": [ |
879 "@@@STEP_NEST_LEVEL@2@@@" | 843 "@@@STEP_NEST_LEVEL@2@@@" |
880 ] | 844 ] |
881 }, | 845 }, |
882 { | 846 { |
883 "cmd": [], | 847 "cmd": [], |
884 "cwd": "[SLAVE_BUILD]", | |
885 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", | 848 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", |
886 "trigger_specs": [ | 849 "trigger_specs": [ |
887 { | 850 { |
888 "builder_name": "linux_perf_tester", | 851 "builder_name": "linux_perf_tester", |
889 "properties": { | 852 "properties": { |
890 "bisect_config": { | 853 "bisect_config": { |
891 "command": "tools/perf/run_benchmark -v --browser=release page_cycle
r.intl_ar_fa_he", | 854 "command": "tools/perf/run_benchmark -v --browser=release page_cycle
r.intl_ar_fa_he", |
892 "metric": "warm_times/page_load_time", | 855 "metric": "warm_times/page_load_time", |
893 "repeat_count": 5, | 856 "repeat_count": 5, |
894 "test_type": "perf" | 857 "test_type": "perf" |
(...skipping 11 matching lines...) Expand all Loading... |
906 "~followup_annotations": [ | 869 "~followup_annotations": [ |
907 "@@@STEP_NEST_LEVEL@2@@@" | 870 "@@@STEP_NEST_LEVEL@2@@@" |
908 ] | 871 ] |
909 }, | 872 }, |
910 { | 873 { |
911 "cmd": [ | 874 "cmd": [ |
912 "python", | 875 "python", |
913 "-u", | 876 "-u", |
914 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" | 877 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" |
915 ], | 878 ], |
916 "cwd": "[SLAVE_BUILD]", | |
917 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.sleeping", | 879 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.sleeping", |
918 "~followup_annotations": [ | 880 "~followup_annotations": [ |
919 "@@@STEP_NEST_LEVEL@2@@@", | 881 "@@@STEP_NEST_LEVEL@2@@@", |
920 "@@@STEP_LOG_LINE@python.inline@@@@", | 882 "@@@STEP_LOG_LINE@python.inline@@@@", |
921 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 883 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
922 "@@@STEP_LOG_LINE@python.inline@import time@@@", | 884 "@@@STEP_LOG_LINE@python.inline@import time@@@", |
923 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", | 885 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", |
924 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", | 886 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", |
925 "@@@STEP_LOG_END@python.inline@@@" | 887 "@@@STEP_LOG_END@python.inline@@@" |
926 ] | 888 ] |
927 }, | 889 }, |
928 { | 890 { |
929 "cmd": [ | 891 "cmd": [ |
930 "python", | 892 "python", |
931 "-u", | 893 "-u", |
932 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 894 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
933 "--", | 895 "--", |
934 "[DEPOT_TOOLS]/gsutil.py", | 896 "[ROOT]/b/depot_tools/gsutil.py", |
935 "----", | 897 "----", |
936 "ls", | 898 "ls", |
937 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-
test.results" | 899 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-
test.results" |
938 ], | 900 ], |
939 "cwd": "[SLAVE_BUILD]", | |
940 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.gsutil ls (2)", | 901 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.gsutil ls (2)", |
941 "~followup_annotations": [ | 902 "~followup_annotations": [ |
942 "@@@STEP_NEST_LEVEL@2@@@" | 903 "@@@STEP_NEST_LEVEL@2@@@" |
943 ] | 904 ] |
944 }, | 905 }, |
945 { | 906 { |
946 "cmd": [ | 907 "cmd": [ |
947 "python", | 908 "python", |
948 "-u", | 909 "-u", |
949 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 910 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
950 "--", | 911 "--", |
951 "[DEPOT_TOOLS]/gsutil.py", | 912 "[ROOT]/b/depot_tools/gsutil.py", |
952 "----", | 913 "----", |
953 "cat", | 914 "cat", |
954 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-
test.results" | 915 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-
test.results" |
955 ], | 916 ], |
956 "cwd": "[SLAVE_BUILD]", | |
957 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
, | 917 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
, |
958 "stdout": "/path/to/tmp/", | 918 "stdout": "/path/to/tmp/", |
959 "~followup_annotations": [ | 919 "~followup_annotations": [ |
960 "@@@STEP_NEST_LEVEL@2@@@" | 920 "@@@STEP_NEST_LEVEL@2@@@" |
961 ] | 921 ] |
962 }, | 922 }, |
963 { | 923 { |
964 "cmd": [ | 924 "cmd": [ |
965 "python", | 925 "python", |
966 "-u", | 926 "-u", |
967 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", | 927 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", |
968 "[70, 70, 80]", | 928 "[70, 70, 80]", |
969 "[14, 15, 16]", | 929 "[14, 15, 16]", |
970 "0.01" | 930 "0.01" |
971 ], | 931 ], |
972 "cwd": "[SLAVE_BUILD]", | |
973 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.Checking sample difference", | 932 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.Checking sample difference", |
974 "stdout": "/path/to/tmp/json", | 933 "stdout": "/path/to/tmp/json", |
975 "~followup_annotations": [ | 934 "~followup_annotations": [ |
976 "@@@STEP_NEST_LEVEL@2@@@", | 935 "@@@STEP_NEST_LEVEL@2@@@", |
977 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 936 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
978 "@@@STEP_LOG_END@json.output (invalid)@@@" | 937 "@@@STEP_LOG_END@json.output (invalid)@@@" |
979 ] | 938 ] |
980 }, | 939 }, |
981 { | 940 { |
982 "cmd": [ | 941 "cmd": [ |
983 "python", | 942 "python", |
984 "-u", | 943 "-u", |
985 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", | 944 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", |
986 "[19, 20, 21]", | 945 "[19, 20, 21]", |
987 "[14, 15, 16]", | 946 "[14, 15, 16]", |
988 "0.01" | 947 "0.01" |
989 ], | 948 ], |
990 "cwd": "[SLAVE_BUILD]", | |
991 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.Checking sample difference (2)", | 949 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c
9ddf.Checking sample difference (2)", |
992 "stdout": "/path/to/tmp/json", | 950 "stdout": "/path/to/tmp/json", |
993 "~followup_annotations": [ | 951 "~followup_annotations": [ |
994 "@@@STEP_NEST_LEVEL@2@@@", | 952 "@@@STEP_NEST_LEVEL@2@@@", |
995 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 953 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
996 "@@@STEP_LOG_END@json.output (invalid)@@@" | 954 "@@@STEP_LOG_END@json.output (invalid)@@@" |
997 ] | 955 ] |
998 }, | 956 }, |
999 { | 957 { |
1000 "cmd": [ | 958 "cmd": [ |
1001 "git", | 959 "git", |
1002 "footers", | 960 "footers", |
1003 "--position", | 961 "--position", |
1004 "fc6dfc7ff5b1073408499478969261b826441144" | 962 "fc6dfc7ff5b1073408499478969261b826441144" |
1005 ], | 963 ], |
1006 "cwd": "[SLAVE_BUILD]/src", | 964 "cwd": "[CWD]/src", |
1007 "name": "resolving hash fc6dfc7ff5b1073408499478969261b826441144", | 965 "name": "resolving hash fc6dfc7ff5b1073408499478969261b826441144", |
1008 "stdout": "/path/to/tmp/" | 966 "stdout": "/path/to/tmp/" |
1009 }, | 967 }, |
1010 { | 968 { |
1011 "cmd": [], | 969 "cmd": [], |
1012 "cwd": "[SLAVE_BUILD]", | |
1013 "name": "Working on revision chromium@fc6dfc7ff5" | 970 "name": "Working on revision chromium@fc6dfc7ff5" |
1014 }, | 971 }, |
1015 { | 972 { |
1016 "cmd": [ | 973 "cmd": [ |
1017 "python", | 974 "python", |
1018 "-u", | 975 "-u", |
1019 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 976 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
1020 ], | 977 ], |
1021 "cwd": "[SLAVE_BUILD]", | |
1022 "name": "Working on revision chromium@fc6dfc7ff5.Post bisect results", | 978 "name": "Working on revision chromium@fc6dfc7ff5.Post bisect results", |
1023 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"a6298e4a
fedbf2cd461755ea6f45b0ad64222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug
_id\": \"425582\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/linux_perf
_bisector/builds/571\", \"change\": \"75.00%\", \"command\": \"tools/perf/run_be
nchmark -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": null
, \"good_revision\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"metric\": \
"warm_times/page_load_time\", \"revision_data\": [{\"commit_hash\": \"e28dc0d49c
331def2a3bbf3ddd0096eb51551155\", \"depot_name\": \"chromium\", \"mean_value\":
80.0, \"result\": \"good\", \"revision_string\": \"chromium@e28dc0d49c\", \"std_
dev\": 10.0, \"values\": [70, 70, 80, 90, 90]}, {\"commit_hash\": \"00316c9ddfb9
d7b4e1ed2fff9fe6d964d2111111\", \"depot_name\": \"chromium\", \"mean_value\": 15
.0, \"result\": \"bad\", \"revision_string\": \"chromium@00316c9ddf\", \"std_dev
\": 1.0, \"values\": [14, 15, 16]}, {\"commit_hash\": \"a6298e4afedbf2cd461755ea
6f45b0ad64222222\", \"depot_name\": \"chromium\", \"mean_value\": 20.0, \"result
\": \"bad\", \"revision_string\": \"chromium@a6298e4afe\", \"std_dev\": 1.0, \"v
alues\": [19, 20, 21]}], \"score\": 0, \"status\": \"started\", \"test_type\": \
"perf\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"https://chromeperf.
appspot.com/post_bisect_results\"}", | 979 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"a6298e4a
fedbf2cd461755ea6f45b0ad64222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug
_id\": \"425582\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/linux_perf
_bisector/builds/571\", \"change\": \"75.00%\", \"command\": \"tools/perf/run_be
nchmark -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": null
, \"good_revision\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"metric\": \
"warm_times/page_load_time\", \"revision_data\": [{\"commit_hash\": \"e28dc0d49c
331def2a3bbf3ddd0096eb51551155\", \"depot_name\": \"chromium\", \"mean_value\":
80.0, \"result\": \"good\", \"revision_string\": \"chromium@e28dc0d49c\", \"std_
dev\": 10.0, \"values\": [70, 70, 80, 90, 90]}, {\"commit_hash\": \"00316c9ddfb9
d7b4e1ed2fff9fe6d964d2111111\", \"depot_name\": \"chromium\", \"mean_value\": 15
.0, \"result\": \"bad\", \"revision_string\": \"chromium@00316c9ddf\", \"std_dev
\": 1.0, \"values\": [14, 15, 16]}, {\"commit_hash\": \"a6298e4afedbf2cd461755ea
6f45b0ad64222222\", \"depot_name\": \"chromium\", \"mean_value\": 20.0, \"result
\": \"bad\", \"revision_string\": \"chromium@a6298e4afe\", \"std_dev\": 1.0, \"v
alues\": [19, 20, 21]}], \"score\": 0, \"status\": \"started\", \"test_type\": \
"perf\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"https://chromeperf.
appspot.com/post_bisect_results\"}", |
1024 "stdout": "/path/to/tmp/json", | 980 "stdout": "/path/to/tmp/json", |
1025 "~followup_annotations": [ | 981 "~followup_annotations": [ |
1026 "@@@STEP_NEST_LEVEL@1@@@", | 982 "@@@STEP_NEST_LEVEL@1@@@", |
1027 "@@@STEP_LOG_LINE@json.output@{@@@", | 983 "@@@STEP_LOG_LINE@json.output@{@@@", |
1028 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", | 984 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", |
1029 "@@@STEP_LOG_LINE@json.output@}@@@", | 985 "@@@STEP_LOG_LINE@json.output@}@@@", |
1030 "@@@STEP_LOG_END@json.output@@@" | 986 "@@@STEP_LOG_END@json.output@@@" |
1031 ] | 987 ] |
1032 }, | 988 }, |
1033 { | 989 { |
1034 "cmd": [ | 990 "cmd": [ |
1035 "python", | 991 "python", |
1036 "-u", | 992 "-u", |
1037 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 993 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
1038 "--", | 994 "--", |
1039 "[DEPOT_TOOLS]/gsutil.py", | 995 "[ROOT]/b/depot_tools/gsutil.py", |
1040 "----", | 996 "----", |
1041 "ls", | 997 "ls", |
1042 "gs://chrome-perf/Linux Builder/full-build-linux_fc6dfc7ff5b10734084994789
69261b826441144.zip" | 998 "gs://chrome-perf/Linux Builder/full-build-linux_fc6dfc7ff5b10734084994789
69261b826441144.zip" |
1043 ], | 999 ], |
1044 "cwd": "[SLAVE_BUILD]", | |
1045 "name": "Working on revision chromium@fc6dfc7ff5.gsutil ls", | 1000 "name": "Working on revision chromium@fc6dfc7ff5.gsutil ls", |
1046 "~followup_annotations": [ | 1001 "~followup_annotations": [ |
1047 "@@@STEP_NEST_LEVEL@1@@@" | 1002 "@@@STEP_NEST_LEVEL@1@@@" |
1048 ] | 1003 ] |
1049 }, | 1004 }, |
1050 { | 1005 { |
1051 "cmd": [ | 1006 "cmd": [ |
1052 "git", | 1007 "git", |
1053 "update-ref", | 1008 "update-ref", |
1054 "refs/heads/master", | 1009 "refs/heads/master", |
1055 "refs/remotes/origin/master" | 1010 "refs/remotes/origin/master" |
1056 ], | 1011 ], |
1057 "cwd": "[SLAVE_BUILD]/src", | 1012 "cwd": "[CWD]/src", |
1058 "name": "Working on revision chromium@fc6dfc7ff5.git update-ref", | 1013 "name": "Working on revision chromium@fc6dfc7ff5.git update-ref", |
1059 "~followup_annotations": [ | 1014 "~followup_annotations": [ |
1060 "@@@STEP_NEST_LEVEL@1@@@" | 1015 "@@@STEP_NEST_LEVEL@1@@@" |
1061 ] | 1016 ] |
1062 }, | 1017 }, |
1063 { | 1018 { |
1064 "cmd": [ | 1019 "cmd": [ |
1065 "git", | 1020 "git", |
1066 "checkout", | 1021 "checkout", |
1067 "master" | 1022 "master" |
1068 ], | 1023 ], |
1069 "cwd": "[SLAVE_BUILD]/src", | 1024 "cwd": "[CWD]/src", |
1070 "name": "Working on revision chromium@fc6dfc7ff5.git checkout", | 1025 "name": "Working on revision chromium@fc6dfc7ff5.git checkout", |
1071 "~followup_annotations": [ | 1026 "~followup_annotations": [ |
1072 "@@@STEP_NEST_LEVEL@1@@@" | 1027 "@@@STEP_NEST_LEVEL@1@@@" |
1073 ] | 1028 ] |
1074 }, | 1029 }, |
1075 { | 1030 { |
1076 "cmd": [ | 1031 "cmd": [ |
1077 "git", | 1032 "git", |
1078 "-c", | 1033 "-c", |
1079 "user.email=FAKE_PERF_PUMPKIN@chromium.org", | 1034 "user.email=FAKE_PERF_PUMPKIN@chromium.org", |
1080 "try", | 1035 "try", |
1081 "--bot", | 1036 "--bot", |
1082 "linux_perf_bisect_builder", | 1037 "linux_perf_bisect_builder", |
1083 "--revision", | 1038 "--revision", |
1084 "fc6dfc7ff5b1073408499478969261b826441144", | 1039 "fc6dfc7ff5b1073408499478969261b826441144", |
1085 "--name", | 1040 "--name", |
1086 "fc6dfc7ff5b1073408499478969261b826441144-build", | 1041 "fc6dfc7ff5b1073408499478969261b826441144-build", |
1087 "--clobber", | 1042 "--clobber", |
1088 "--svn_repo", | 1043 "--svn_repo", |
1089 "svn://svn.chromium.org/chrome-try/try-perf", | 1044 "svn://svn.chromium.org/chrome-try/try-perf", |
1090 "--diff", | 1045 "--diff", |
1091 "/dev/null" | 1046 "/dev/null" |
1092 ], | 1047 ], |
1093 "cwd": "[SLAVE_BUILD]/src", | 1048 "cwd": "[CWD]/src", |
1094 "name": "Working on revision chromium@fc6dfc7ff5.Requesting build for fc6dfc
7ff5b1073408499478969261b826441144 via git try.", | 1049 "name": "Working on revision chromium@fc6dfc7ff5.Requesting build for fc6dfc
7ff5b1073408499478969261b826441144 via git try.", |
1095 "~followup_annotations": [ | 1050 "~followup_annotations": [ |
1096 "@@@STEP_NEST_LEVEL@1@@@" | 1051 "@@@STEP_NEST_LEVEL@1@@@" |
1097 ] | 1052 ] |
1098 }, | 1053 }, |
1099 { | 1054 { |
1100 "cmd": [], | 1055 "cmd": [], |
1101 "cwd": "[SLAVE_BUILD]", | |
1102 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5", | 1056 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5", |
1103 "~followup_annotations": [ | 1057 "~followup_annotations": [ |
1104 "@@@STEP_NEST_LEVEL@1@@@" | 1058 "@@@STEP_NEST_LEVEL@1@@@" |
1105 ] | 1059 ] |
1106 }, | 1060 }, |
1107 { | 1061 { |
1108 "cmd": [ | 1062 "cmd": [ |
1109 "python", | 1063 "python", |
1110 "-u", | 1064 "-u", |
1111 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 1065 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
1112 "--", | 1066 "--", |
1113 "[DEPOT_TOOLS]/gsutil.py", | 1067 "[ROOT]/b/depot_tools/gsutil.py", |
1114 "----", | 1068 "----", |
1115 "ls", | 1069 "ls", |
1116 "gs://chrome-perf/Linux Builder/full-build-linux_fc6dfc7ff5b10734084994789
69261b826441144.zip" | 1070 "gs://chrome-perf/Linux Builder/full-build-linux_fc6dfc7ff5b10734084994789
69261b826441144.zip" |
1117 ], | 1071 ], |
1118 "cwd": "[SLAVE_BUILD]", | |
1119 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.gsutil ls", | 1072 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.gsutil ls", |
1120 "~followup_annotations": [ | 1073 "~followup_annotations": [ |
1121 "@@@STEP_NEST_LEVEL@2@@@" | 1074 "@@@STEP_NEST_LEVEL@2@@@" |
1122 ] | 1075 ] |
1123 }, | 1076 }, |
1124 { | 1077 { |
1125 "cmd": [], | 1078 "cmd": [], |
1126 "cwd": "[SLAVE_BUILD]", | |
1127 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.Triggering test job for fc6dfc7ff5b1073408499478969261b826441144", | 1079 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.Triggering test job for fc6dfc7ff5b1073408499478969261b826441144", |
1128 "trigger_specs": [ | 1080 "trigger_specs": [ |
1129 { | 1081 { |
1130 "builder_name": "linux_perf_tester", | 1082 "builder_name": "linux_perf_tester", |
1131 "properties": { | 1083 "properties": { |
1132 "bisect_config": { | 1084 "bisect_config": { |
1133 "command": "tools/perf/run_benchmark -v --browser=release page_cycle
r.intl_ar_fa_he", | 1085 "command": "tools/perf/run_benchmark -v --browser=release page_cycle
r.intl_ar_fa_he", |
1134 "metric": "warm_times/page_load_time", | 1086 "metric": "warm_times/page_load_time", |
1135 "repeat_count": 5, | 1087 "repeat_count": 5, |
1136 "test_type": "perf" | 1088 "test_type": "perf" |
(...skipping 11 matching lines...) Expand all Loading... |
1148 "~followup_annotations": [ | 1100 "~followup_annotations": [ |
1149 "@@@STEP_NEST_LEVEL@2@@@" | 1101 "@@@STEP_NEST_LEVEL@2@@@" |
1150 ] | 1102 ] |
1151 }, | 1103 }, |
1152 { | 1104 { |
1153 "cmd": [ | 1105 "cmd": [ |
1154 "python", | 1106 "python", |
1155 "-u", | 1107 "-u", |
1156 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" | 1108 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" |
1157 ], | 1109 ], |
1158 "cwd": "[SLAVE_BUILD]", | |
1159 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.sleeping", | 1110 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.sleeping", |
1160 "~followup_annotations": [ | 1111 "~followup_annotations": [ |
1161 "@@@STEP_NEST_LEVEL@2@@@", | 1112 "@@@STEP_NEST_LEVEL@2@@@", |
1162 "@@@STEP_LOG_LINE@python.inline@@@@", | 1113 "@@@STEP_LOG_LINE@python.inline@@@@", |
1163 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 1114 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
1164 "@@@STEP_LOG_LINE@python.inline@import time@@@", | 1115 "@@@STEP_LOG_LINE@python.inline@import time@@@", |
1165 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", | 1116 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", |
1166 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", | 1117 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", |
1167 "@@@STEP_LOG_END@python.inline@@@" | 1118 "@@@STEP_LOG_END@python.inline@@@" |
1168 ] | 1119 ] |
1169 }, | 1120 }, |
1170 { | 1121 { |
1171 "cmd": [ | 1122 "cmd": [ |
1172 "python", | 1123 "python", |
1173 "-u", | 1124 "-u", |
1174 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 1125 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
1175 "--", | 1126 "--", |
1176 "[DEPOT_TOOLS]/gsutil.py", | 1127 "[ROOT]/b/depot_tools/gsutil.py", |
1177 "----", | 1128 "----", |
1178 "ls", | 1129 "ls", |
1179 "gs://chrome-perf/bisect-results/fc6dfc7ff5b1073408499478969261b826441144-
test.results" | 1130 "gs://chrome-perf/bisect-results/fc6dfc7ff5b1073408499478969261b826441144-
test.results" |
1180 ], | 1131 ], |
1181 "cwd": "[SLAVE_BUILD]", | |
1182 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.gsutil ls (2)", | 1132 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.gsutil ls (2)", |
1183 "~followup_annotations": [ | 1133 "~followup_annotations": [ |
1184 "@@@STEP_NEST_LEVEL@2@@@" | 1134 "@@@STEP_NEST_LEVEL@2@@@" |
1185 ] | 1135 ] |
1186 }, | 1136 }, |
1187 { | 1137 { |
1188 "cmd": [ | 1138 "cmd": [ |
1189 "python", | 1139 "python", |
1190 "-u", | 1140 "-u", |
1191 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 1141 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
1192 "--", | 1142 "--", |
1193 "[DEPOT_TOOLS]/gsutil.py", | 1143 "[ROOT]/b/depot_tools/gsutil.py", |
1194 "----", | 1144 "----", |
1195 "cat", | 1145 "cat", |
1196 "gs://chrome-perf/bisect-results/fc6dfc7ff5b1073408499478969261b826441144-
test.results" | 1146 "gs://chrome-perf/bisect-results/fc6dfc7ff5b1073408499478969261b826441144-
test.results" |
1197 ], | 1147 ], |
1198 "cwd": "[SLAVE_BUILD]", | |
1199 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.gsutil Get test results for build fc6dfc7ff5b1073408499478969261b826441144"
, | 1148 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.gsutil Get test results for build fc6dfc7ff5b1073408499478969261b826441144"
, |
1200 "stdout": "/path/to/tmp/", | 1149 "stdout": "/path/to/tmp/", |
1201 "~followup_annotations": [ | 1150 "~followup_annotations": [ |
1202 "@@@STEP_NEST_LEVEL@2@@@" | 1151 "@@@STEP_NEST_LEVEL@2@@@" |
1203 ] | 1152 ] |
1204 }, | 1153 }, |
1205 { | 1154 { |
1206 "cmd": [ | 1155 "cmd": [ |
1207 "python", | 1156 "python", |
1208 "-u", | 1157 "-u", |
1209 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", | 1158 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", |
1210 "[70, 70, 80]", | 1159 "[70, 70, 80]", |
1211 "[68, 70, 72]", | 1160 "[68, 70, 72]", |
1212 "0.01" | 1161 "0.01" |
1213 ], | 1162 ], |
1214 "cwd": "[SLAVE_BUILD]", | |
1215 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.Checking sample difference", | 1163 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.Checking sample difference", |
1216 "stdout": "/path/to/tmp/json", | 1164 "stdout": "/path/to/tmp/json", |
1217 "~followup_annotations": [ | 1165 "~followup_annotations": [ |
1218 "@@@STEP_NEST_LEVEL@2@@@", | 1166 "@@@STEP_NEST_LEVEL@2@@@", |
1219 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 1167 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
1220 "@@@STEP_LOG_END@json.output (invalid)@@@" | 1168 "@@@STEP_LOG_END@json.output (invalid)@@@" |
1221 ] | 1169 ] |
1222 }, | 1170 }, |
1223 { | 1171 { |
1224 "cmd": [ | 1172 "cmd": [ |
1225 "python", | 1173 "python", |
1226 "-u", | 1174 "-u", |
1227 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", | 1175 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", |
1228 "[14, 15, 16]", | 1176 "[14, 15, 16]", |
1229 "[68, 70, 72]", | 1177 "[68, 70, 72]", |
1230 "0.01" | 1178 "0.01" |
1231 ], | 1179 ], |
1232 "cwd": "[SLAVE_BUILD]", | |
1233 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.Checking sample difference (2)", | 1180 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc
7ff5.Checking sample difference (2)", |
1234 "stdout": "/path/to/tmp/json", | 1181 "stdout": "/path/to/tmp/json", |
1235 "~followup_annotations": [ | 1182 "~followup_annotations": [ |
1236 "@@@STEP_NEST_LEVEL@2@@@", | 1183 "@@@STEP_NEST_LEVEL@2@@@", |
1237 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 1184 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
1238 "@@@STEP_LOG_END@json.output (invalid)@@@" | 1185 "@@@STEP_LOG_END@json.output (invalid)@@@" |
1239 ] | 1186 ] |
1240 }, | 1187 }, |
1241 { | 1188 { |
1242 "cmd": [], | 1189 "cmd": [], |
1243 "cwd": "[SLAVE_BUILD]", | |
1244 "name": "Check bisect finished on revision chromium@fc6dfc7ff5" | 1190 "name": "Check bisect finished on revision chromium@fc6dfc7ff5" |
1245 }, | 1191 }, |
1246 { | 1192 { |
1247 "cmd": [ | 1193 "cmd": [ |
1248 "git", | 1194 "git", |
1249 "show", | 1195 "show", |
1250 "--name-only", | 1196 "--name-only", |
1251 "--pretty=format:", | 1197 "--pretty=format:", |
1252 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" | 1198 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" |
1253 ], | 1199 ], |
1254 "cwd": "[SLAVE_BUILD]/src", | 1200 "cwd": "[CWD]/src", |
1255 "name": "Check bisect finished on revision chromium@fc6dfc7ff5.Checking DEPS
for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", | 1201 "name": "Check bisect finished on revision chromium@fc6dfc7ff5.Checking DEPS
for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", |
1256 "stdout": "/path/to/tmp/", | 1202 "stdout": "/path/to/tmp/", |
1257 "~followup_annotations": [ | 1203 "~followup_annotations": [ |
1258 "@@@STEP_NEST_LEVEL@1@@@" | 1204 "@@@STEP_NEST_LEVEL@1@@@" |
1259 ] | 1205 ] |
1260 }, | 1206 }, |
1261 { | 1207 { |
1262 "cmd": [], | 1208 "cmd": [], |
1263 "cwd": "[SLAVE_BUILD]", | |
1264 "name": "Debug Info", | 1209 "name": "Debug Info", |
1265 "~followup_annotations": [ | 1210 "~followup_annotations": [ |
1266 "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: RevisionState(rev=chromium@e28
dc0d49c, values=[70, 70, 80, 90, 90], mean_value=80.0, std_dev=10.0)@@@", | 1211 "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: RevisionState(rev=chromium@e28
dc0d49c, values=[70, 70, 80, 90, 90], mean_value=80.0, std_dev=10.0)@@@", |
1267 "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: RevisionState(rev=chromium@003
16c9ddf, values=[14, 15, 16], mean_value=15.0, std_dev=1.0)@@@", | 1212 "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: RevisionState(rev=chromium@003
16c9ddf, values=[14, 15, 16], mean_value=15.0, std_dev=1.0)@@@", |
1268 "@@@STEP_LOG_LINE@Debug Info@@@@", | 1213 "@@@STEP_LOG_LINE@Debug Info@@@@", |
1269 "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@", | 1214 "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@", |
1270 "@@@STEP_LOG_LINE@Debug Info@chromium@e28dc0d49c[70, 70, 80, 90, 90]@@@", | 1215 "@@@STEP_LOG_LINE@Debug Info@chromium@e28dc0d49c[70, 70, 80, 90, 90]@@@", |
1271 "@@@STEP_LOG_LINE@Debug Info@chromium@fc6dfc7ff5[68, 70, 72] @@@", | 1216 "@@@STEP_LOG_LINE@Debug Info@chromium@fc6dfc7ff5[68, 70, 72] @@@", |
1272 "@@@STEP_LOG_LINE@Debug Info@chromium@00316c9ddf[14, 15, 16] @@@", | 1217 "@@@STEP_LOG_LINE@Debug Info@chromium@00316c9ddf[14, 15, 16] @@@", |
1273 "@@@STEP_LOG_LINE@Debug Info@chromium@a6298e4afe[19, 20, 21] @@@", | 1218 "@@@STEP_LOG_LINE@Debug Info@chromium@a6298e4afe[19, 20, 21] @@@", |
1274 "@@@STEP_LOG_LINE@Debug Info@LKGR values: [70, 70, 80, 90, 90]@@@", | 1219 "@@@STEP_LOG_LINE@Debug Info@LKGR values: [70, 70, 80, 90, 90]@@@", |
1275 "@@@STEP_LOG_LINE@Debug Info@FKBR values: [14, 15, 16]@@@", | 1220 "@@@STEP_LOG_LINE@Debug Info@FKBR values: [14, 15, 16]@@@", |
1276 "@@@STEP_LOG_LINE@Debug Info@t-statistic: 14.41481478361417@@@", | 1221 "@@@STEP_LOG_LINE@Debug Info@t-statistic: 14.41481478361417@@@", |
1277 "@@@STEP_LOG_LINE@Debug Info@deg. of freedom: 4.132148806218767@@@", | 1222 "@@@STEP_LOG_LINE@Debug Info@deg. of freedom: 4.132148806218767@@@", |
1278 "@@@STEP_LOG_LINE@Debug Info@p-value: 0.001@@@", | 1223 "@@@STEP_LOG_LINE@Debug Info@p-value: 0.001@@@", |
1279 "@@@STEP_LOG_LINE@Debug Info@Confidence score: 99.9@@@", | 1224 "@@@STEP_LOG_LINE@Debug Info@Confidence score: 99.9@@@", |
1280 "@@@STEP_LOG_END@Debug Info@@@" | 1225 "@@@STEP_LOG_END@Debug Info@@@" |
1281 ] | 1226 ] |
1282 }, | 1227 }, |
1283 { | 1228 { |
1284 "cmd": [ | 1229 "cmd": [ |
1285 "python", | 1230 "python", |
1286 "-u", | 1231 "-u", |
1287 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_revision_info.py", | 1232 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_revision_info.py", |
1288 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", | 1233 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", |
1289 "chromium" | 1234 "chromium" |
1290 ], | 1235 ], |
1291 "cwd": "[SLAVE_BUILD]", | |
1292 "name": "Reading culprit cl information.", | 1236 "name": "Reading culprit cl information.", |
1293 "stdout": "/path/to/tmp/json", | 1237 "stdout": "/path/to/tmp/json", |
1294 "~followup_annotations": [ | 1238 "~followup_annotations": [ |
1295 "@@@STEP_LOG_LINE@json.output@{@@@", | 1239 "@@@STEP_LOG_LINE@json.output@{@@@", |
1296 "@@@STEP_LOG_LINE@json.output@ \"author\": \"DummyAuthor\", @@@", | 1240 "@@@STEP_LOG_LINE@json.output@ \"author\": \"DummyAuthor\", @@@", |
1297 "@@@STEP_LOG_LINE@json.output@ \"body\": \"A long description for a CL.\\
nContaining multiple lines\", @@@", | 1241 "@@@STEP_LOG_LINE@json.output@ \"body\": \"A long description for a CL.\\
nContaining multiple lines\", @@@", |
1298 "@@@STEP_LOG_LINE@json.output@ \"date\": \"01/01/2015\", @@@", | 1242 "@@@STEP_LOG_LINE@json.output@ \"date\": \"01/01/2015\", @@@", |
1299 "@@@STEP_LOG_LINE@json.output@ \"email\": \"dummy@nowhere.com\", @@@", | 1243 "@@@STEP_LOG_LINE@json.output@ \"email\": \"dummy@nowhere.com\", @@@", |
1300 "@@@STEP_LOG_LINE@json.output@ \"subject\": \"Some random CL\"@@@", | 1244 "@@@STEP_LOG_LINE@json.output@ \"subject\": \"Some random CL\"@@@", |
1301 "@@@STEP_LOG_LINE@json.output@}@@@", | 1245 "@@@STEP_LOG_LINE@json.output@}@@@", |
1302 "@@@STEP_LOG_END@json.output@@@" | 1246 "@@@STEP_LOG_END@json.output@@@" |
1303 ] | 1247 ] |
1304 }, | 1248 }, |
1305 { | 1249 { |
1306 "cmd": [ | 1250 "cmd": [ |
1307 "python", | 1251 "python", |
1308 "-u", | 1252 "-u", |
1309 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 1253 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
1310 ], | 1254 ], |
1311 "cwd": "[SLAVE_BUILD]", | |
1312 "name": "Post bisect results", | 1255 "name": "Post bisect results", |
1313 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"a6298e4a
fedbf2cd461755ea6f45b0ad64222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug
_id\": \"425582\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/linux_perf
_bisector/builds/571\", \"change\": \"75.00%\", \"command\": \"tools/perf/run_be
nchmark -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": {\"a
uthor\": \"DummyAuthor\", \"cl\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111\",
\"cl_date\": \"01/01/2015\", \"commit_info\": \"A long description for a CL.\\nC
ontaining multiple lines\", \"email\": \"dummy@nowhere.com\", \"revisions_links\
": [], \"subject\": \"Some random CL\"}, \"good_revision\": \"e28dc0d49c331def2a
3bbf3ddd0096eb51551155\", \"metric\": \"warm_times/page_load_time\", \"revision_
data\": [{\"commit_hash\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"depot
_name\": \"chromium\", \"mean_value\": 80.0, \"result\": \"good\", \"revision_st
ring\": \"chromium@e28dc0d49c\", \"std_dev\": 10.0, \"values\": [70, 70, 80, 90,
90]}, {\"commit_hash\": \"fc6dfc7ff5b1073408499478969261b826441144\", \"depot_n
ame\": \"chromium\", \"mean_value\": 70.0, \"result\": \"good\", \"revision_stri
ng\": \"chromium@fc6dfc7ff5\", \"std_dev\": 2.0, \"values\": [68, 70, 72]}, {\"c
ommit_hash\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111\", \"depot_name\": \"ch
romium\", \"mean_value\": 15.0, \"result\": \"bad\", \"revision_string\": \"chro
mium@00316c9ddf\", \"std_dev\": 1.0, \"values\": [14, 15, 16]}, {\"commit_hash\"
: \"a6298e4afedbf2cd461755ea6f45b0ad64222222\", \"depot_name\": \"chromium\", \"
mean_value\": 20.0, \"result\": \"bad\", \"revision_string\": \"chromium@a6298e4
afe\", \"std_dev\": 1.0, \"values\": [19, 20, 21]}], \"score\": 99.9, \"status\"
: \"completed\", \"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": []
}, \"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}", | 1256 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"a6298e4a
fedbf2cd461755ea6f45b0ad64222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug
_id\": \"425582\", \"buildbot_log_url\": \"http://c.org/p/cr/builders/linux_perf
_bisector/builds/571\", \"change\": \"75.00%\", \"command\": \"tools/perf/run_be
nchmark -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": {\"a
uthor\": \"DummyAuthor\", \"cl\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111\",
\"cl_date\": \"01/01/2015\", \"commit_info\": \"A long description for a CL.\\nC
ontaining multiple lines\", \"email\": \"dummy@nowhere.com\", \"revisions_links\
": [], \"subject\": \"Some random CL\"}, \"good_revision\": \"e28dc0d49c331def2a
3bbf3ddd0096eb51551155\", \"metric\": \"warm_times/page_load_time\", \"revision_
data\": [{\"commit_hash\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"depot
_name\": \"chromium\", \"mean_value\": 80.0, \"result\": \"good\", \"revision_st
ring\": \"chromium@e28dc0d49c\", \"std_dev\": 10.0, \"values\": [70, 70, 80, 90,
90]}, {\"commit_hash\": \"fc6dfc7ff5b1073408499478969261b826441144\", \"depot_n
ame\": \"chromium\", \"mean_value\": 70.0, \"result\": \"good\", \"revision_stri
ng\": \"chromium@fc6dfc7ff5\", \"std_dev\": 2.0, \"values\": [68, 70, 72]}, {\"c
ommit_hash\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111\", \"depot_name\": \"ch
romium\", \"mean_value\": 15.0, \"result\": \"bad\", \"revision_string\": \"chro
mium@00316c9ddf\", \"std_dev\": 1.0, \"values\": [14, 15, 16]}, {\"commit_hash\"
: \"a6298e4afedbf2cd461755ea6f45b0ad64222222\", \"depot_name\": \"chromium\", \"
mean_value\": 20.0, \"result\": \"bad\", \"revision_string\": \"chromium@a6298e4
afe\", \"std_dev\": 1.0, \"values\": [19, 20, 21]}], \"score\": 99.9, \"status\"
: \"completed\", \"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": []
}, \"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}", |
1314 "stdout": "/path/to/tmp/json", | 1257 "stdout": "/path/to/tmp/json", |
1315 "~followup_annotations": [ | 1258 "~followup_annotations": [ |
1316 "@@@STEP_LOG_LINE@json.output@{@@@", | 1259 "@@@STEP_LOG_LINE@json.output@{@@@", |
1317 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", | 1260 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", |
1318 "@@@STEP_LOG_LINE@json.output@}@@@", | 1261 "@@@STEP_LOG_LINE@json.output@}@@@", |
1319 "@@@STEP_LOG_END@json.output@@@" | 1262 "@@@STEP_LOG_END@json.output@@@" |
1320 ] | 1263 ] |
1321 }, | 1264 }, |
1322 { | 1265 { |
1323 "name": "$result", | 1266 "name": "$result", |
1324 "recipe_result": null, | 1267 "recipe_result": null, |
1325 "status_code": 0 | 1268 "status_code": 0 |
1326 } | 1269 } |
1327 ] | 1270 ] |
OLD | NEW |