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 = '[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'}]", | 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'}]", |
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 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
21 "--output_json", | 21 "--output_json", |
22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
23 "--revision", | 23 "--revision", |
24 "src@HEAD", | 24 "src@HEAD", |
25 "--output_manifest" | 25 "--output_manifest" |
26 ], | 26 ], |
| 27 "cwd": "[SLAVE_BUILD]", |
27 "env": { | 28 "env": { |
28 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
29 }, | 30 }, |
30 "name": "bot_update", | 31 "name": "bot_update", |
31 "~followup_annotations": [ | 32 "~followup_annotations": [ |
32 "@@@STEP_TEXT@Some step text@@@", | 33 "@@@STEP_TEXT@Some step text@@@", |
33 "@@@STEP_LOG_LINE@json.output@{@@@", | 34 "@@@STEP_LOG_LINE@json.output@{@@@", |
34 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
35 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
36 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 91 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
91 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 92 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
92 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 93 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
93 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
94 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 95 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
95 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
96 ] | 97 ] |
97 }, | 98 }, |
98 { | 99 { |
99 "cmd": [], | 100 "cmd": [], |
| 101 "cwd": "[SLAVE_BUILD]", |
100 "name": "ensure_goma" | 102 "name": "ensure_goma" |
101 }, | 103 }, |
102 { | 104 { |
103 "cmd": [ | 105 "cmd": [ |
104 "python", | 106 "python", |
105 "-u", | 107 "-u", |
106 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 108 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
107 "--platform", | 109 "--platform", |
108 "linux-amd64", | 110 "linux-amd64", |
109 "--dest-directory", | 111 "--dest-directory", |
110 "[CWD]/cipd", | 112 "[SLAVE_BUILD]/cipd", |
111 "--json-output", | 113 "--json-output", |
112 "/path/to/tmp/json" | 114 "/path/to/tmp/json" |
113 ], | 115 ], |
| 116 "cwd": "[SLAVE_BUILD]", |
114 "name": "ensure_goma.install cipd", | 117 "name": "ensure_goma.install cipd", |
115 "~followup_annotations": [ | 118 "~followup_annotations": [ |
116 "@@@STEP_NEST_LEVEL@1@@@", | 119 "@@@STEP_NEST_LEVEL@1@@@", |
117 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 120 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
118 "@@@STEP_LOG_LINE@json.output@{@@@", | 121 "@@@STEP_LOG_LINE@json.output@{@@@", |
119 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 122 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
120 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 123 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
121 "@@@STEP_LOG_LINE@json.output@}@@@", | 124 "@@@STEP_LOG_LINE@json.output@}@@@", |
122 "@@@STEP_LOG_END@json.output@@@" | 125 "@@@STEP_LOG_END@json.output@@@" |
123 ] | 126 ] |
124 }, | 127 }, |
125 { | 128 { |
126 "cmd": [ | 129 "cmd": [ |
127 "fake_slave_build/cipd", | 130 "[SLAVE_BUILD]/cipd/cipd", |
128 "ensure", | 131 "ensure", |
129 "--root", | 132 "--root", |
130 "[ROOT]/b/build/slave/cache/cipd/goma", | 133 "[CACHE]/cipd/goma", |
131 "--list", | 134 "--list", |
132 "infra_internal/goma/client/linux-amd64 release", | 135 "infra_internal/goma/client/linux-amd64 release", |
133 "--json-output", | 136 "--json-output", |
134 "/path/to/tmp/json", | 137 "/path/to/tmp/json", |
135 "--service-account-json", | 138 "--service-account-json", |
136 "/creds/service_accounts/service-account-goma-client.json" | 139 "/creds/service_accounts/service-account-goma-client.json" |
137 ], | 140 ], |
| 141 "cwd": "[SLAVE_BUILD]", |
138 "name": "ensure_goma.ensure_installed", | 142 "name": "ensure_goma.ensure_installed", |
139 "~followup_annotations": [ | 143 "~followup_annotations": [ |
140 "@@@STEP_NEST_LEVEL@1@@@", | 144 "@@@STEP_NEST_LEVEL@1@@@", |
141 "@@@STEP_LOG_LINE@json.output@{@@@", | 145 "@@@STEP_LOG_LINE@json.output@{@@@", |
142 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 146 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
143 "@@@STEP_LOG_LINE@json.output@ {@@@", | 147 "@@@STEP_LOG_LINE@json.output@ {@@@", |
144 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 148 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
145 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 149 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
146 "@@@STEP_LOG_LINE@json.output@ }@@@", | 150 "@@@STEP_LOG_LINE@json.output@ }@@@", |
147 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 151 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
148 "@@@STEP_LOG_LINE@json.output@}@@@", | 152 "@@@STEP_LOG_LINE@json.output@}@@@", |
149 "@@@STEP_LOG_END@json.output@@@" | 153 "@@@STEP_LOG_END@json.output@@@" |
150 ] | 154 ] |
151 }, | 155 }, |
152 { | 156 { |
153 "cmd": [ | 157 "cmd": [ |
154 "python", | 158 "python", |
155 "-u", | 159 "-u", |
156 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 160 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
157 "runhooks" | 161 "runhooks" |
158 ], | 162 ], |
| 163 "cwd": "[SLAVE_BUILD]", |
159 "env": { | 164 "env": { |
160 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 165 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
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", | 166 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", |
162 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 167 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
163 }, | 168 }, |
164 "name": "gclient runhooks" | 169 "name": "gclient runhooks" |
165 }, | 170 }, |
166 { | 171 { |
167 "cmd": [ | 172 "cmd": [ |
168 "python", | 173 "python", |
169 "-u", | 174 "-u", |
170 "[CWD]/src/testing/scripts/get_compile_targets.py", | 175 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
171 "--output", | 176 "--output", |
172 "/path/to/tmp/json", | 177 "/path/to/tmp/json", |
173 "--", | 178 "--", |
174 "--build-config-fs", | 179 "--build-config-fs", |
175 "Release", | 180 "Release", |
176 "--paths", | 181 "--paths", |
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\"}", | 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\"}", |
178 "--properties", | 183 "--properties", |
179 "{\"buildername\": \"linux_perf_bisector\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_
platform\": \"linux\"}" | 184 "{\"buildername\": \"linux_perf_bisector\", \"buildnumber\": 571, \"master
name\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_
platform\": \"linux\"}" |
180 ], | 185 ], |
| 186 "cwd": "[SLAVE_BUILD]", |
181 "name": "get compile targets for scripts", | 187 "name": "get compile targets for scripts", |
182 "~followup_annotations": [ | 188 "~followup_annotations": [ |
183 "@@@STEP_LOG_LINE@json.output@{}@@@", | 189 "@@@STEP_LOG_LINE@json.output@{}@@@", |
184 "@@@STEP_LOG_END@json.output@@@" | 190 "@@@STEP_LOG_END@json.output@@@" |
185 ] | 191 ] |
186 }, | 192 }, |
187 { | 193 { |
188 "cmd": [ | 194 "cmd": [ |
189 "python", | 195 "python", |
190 "-u", | 196 "-u", |
191 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 197 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
192 "[CWD]/src/testing/buildbot/tryserver.chromium.perf.json", | 198 "[SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium.perf.json", |
193 "/path/to/tmp/json" | 199 "/path/to/tmp/json" |
194 ], | 200 ], |
| 201 "cwd": "[SLAVE_BUILD]", |
195 "name": "read test spec", | 202 "name": "read test spec", |
196 "~followup_annotations": [ | 203 "~followup_annotations": [ |
197 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/tryserver.chromium.perf.jso
n@@@", | 204 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium.
perf.json@@@", |
198 "@@@STEP_LOG_LINE@json.output@{}@@@", | 205 "@@@STEP_LOG_LINE@json.output@{}@@@", |
199 "@@@STEP_LOG_END@json.output@@@" | 206 "@@@STEP_LOG_END@json.output@@@" |
200 ] | 207 ] |
201 }, | 208 }, |
202 { | 209 { |
203 "cmd": [ | 210 "cmd": [ |
204 "git", | 211 "git", |
205 "update-ref", | 212 "update-ref", |
206 "refs/heads/master", | 213 "refs/heads/master", |
207 "refs/remotes/origin/master" | 214 "refs/remotes/origin/master" |
208 ], | 215 ], |
209 "cwd": "[CWD]/src", | 216 "cwd": "[SLAVE_BUILD]/src", |
210 "name": "git update-ref" | 217 "name": "git update-ref" |
211 }, | 218 }, |
212 { | 219 { |
213 "cmd": [ | 220 "cmd": [ |
214 "git", | 221 "git", |
215 "checkout", | 222 "checkout", |
216 "master" | 223 "master" |
217 ], | 224 ], |
218 "cwd": "[CWD]/src", | 225 "cwd": "[SLAVE_BUILD]/src", |
219 "name": "git checkout" | 226 "name": "git checkout" |
220 }, | 227 }, |
221 { | 228 { |
222 "cmd": [], | 229 "cmd": [], |
| 230 "cwd": "[SLAVE_BUILD]", |
223 "name": "config", | 231 "name": "config", |
224 "~followup_annotations": [ | 232 "~followup_annotations": [ |
225 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@", | 233 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@", |
226 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"306478\",
@@@", | 234 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"306478\",
@@@", |
227 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"425582\", @@@", | 235 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"425582\", @@@", |
228 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g
olo.chromium.org\", @@@", | 236 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g
olo.chromium.org\", @@@", |
229 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @
@@", | 237 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @
@@", |
230 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": true,
@@@", | 238 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": true,
@@@", |
231 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"tools/perf/run
_benchmark -v --browser=release page_cycler.intl_ar_fa_he\", @@@", | 239 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"tools/perf/run
_benchmark -v --browser=release page_cycler.intl_ar_fa_he\", @@@", |
232 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": true, @@@", | 240 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": true, @@@", |
233 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_initial_confidence\":
\"95\", @@@", | 241 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_initial_confidence\":
\"95\", @@@", |
234 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": true, @@
@", | 242 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": true, @@
@", |
235 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"306475\"
, @@@", | 243 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"306475\"
, @@@", |
236 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\
", @@@", | 244 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\
", @@@", |
237 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\",
@@@", | 245 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\",
@@@", |
238 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"warm_times/page
_load_time\", @@@", | 246 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"warm_times/page
_load_time\", @@@", |
239 "@@@STEP_LOG_LINE@Bisect job configuration@ \"poll_sleep\": 0, @@@", | 247 "@@@STEP_LOG_LINE@Bisect job configuration@ \"poll_sleep\": 0, @@@", |
240 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@"
, | 248 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@"
, |
241 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@", | 249 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@", |
242 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@", | 250 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@", |
243 "@@@STEP_LOG_END@Bisect job configuration@@@" | 251 "@@@STEP_LOG_END@Bisect job configuration@@@" |
244 ] | 252 ] |
245 }, | 253 }, |
246 { | 254 { |
247 "cmd": [], | 255 "cmd": [], |
| 256 "cwd": "[SLAVE_BUILD]", |
248 "name": "Resolving reference range" | 257 "name": "Resolving reference range" |
249 }, | 258 }, |
250 { | 259 { |
251 "cmd": [ | 260 "cmd": [ |
252 "python", | 261 "python", |
253 "-u", | 262 "-u", |
254 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", | 263 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", |
255 "get_numbering", | 264 "get_numbering", |
256 "--params-file", | 265 "--params-file", |
257 "{\"number\": 306478, \"numbering_identifier\": \"refs/heads/master\", \"n
umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr
omium/src\"}", | 266 "{\"number\": 306478, \"numbering_identifier\": \"refs/heads/master\", \"n
umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr
omium/src\"}", |
258 "--attempts", | 267 "--attempts", |
259 "3" | 268 "3" |
260 ], | 269 ], |
| 270 "cwd": "[SLAVE_BUILD]", |
261 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast
er@{#306478}", | 271 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast
er@{#306478}", |
262 "stdout": "/path/to/tmp/json", | 272 "stdout": "/path/to/tmp/json", |
263 "~followup_annotations": [ | 273 "~followup_annotations": [ |
264 "@@@STEP_NEST_LEVEL@1@@@", | 274 "@@@STEP_NEST_LEVEL@1@@@", |
265 "@@@STEP_LOG_LINE@json.output@{@@@", | 275 "@@@STEP_LOG_LINE@json.output@{@@@", |
266 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"a6298e4afedbf2cd461755ea6f4
5b0ad64222222\"@@@", | 276 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"a6298e4afedbf2cd461755ea6f4
5b0ad64222222\"@@@", |
267 "@@@STEP_LOG_LINE@json.output@}@@@", | 277 "@@@STEP_LOG_LINE@json.output@}@@@", |
268 "@@@STEP_LOG_END@json.output@@@" | 278 "@@@STEP_LOG_END@json.output@@@" |
269 ] | 279 ] |
270 }, | 280 }, |
271 { | 281 { |
272 "cmd": [ | 282 "cmd": [ |
273 "python", | 283 "python", |
274 "-u", | 284 "-u", |
275 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", | 285 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", |
276 "get_numbering", | 286 "get_numbering", |
277 "--params-file", | 287 "--params-file", |
278 "{\"number\": 306475, \"numbering_identifier\": \"refs/heads/master\", \"n
umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr
omium/src\"}", | 288 "{\"number\": 306475, \"numbering_identifier\": \"refs/heads/master\", \"n
umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr
omium/src\"}", |
279 "--attempts", | 289 "--attempts", |
280 "3" | 290 "3" |
281 ], | 291 ], |
| 292 "cwd": "[SLAVE_BUILD]", |
282 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast
er@{#306475}", | 293 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast
er@{#306475}", |
283 "stdout": "/path/to/tmp/json", | 294 "stdout": "/path/to/tmp/json", |
284 "~followup_annotations": [ | 295 "~followup_annotations": [ |
285 "@@@STEP_NEST_LEVEL@1@@@", | 296 "@@@STEP_NEST_LEVEL@1@@@", |
286 "@@@STEP_LOG_LINE@json.output@{@@@", | 297 "@@@STEP_LOG_LINE@json.output@{@@@", |
287 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"e28dc0d49c331def2a3bbf3ddd0
096eb51551155\"@@@", | 298 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"e28dc0d49c331def2a3bbf3ddd0
096eb51551155\"@@@", |
288 "@@@STEP_LOG_LINE@json.output@}@@@", | 299 "@@@STEP_LOG_LINE@json.output@}@@@", |
289 "@@@STEP_LOG_END@json.output@@@" | 300 "@@@STEP_LOG_END@json.output@@@" |
290 ] | 301 ] |
291 }, | 302 }, |
292 { | 303 { |
293 "cmd": [ | 304 "cmd": [ |
294 "python", | 305 "python", |
295 "-u", | 306 "-u", |
296 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", | 307 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", |
297 "DEPS", | 308 "DEPS", |
298 "--commit", | 309 "--commit", |
299 "a6298e4afedbf2cd461755ea6f45b0ad64222222" | 310 "a6298e4afedbf2cd461755ea6f45b0ad64222222" |
300 ], | 311 ], |
| 312 "cwd": "[SLAVE_BUILD]", |
301 "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0
ad64222222:DEPS", | 313 "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0
ad64222222:DEPS", |
302 "stdout": "/path/to/tmp/", | 314 "stdout": "/path/to/tmp/", |
303 "~followup_annotations": [ | 315 "~followup_annotations": [ |
304 "@@@STEP_NEST_LEVEL@1@@@", | 316 "@@@STEP_NEST_LEVEL@1@@@", |
305 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@", | 317 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@", |
306 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@", | 318 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@", |
307 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@", | 319 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@", |
308 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@" | 320 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@" |
309 ] | 321 ] |
310 }, | 322 }, |
311 { | 323 { |
312 "cmd": [ | 324 "cmd": [ |
313 "python", | 325 "python", |
314 "-u", | 326 "-u", |
315 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", | 327 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", |
316 "DEPS", | 328 "DEPS", |
317 "--commit", | 329 "--commit", |
318 "e28dc0d49c331def2a3bbf3ddd0096eb51551155" | 330 "e28dc0d49c331def2a3bbf3ddd0096eb51551155" |
319 ], | 331 ], |
| 332 "cwd": "[SLAVE_BUILD]", |
320 "name": "Resolving reference range.fetch file e28dc0d49c331def2a3bbf3ddd0096
eb51551155:DEPS", | 333 "name": "Resolving reference range.fetch file e28dc0d49c331def2a3bbf3ddd0096
eb51551155:DEPS", |
321 "stdout": "/path/to/tmp/", | 334 "stdout": "/path/to/tmp/", |
322 "~followup_annotations": [ | 335 "~followup_annotations": [ |
323 "@@@STEP_NEST_LEVEL@1@@@", | 336 "@@@STEP_NEST_LEVEL@1@@@", |
324 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", | 337 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", |
325 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@", | 338 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@", |
326 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", | 339 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", |
327 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" | 340 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" |
328 ] | 341 ] |
329 }, | 342 }, |
330 { | 343 { |
331 "cmd": [], | 344 "cmd": [], |
| 345 "cwd": "[SLAVE_BUILD]", |
332 "name": "Expanding revision range" | 346 "name": "Expanding revision range" |
333 }, | 347 }, |
334 { | 348 { |
335 "cmd": [ | 349 "cmd": [ |
336 "python", | 350 "python", |
337 "-u", | 351 "-u", |
338 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p
y", | 352 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p
y", |
339 "e28dc0d49c331def2a3bbf3ddd0096eb51551155", | 353 "e28dc0d49c331def2a3bbf3ddd0096eb51551155", |
340 "a6298e4afedbf2cd461755ea6f45b0ad64222222", | 354 "a6298e4afedbf2cd461755ea6f45b0ad64222222", |
341 "https://chromium.googlesource.com/chromium/src" | 355 "https://chromium.googlesource.com/chromium/src" |
342 ], | 356 ], |
| 357 "cwd": "[SLAVE_BUILD]", |
343 "name": "Expanding revision range.for revisions e28dc0d49c331def2a3bbf3ddd00
96eb51551155:a6298e4afedbf2cd461755ea6f45b0ad64222222", | 358 "name": "Expanding revision range.for revisions e28dc0d49c331def2a3bbf3ddd00
96eb51551155:a6298e4afedbf2cd461755ea6f45b0ad64222222", |
344 "stdout": "/path/to/tmp/json", | 359 "stdout": "/path/to/tmp/json", |
345 "~followup_annotations": [ | 360 "~followup_annotations": [ |
346 "@@@STEP_NEST_LEVEL@1@@@", | 361 "@@@STEP_NEST_LEVEL@1@@@", |
347 "@@@STEP_LOG_LINE@json.output@[@@@", | 362 "@@@STEP_LOG_LINE@json.output@[@@@", |
348 "@@@STEP_LOG_LINE@json.output@ [@@@", | 363 "@@@STEP_LOG_LINE@json.output@ [@@@", |
349 "@@@STEP_LOG_LINE@json.output@ \"fc6dfc7ff5b1073408499478969261b8264411
44\", @@@", | 364 "@@@STEP_LOG_LINE@json.output@ \"fc6dfc7ff5b1073408499478969261b8264411
44\", @@@", |
350 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@", | 365 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@", |
351 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 366 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
352 "@@@STEP_LOG_LINE@json.output@ [@@@", | 367 "@@@STEP_LOG_LINE@json.output@ [@@@", |
353 "@@@STEP_LOG_LINE@json.output@ \"00316c9ddfb9d7b4e1ed2fff9fe6d964d21111
11\", @@@", | 368 "@@@STEP_LOG_LINE@json.output@ \"00316c9ddfb9d7b4e1ed2fff9fe6d964d21111
11\", @@@", |
354 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@", | 369 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@", |
355 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 370 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
356 "@@@STEP_LOG_LINE@json.output@]@@@", | 371 "@@@STEP_LOG_LINE@json.output@]@@@", |
357 "@@@STEP_LOG_END@json.output@@@" | 372 "@@@STEP_LOG_END@json.output@@@" |
358 ] | 373 ] |
359 }, | 374 }, |
360 { | 375 { |
361 "cmd": [], | 376 "cmd": [], |
| 377 "cwd": "[SLAVE_BUILD]", |
362 "name": "Gathering reference values" | 378 "name": "Gathering reference values" |
363 }, | 379 }, |
364 { | 380 { |
365 "cmd": [ | 381 "cmd": [ |
366 "python", | 382 "python", |
367 "-u", | 383 "-u", |
368 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 384 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
369 "--", | 385 "--", |
370 "[ROOT]/b/depot_tools/gsutil.py", | 386 "[DEPOT_TOOLS]/gsutil.py", |
371 "----", | 387 "----", |
372 "ls", | 388 "ls", |
373 "gs://chrome-perf/Linux Builder/full-build-linux_e28dc0d49c331def2a3bbf3dd
d0096eb51551155.zip" | 389 "gs://chrome-perf/Linux Builder/full-build-linux_e28dc0d49c331def2a3bbf3dd
d0096eb51551155.zip" |
374 ], | 390 ], |
| 391 "cwd": "[SLAVE_BUILD]", |
375 "name": "Gathering reference values.gsutil ls", | 392 "name": "Gathering reference values.gsutil ls", |
376 "~followup_annotations": [ | 393 "~followup_annotations": [ |
377 "@@@STEP_NEST_LEVEL@1@@@" | 394 "@@@STEP_NEST_LEVEL@1@@@" |
378 ] | 395 ] |
379 }, | 396 }, |
380 { | 397 { |
381 "cmd": [ | 398 "cmd": [ |
382 "git", | 399 "git", |
383 "update-ref", | 400 "update-ref", |
384 "refs/heads/master", | 401 "refs/heads/master", |
385 "refs/remotes/origin/master" | 402 "refs/remotes/origin/master" |
386 ], | 403 ], |
387 "cwd": "[CWD]/src", | 404 "cwd": "[SLAVE_BUILD]/src", |
388 "name": "Gathering reference values.git update-ref", | 405 "name": "Gathering reference values.git update-ref", |
389 "~followup_annotations": [ | 406 "~followup_annotations": [ |
390 "@@@STEP_NEST_LEVEL@1@@@" | 407 "@@@STEP_NEST_LEVEL@1@@@" |
391 ] | 408 ] |
392 }, | 409 }, |
393 { | 410 { |
394 "cmd": [ | 411 "cmd": [ |
395 "git", | 412 "git", |
396 "checkout", | 413 "checkout", |
397 "master" | 414 "master" |
398 ], | 415 ], |
399 "cwd": "[CWD]/src", | 416 "cwd": "[SLAVE_BUILD]/src", |
400 "name": "Gathering reference values.git checkout", | 417 "name": "Gathering reference values.git checkout", |
401 "~followup_annotations": [ | 418 "~followup_annotations": [ |
402 "@@@STEP_NEST_LEVEL@1@@@" | 419 "@@@STEP_NEST_LEVEL@1@@@" |
403 ] | 420 ] |
404 }, | 421 }, |
405 { | 422 { |
406 "cmd": [ | 423 "cmd": [ |
407 "git", | 424 "git", |
408 "-c", | 425 "-c", |
409 "user.email=FAKE_PERF_PUMPKIN@chromium.org", | 426 "user.email=FAKE_PERF_PUMPKIN@chromium.org", |
410 "try", | 427 "try", |
411 "--bot", | 428 "--bot", |
412 "linux_perf_bisect_builder", | 429 "linux_perf_bisect_builder", |
413 "--revision", | 430 "--revision", |
414 "e28dc0d49c331def2a3bbf3ddd0096eb51551155", | 431 "e28dc0d49c331def2a3bbf3ddd0096eb51551155", |
415 "--name", | 432 "--name", |
416 "e28dc0d49c331def2a3bbf3ddd0096eb51551155-build", | 433 "e28dc0d49c331def2a3bbf3ddd0096eb51551155-build", |
417 "--clobber", | 434 "--clobber", |
418 "--svn_repo", | 435 "--svn_repo", |
419 "svn://svn.chromium.org/chrome-try/try-perf", | 436 "svn://svn.chromium.org/chrome-try/try-perf", |
420 "--diff", | 437 "--diff", |
421 "/dev/null" | 438 "/dev/null" |
422 ], | 439 ], |
423 "cwd": "[CWD]/src", | 440 "cwd": "[SLAVE_BUILD]/src", |
424 "name": "Gathering reference values.Requesting build for e28dc0d49c331def2a3
bbf3ddd0096eb51551155 via git try.", | 441 "name": "Gathering reference values.Requesting build for e28dc0d49c331def2a3
bbf3ddd0096eb51551155 via git try.", |
425 "~followup_annotations": [ | 442 "~followup_annotations": [ |
426 "@@@STEP_NEST_LEVEL@1@@@" | 443 "@@@STEP_NEST_LEVEL@1@@@" |
427 ] | 444 ] |
428 }, | 445 }, |
429 { | 446 { |
430 "cmd": [ | 447 "cmd": [ |
431 "python", | 448 "python", |
432 "-u", | 449 "-u", |
433 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 450 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
434 "--", | 451 "--", |
435 "[ROOT]/b/depot_tools/gsutil.py", | 452 "[DEPOT_TOOLS]/gsutil.py", |
436 "----", | 453 "----", |
437 "ls", | 454 "ls", |
438 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6
f45b0ad64222222.zip" | 455 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6
f45b0ad64222222.zip" |
439 ], | 456 ], |
| 457 "cwd": "[SLAVE_BUILD]", |
440 "name": "Gathering reference values.gsutil ls (2)", | 458 "name": "Gathering reference values.gsutil ls (2)", |
441 "~followup_annotations": [ | 459 "~followup_annotations": [ |
442 "@@@STEP_NEST_LEVEL@1@@@" | 460 "@@@STEP_NEST_LEVEL@1@@@" |
443 ] | 461 ] |
444 }, | 462 }, |
445 { | 463 { |
446 "cmd": [ | 464 "cmd": [ |
447 "git", | 465 "git", |
448 "update-ref", | 466 "update-ref", |
449 "refs/heads/master", | 467 "refs/heads/master", |
450 "refs/remotes/origin/master" | 468 "refs/remotes/origin/master" |
451 ], | 469 ], |
452 "cwd": "[CWD]/src", | 470 "cwd": "[SLAVE_BUILD]/src", |
453 "name": "Gathering reference values.git update-ref (2)", | 471 "name": "Gathering reference values.git update-ref (2)", |
454 "~followup_annotations": [ | 472 "~followup_annotations": [ |
455 "@@@STEP_NEST_LEVEL@1@@@" | 473 "@@@STEP_NEST_LEVEL@1@@@" |
456 ] | 474 ] |
457 }, | 475 }, |
458 { | 476 { |
459 "cmd": [ | 477 "cmd": [ |
460 "git", | 478 "git", |
461 "checkout", | 479 "checkout", |
462 "master" | 480 "master" |
463 ], | 481 ], |
464 "cwd": "[CWD]/src", | 482 "cwd": "[SLAVE_BUILD]/src", |
465 "name": "Gathering reference values.git checkout (2)", | 483 "name": "Gathering reference values.git checkout (2)", |
466 "~followup_annotations": [ | 484 "~followup_annotations": [ |
467 "@@@STEP_NEST_LEVEL@1@@@" | 485 "@@@STEP_NEST_LEVEL@1@@@" |
468 ] | 486 ] |
469 }, | 487 }, |
470 { | 488 { |
471 "cmd": [ | 489 "cmd": [ |
472 "git", | 490 "git", |
473 "-c", | 491 "-c", |
474 "user.email=FAKE_PERF_PUMPKIN@chromium.org", | 492 "user.email=FAKE_PERF_PUMPKIN@chromium.org", |
475 "try", | 493 "try", |
476 "--bot", | 494 "--bot", |
477 "linux_perf_bisect_builder", | 495 "linux_perf_bisect_builder", |
478 "--revision", | 496 "--revision", |
479 "a6298e4afedbf2cd461755ea6f45b0ad64222222", | 497 "a6298e4afedbf2cd461755ea6f45b0ad64222222", |
480 "--name", | 498 "--name", |
481 "a6298e4afedbf2cd461755ea6f45b0ad64222222-build", | 499 "a6298e4afedbf2cd461755ea6f45b0ad64222222-build", |
482 "--clobber", | 500 "--clobber", |
483 "--svn_repo", | 501 "--svn_repo", |
484 "svn://svn.chromium.org/chrome-try/try-perf", | 502 "svn://svn.chromium.org/chrome-try/try-perf", |
485 "--diff", | 503 "--diff", |
486 "/dev/null" | 504 "/dev/null" |
487 ], | 505 ], |
488 "cwd": "[CWD]/src", | 506 "cwd": "[SLAVE_BUILD]/src", |
489 "name": "Gathering reference values.Requesting build for a6298e4afedbf2cd461
755ea6f45b0ad64222222 via git try.", | 507 "name": "Gathering reference values.Requesting build for a6298e4afedbf2cd461
755ea6f45b0ad64222222 via git try.", |
490 "~followup_annotations": [ | 508 "~followup_annotations": [ |
491 "@@@STEP_NEST_LEVEL@1@@@" | 509 "@@@STEP_NEST_LEVEL@1@@@" |
492 ] | 510 ] |
493 }, | 511 }, |
494 { | 512 { |
495 "cmd": [ | 513 "cmd": [ |
496 "git", | 514 "git", |
497 "footers", | 515 "footers", |
498 "--position", | 516 "--position", |
499 "e28dc0d49c331def2a3bbf3ddd0096eb51551155" | 517 "e28dc0d49c331def2a3bbf3ddd0096eb51551155" |
500 ], | 518 ], |
501 "cwd": "[CWD]/src", | 519 "cwd": "[SLAVE_BUILD]/src", |
502 "name": "Gathering reference values.resolving hash e28dc0d49c331def2a3bbf3dd
d0096eb51551155", | 520 "name": "Gathering reference values.resolving hash e28dc0d49c331def2a3bbf3dd
d0096eb51551155", |
503 "stdout": "/path/to/tmp/", | 521 "stdout": "/path/to/tmp/", |
504 "~followup_annotations": [ | 522 "~followup_annotations": [ |
505 "@@@STEP_NEST_LEVEL@1@@@" | 523 "@@@STEP_NEST_LEVEL@1@@@" |
506 ] | 524 ] |
507 }, | 525 }, |
508 { | 526 { |
509 "cmd": [], | 527 "cmd": [], |
| 528 "cwd": "[SLAVE_BUILD]", |
510 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c", | 529 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c", |
511 "~followup_annotations": [ | 530 "~followup_annotations": [ |
512 "@@@STEP_NEST_LEVEL@1@@@" | 531 "@@@STEP_NEST_LEVEL@1@@@" |
513 ] | 532 ] |
514 }, | 533 }, |
515 { | 534 { |
516 "cmd": [ | 535 "cmd": [ |
517 "python", | 536 "python", |
518 "-u", | 537 "-u", |
519 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 538 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
520 "--", | 539 "--", |
521 "[ROOT]/b/depot_tools/gsutil.py", | 540 "[DEPOT_TOOLS]/gsutil.py", |
522 "----", | 541 "----", |
523 "ls", | 542 "ls", |
524 "gs://chrome-perf/Linux Builder/full-build-linux_e28dc0d49c331def2a3bbf3dd
d0096eb51551155.zip" | 543 "gs://chrome-perf/Linux Builder/full-build-linux_e28dc0d49c331def2a3bbf3dd
d0096eb51551155.zip" |
525 ], | 544 ], |
| 545 "cwd": "[SLAVE_BUILD]", |
526 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil l
s", | 546 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil l
s", |
527 "~followup_annotations": [ | 547 "~followup_annotations": [ |
528 "@@@STEP_NEST_LEVEL@2@@@" | 548 "@@@STEP_NEST_LEVEL@2@@@" |
529 ] | 549 ] |
530 }, | 550 }, |
531 { | 551 { |
532 "cmd": [], | 552 "cmd": [], |
| 553 "cwd": "[SLAVE_BUILD]", |
533 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.Triggeri
ng test job for e28dc0d49c331def2a3bbf3ddd0096eb51551155", | 554 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.Triggeri
ng test job for e28dc0d49c331def2a3bbf3ddd0096eb51551155", |
534 "trigger_specs": [ | 555 "trigger_specs": [ |
535 { | 556 { |
536 "builder_name": "linux_perf_tester", | 557 "builder_name": "linux_perf_tester", |
537 "properties": { | 558 "properties": { |
538 "bisect_config": { | 559 "bisect_config": { |
539 "command": "tools/perf/run_benchmark -v --browser=release page_cycle
r.intl_ar_fa_he", | 560 "command": "tools/perf/run_benchmark -v --browser=release page_cycle
r.intl_ar_fa_he", |
540 "metric": "warm_times/page_load_time", | 561 "metric": "warm_times/page_load_time", |
541 "repeat_count": 5, | 562 "repeat_count": 5, |
542 "test_type": "perf" | 563 "test_type": "perf" |
(...skipping 11 matching lines...) Expand all Loading... |
554 "~followup_annotations": [ | 575 "~followup_annotations": [ |
555 "@@@STEP_NEST_LEVEL@2@@@" | 576 "@@@STEP_NEST_LEVEL@2@@@" |
556 ] | 577 ] |
557 }, | 578 }, |
558 { | 579 { |
559 "cmd": [ | 580 "cmd": [ |
560 "python", | 581 "python", |
561 "-u", | 582 "-u", |
562 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" | 583 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" |
563 ], | 584 ], |
| 585 "cwd": "[SLAVE_BUILD]", |
564 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.sleeping
", | 586 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.sleeping
", |
565 "~followup_annotations": [ | 587 "~followup_annotations": [ |
566 "@@@STEP_NEST_LEVEL@2@@@", | 588 "@@@STEP_NEST_LEVEL@2@@@", |
567 "@@@STEP_LOG_LINE@python.inline@@@@", | 589 "@@@STEP_LOG_LINE@python.inline@@@@", |
568 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 590 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
569 "@@@STEP_LOG_LINE@python.inline@import time@@@", | 591 "@@@STEP_LOG_LINE@python.inline@import time@@@", |
570 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", | 592 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", |
571 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", | 593 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", |
572 "@@@STEP_LOG_END@python.inline@@@" | 594 "@@@STEP_LOG_END@python.inline@@@" |
573 ] | 595 ] |
574 }, | 596 }, |
575 { | 597 { |
576 "cmd": [ | 598 "cmd": [ |
577 "python", | 599 "python", |
578 "-u", | 600 "-u", |
579 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 601 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
580 "--", | 602 "--", |
581 "[ROOT]/b/depot_tools/gsutil.py", | 603 "[DEPOT_TOOLS]/gsutil.py", |
582 "----", | 604 "----", |
583 "ls", | 605 "ls", |
584 "gs://chrome-perf/bisect-results/e28dc0d49c331def2a3bbf3ddd0096eb51551155-
test.results" | 606 "gs://chrome-perf/bisect-results/e28dc0d49c331def2a3bbf3ddd0096eb51551155-
test.results" |
585 ], | 607 ], |
| 608 "cwd": "[SLAVE_BUILD]", |
586 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil l
s (2)", | 609 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil l
s (2)", |
587 "~followup_annotations": [ | 610 "~followup_annotations": [ |
588 "@@@STEP_NEST_LEVEL@2@@@" | 611 "@@@STEP_NEST_LEVEL@2@@@" |
589 ] | 612 ] |
590 }, | 613 }, |
591 { | 614 { |
592 "cmd": [ | 615 "cmd": [ |
593 "python", | 616 "python", |
594 "-u", | 617 "-u", |
595 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 618 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
596 "--", | 619 "--", |
597 "[ROOT]/b/depot_tools/gsutil.py", | 620 "[DEPOT_TOOLS]/gsutil.py", |
598 "----", | 621 "----", |
599 "cat", | 622 "cat", |
600 "gs://chrome-perf/bisect-results/e28dc0d49c331def2a3bbf3ddd0096eb51551155-
test.results" | 623 "gs://chrome-perf/bisect-results/e28dc0d49c331def2a3bbf3ddd0096eb51551155-
test.results" |
601 ], | 624 ], |
| 625 "cwd": "[SLAVE_BUILD]", |
602 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil G
et test results for build e28dc0d49c331def2a3bbf3ddd0096eb51551155", | 626 "name": "Gathering reference values.Waiting for chromium@e28dc0d49c.gsutil G
et test results for build e28dc0d49c331def2a3bbf3ddd0096eb51551155", |
603 "stdout": "/path/to/tmp/", | 627 "stdout": "/path/to/tmp/", |
604 "~followup_annotations": [ | 628 "~followup_annotations": [ |
605 "@@@STEP_NEST_LEVEL@2@@@" | 629 "@@@STEP_NEST_LEVEL@2@@@" |
606 ] | 630 ] |
607 }, | 631 }, |
608 { | 632 { |
609 "cmd": [ | 633 "cmd": [ |
610 "git", | 634 "git", |
611 "footers", | 635 "footers", |
612 "--position", | 636 "--position", |
613 "a6298e4afedbf2cd461755ea6f45b0ad64222222" | 637 "a6298e4afedbf2cd461755ea6f45b0ad64222222" |
614 ], | 638 ], |
615 "cwd": "[CWD]/src", | 639 "cwd": "[SLAVE_BUILD]/src", |
616 "name": "Gathering reference values.resolving hash a6298e4afedbf2cd461755ea6
f45b0ad64222222", | 640 "name": "Gathering reference values.resolving hash a6298e4afedbf2cd461755ea6
f45b0ad64222222", |
617 "stdout": "/path/to/tmp/", | 641 "stdout": "/path/to/tmp/", |
618 "~followup_annotations": [ | 642 "~followup_annotations": [ |
619 "@@@STEP_NEST_LEVEL@1@@@" | 643 "@@@STEP_NEST_LEVEL@1@@@" |
620 ] | 644 ] |
621 }, | 645 }, |
622 { | 646 { |
623 "cmd": [], | 647 "cmd": [], |
| 648 "cwd": "[SLAVE_BUILD]", |
624 "name": "Gathering reference values.Waiting for chromium@a6298e4afe", | 649 "name": "Gathering reference values.Waiting for chromium@a6298e4afe", |
625 "~followup_annotations": [ | 650 "~followup_annotations": [ |
626 "@@@STEP_NEST_LEVEL@1@@@" | 651 "@@@STEP_NEST_LEVEL@1@@@" |
627 ] | 652 ] |
628 }, | 653 }, |
629 { | 654 { |
630 "cmd": [ | 655 "cmd": [ |
631 "python", | 656 "python", |
632 "-u", | 657 "-u", |
633 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 658 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
634 "--", | 659 "--", |
635 "[ROOT]/b/depot_tools/gsutil.py", | 660 "[DEPOT_TOOLS]/gsutil.py", |
636 "----", | 661 "----", |
637 "ls", | 662 "ls", |
638 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6
f45b0ad64222222.zip" | 663 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6
f45b0ad64222222.zip" |
639 ], | 664 ], |
| 665 "cwd": "[SLAVE_BUILD]", |
640 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil l
s", | 666 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil l
s", |
641 "~followup_annotations": [ | 667 "~followup_annotations": [ |
642 "@@@STEP_NEST_LEVEL@2@@@" | 668 "@@@STEP_NEST_LEVEL@2@@@" |
643 ] | 669 ] |
644 }, | 670 }, |
645 { | 671 { |
646 "cmd": [], | 672 "cmd": [], |
| 673 "cwd": "[SLAVE_BUILD]", |
647 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.Triggeri
ng test job for a6298e4afedbf2cd461755ea6f45b0ad64222222", | 674 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.Triggeri
ng test job for a6298e4afedbf2cd461755ea6f45b0ad64222222", |
648 "trigger_specs": [ | 675 "trigger_specs": [ |
649 { | 676 { |
650 "builder_name": "linux_perf_tester", | 677 "builder_name": "linux_perf_tester", |
651 "properties": { | 678 "properties": { |
652 "bisect_config": { | 679 "bisect_config": { |
653 "command": "tools/perf/run_benchmark -v --browser=release page_cycle
r.intl_ar_fa_he", | 680 "command": "tools/perf/run_benchmark -v --browser=release page_cycle
r.intl_ar_fa_he", |
654 "metric": "warm_times/page_load_time", | 681 "metric": "warm_times/page_load_time", |
655 "repeat_count": 5, | 682 "repeat_count": 5, |
656 "test_type": "perf" | 683 "test_type": "perf" |
(...skipping 11 matching lines...) Expand all Loading... |
668 "~followup_annotations": [ | 695 "~followup_annotations": [ |
669 "@@@STEP_NEST_LEVEL@2@@@" | 696 "@@@STEP_NEST_LEVEL@2@@@" |
670 ] | 697 ] |
671 }, | 698 }, |
672 { | 699 { |
673 "cmd": [ | 700 "cmd": [ |
674 "python", | 701 "python", |
675 "-u", | 702 "-u", |
676 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" | 703 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" |
677 ], | 704 ], |
| 705 "cwd": "[SLAVE_BUILD]", |
678 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.sleeping
", | 706 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.sleeping
", |
679 "~followup_annotations": [ | 707 "~followup_annotations": [ |
680 "@@@STEP_NEST_LEVEL@2@@@", | 708 "@@@STEP_NEST_LEVEL@2@@@", |
681 "@@@STEP_LOG_LINE@python.inline@@@@", | 709 "@@@STEP_LOG_LINE@python.inline@@@@", |
682 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 710 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
683 "@@@STEP_LOG_LINE@python.inline@import time@@@", | 711 "@@@STEP_LOG_LINE@python.inline@import time@@@", |
684 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", | 712 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", |
685 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", | 713 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", |
686 "@@@STEP_LOG_END@python.inline@@@" | 714 "@@@STEP_LOG_END@python.inline@@@" |
687 ] | 715 ] |
688 }, | 716 }, |
689 { | 717 { |
690 "cmd": [ | 718 "cmd": [ |
691 "python", | 719 "python", |
692 "-u", | 720 "-u", |
693 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 721 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
694 "--", | 722 "--", |
695 "[ROOT]/b/depot_tools/gsutil.py", | 723 "[DEPOT_TOOLS]/gsutil.py", |
696 "----", | 724 "----", |
697 "ls", | 725 "ls", |
698 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-
test.results" | 726 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-
test.results" |
699 ], | 727 ], |
| 728 "cwd": "[SLAVE_BUILD]", |
700 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil l
s (2)", | 729 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil l
s (2)", |
701 "~followup_annotations": [ | 730 "~followup_annotations": [ |
702 "@@@STEP_NEST_LEVEL@2@@@" | 731 "@@@STEP_NEST_LEVEL@2@@@" |
703 ] | 732 ] |
704 }, | 733 }, |
705 { | 734 { |
706 "cmd": [ | 735 "cmd": [ |
707 "python", | 736 "python", |
708 "-u", | 737 "-u", |
709 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 738 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
710 "--", | 739 "--", |
711 "[ROOT]/b/depot_tools/gsutil.py", | 740 "[DEPOT_TOOLS]/gsutil.py", |
712 "----", | 741 "----", |
713 "cat", | 742 "cat", |
714 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-
test.results" | 743 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-
test.results" |
715 ], | 744 ], |
| 745 "cwd": "[SLAVE_BUILD]", |
716 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil G
et test results for build a6298e4afedbf2cd461755ea6f45b0ad64222222", | 746 "name": "Gathering reference values.Waiting for chromium@a6298e4afe.gsutil G
et test results for build a6298e4afedbf2cd461755ea6f45b0ad64222222", |
717 "stdout": "/path/to/tmp/", | 747 "stdout": "/path/to/tmp/", |
718 "~followup_annotations": [ | 748 "~followup_annotations": [ |
719 "@@@STEP_NEST_LEVEL@2@@@", | 749 "@@@STEP_NEST_LEVEL@2@@@", |
720 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_REF_RANGE_FAIL\"]@@@" | 750 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_REF_RANGE_FAIL\"]@@@" |
721 ] | 751 ] |
722 }, | 752 }, |
723 { | 753 { |
724 "cmd": [ | 754 "cmd": [ |
725 "python", | 755 "python", |
726 "-u", | 756 "-u", |
727 "import sys; sys.exit(1)" | 757 "import sys; sys.exit(1)" |
728 ], | 758 ], |
| 759 "cwd": "[SLAVE_BUILD]", |
729 "name": "Gathering reference values.Recipe failed. Reason: Testing the \"bad
\" revision failed", | 760 "name": "Gathering reference values.Recipe failed. Reason: Testing the \"bad
\" revision failed", |
730 "~followup_annotations": [ | 761 "~followup_annotations": [ |
731 "@@@STEP_NEST_LEVEL@1@@@", | 762 "@@@STEP_NEST_LEVEL@1@@@", |
732 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@", | 763 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@", |
733 "@@@STEP_LOG_END@python.inline@@@" | 764 "@@@STEP_LOG_END@python.inline@@@" |
734 ] | 765 ] |
735 }, | 766 }, |
736 { | 767 { |
737 "cmd": [ | 768 "cmd": [ |
738 "python", | 769 "python", |
739 "-u", | 770 "-u", |
740 "import sys; sys.exit(1)" | 771 "import sys; sys.exit(1)" |
741 ], | 772 ], |
| 773 "cwd": "[SLAVE_BUILD]", |
742 "name": "Gathering reference values.Recipe failed. Reason: Testing the \"goo
d\" revision failed", | 774 "name": "Gathering reference values.Recipe failed. Reason: Testing the \"goo
d\" revision failed", |
743 "~followup_annotations": [ | 775 "~followup_annotations": [ |
744 "@@@STEP_NEST_LEVEL@1@@@", | 776 "@@@STEP_NEST_LEVEL@1@@@", |
745 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@", | 777 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@", |
746 "@@@STEP_LOG_END@python.inline@@@" | 778 "@@@STEP_LOG_END@python.inline@@@" |
747 ] | 779 ] |
748 }, | 780 }, |
749 { | 781 { |
750 "cmd": [ | 782 "cmd": [ |
751 "git", | 783 "git", |
752 "footers", | 784 "footers", |
753 "--position", | 785 "--position", |
754 "fc6dfc7ff5b1073408499478969261b826441144" | 786 "fc6dfc7ff5b1073408499478969261b826441144" |
755 ], | 787 ], |
756 "cwd": "[CWD]/src", | 788 "cwd": "[SLAVE_BUILD]/src", |
757 "name": "resolving hash fc6dfc7ff5b1073408499478969261b826441144", | 789 "name": "resolving hash fc6dfc7ff5b1073408499478969261b826441144", |
758 "stdout": "/path/to/tmp/" | 790 "stdout": "/path/to/tmp/" |
759 }, | 791 }, |
760 { | 792 { |
761 "cmd": [ | 793 "cmd": [ |
762 "git", | 794 "git", |
763 "footers", | 795 "footers", |
764 "--position", | 796 "--position", |
765 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" | 797 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" |
766 ], | 798 ], |
767 "cwd": "[CWD]/src", | 799 "cwd": "[SLAVE_BUILD]/src", |
768 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", | 800 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", |
769 "stdout": "/path/to/tmp/" | 801 "stdout": "/path/to/tmp/" |
770 }, | 802 }, |
771 { | 803 { |
772 "cmd": [], | 804 "cmd": [], |
| 805 "cwd": "[SLAVE_BUILD]", |
773 "name": "Debug Info", | 806 "name": "Debug Info", |
774 "~followup_annotations": [ | 807 "~followup_annotations": [ |
775 "@@@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)@@@", | 808 "@@@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)@@@", |
776 "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: RevisionState(rev=chromium@a62
98e4afe, values=[], mean_value=None, std_dev=None)@@@", | 809 "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: RevisionState(rev=chromium@a62
98e4afe, values=[], mean_value=None, std_dev=None)@@@", |
777 "@@@STEP_LOG_LINE@Debug Info@@@@", | 810 "@@@STEP_LOG_LINE@Debug Info@@@@", |
778 "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@", | 811 "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@", |
779 "@@@STEP_LOG_LINE@Debug Info@chromium@e28dc0d49c[70, 70, 80, 90, 90]@@@", | 812 "@@@STEP_LOG_LINE@Debug Info@chromium@e28dc0d49c[70, 70, 80, 90, 90]@@@", |
780 "@@@STEP_LOG_LINE@Debug Info@chromium@fc6dfc7ff5[] @@@", | 813 "@@@STEP_LOG_LINE@Debug Info@chromium@fc6dfc7ff5[] @@@", |
781 "@@@STEP_LOG_LINE@Debug Info@chromium@00316c9ddf[] @@@", | 814 "@@@STEP_LOG_LINE@Debug Info@chromium@00316c9ddf[] @@@", |
782 "@@@STEP_LOG_LINE@Debug Info@chromium@a6298e4afe[] @@@", | 815 "@@@STEP_LOG_LINE@Debug Info@chromium@a6298e4afe[] @@@", |
783 "@@@STEP_LOG_END@Debug Info@@@" | 816 "@@@STEP_LOG_END@Debug Info@@@" |
784 ] | 817 ] |
785 }, | 818 }, |
786 { | 819 { |
787 "cmd": [ | 820 "cmd": [ |
788 "python", | 821 "python", |
789 "-u", | 822 "-u", |
790 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 823 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
791 ], | 824 ], |
| 825 "cwd": "[SLAVE_BUILD]", |
792 "name": "Post bisect results", | 826 "name": "Post bisect results", |
793 "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\": null, \"command\": \"tools/perf/run_benchmar
k -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": null, \"go
od_revision\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"metric\": \"warm_
times/page_load_time\", \"revision_data\": [{\"commit_hash\": \"e28dc0d49c331def
2a3bbf3ddd0096eb51551155\", \"depot_name\": \"chromium\", \"mean_value\": 80.0,
\"result\": \"good\", \"revision_string\": \"chromium@e28dc0d49c\", \"std_dev\":
10.0, \"values\": [70, 70, 80, 90, 90]}], \"score\": 0, \"status\": \"failed\",
\"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"ht
tps://chromeperf.appspot.com/post_bisect_results\"}", | 827 "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\": null, \"command\": \"tools/perf/run_benchmar
k -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": null, \"go
od_revision\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"metric\": \"warm_
times/page_load_time\", \"revision_data\": [{\"commit_hash\": \"e28dc0d49c331def
2a3bbf3ddd0096eb51551155\", \"depot_name\": \"chromium\", \"mean_value\": 80.0,
\"result\": \"good\", \"revision_string\": \"chromium@e28dc0d49c\", \"std_dev\":
10.0, \"values\": [70, 70, 80, 90, 90]}], \"score\": 0, \"status\": \"failed\",
\"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"ht
tps://chromeperf.appspot.com/post_bisect_results\"}", |
794 "stdout": "/path/to/tmp/json", | 828 "stdout": "/path/to/tmp/json", |
795 "~followup_annotations": [ | 829 "~followup_annotations": [ |
796 "@@@STEP_LOG_LINE@json.output@{@@@", | 830 "@@@STEP_LOG_LINE@json.output@{@@@", |
797 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", | 831 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", |
798 "@@@STEP_LOG_LINE@json.output@}@@@", | 832 "@@@STEP_LOG_LINE@json.output@}@@@", |
799 "@@@STEP_LOG_END@json.output@@@" | 833 "@@@STEP_LOG_END@json.output@@@" |
800 ] | 834 ] |
801 }, | 835 }, |
802 { | 836 { |
803 "name": "$result", | 837 "name": "$result", |
804 "recipe_result": null, | 838 "recipe_result": null, |
805 "status_code": 0 | 839 "status_code": 0 |
806 } | 840 } |
807 ] | 841 ] |
OLD | NEW |