| OLD | NEW |
| (Empty) |
| 1 [ | |
| 2 { | |
| 3 "cmd": [ | |
| 4 "python", | |
| 5 "-u", | |
| 6 "RECIPE_MODULE[build::bisect_tester]/resources/put_temp.py" | |
| 7 ], | |
| 8 "name": "saving url to temp file", | |
| 9 "stdin": "http://build.chromium.org/p/tryserver.chromium.perf/json/builders/
linux_perf_tester/builds/571", | |
| 10 "stdout": "/path/to/tmp/" | |
| 11 }, | |
| 12 { | |
| 13 "cmd": [ | |
| 14 "python", | |
| 15 "-u", | |
| 16 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | |
| 17 "--", | |
| 18 "[DEPOT_TOOLS]/gsutil.py", | |
| 19 "----", | |
| 20 "cp", | |
| 21 "/tmp/dummy1", | |
| 22 "gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec" | |
| 23 ], | |
| 24 "name": "gsutil bisect-results/f7a7b4135624439cbd27fdd5133d74ec", | |
| 25 "~followup_annotations": [ | |
| 26 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b
isect-results/f7a7b4135624439cbd27fdd5133d74ec@@@" | |
| 27 ] | |
| 28 }, | |
| 29 { | |
| 30 "cmd": [ | |
| 31 "python", | |
| 32 "-u", | |
| 33 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | |
| 34 "--master", | |
| 35 "tryserver.chromium.perf", | |
| 36 "--builder", | |
| 37 "linux_perf_tester", | |
| 38 "--slave", | |
| 39 "TestSlavename", | |
| 40 "--spec", | |
| 41 "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'}]", | |
| 42 "--root", | |
| 43 "src", | |
| 44 "--revision_mapping_file", | |
| 45 "{\"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\"}", | |
| 46 "--git-cache-dir", | |
| 47 "[GIT_CACHE]", | |
| 48 "--output_json", | |
| 49 "/path/to/tmp/json", | |
| 50 "--revision", | |
| 51 "src@1111111", | |
| 52 "--force", | |
| 53 "--output_manifest" | |
| 54 ], | |
| 55 "env": { | |
| 56 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 57 }, | |
| 58 "name": "bot_update", | |
| 59 "~followup_annotations": [ | |
| 60 "@@@STEP_TEXT@Some step text@@@", | |
| 61 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 62 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | |
| 63 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | |
| 64 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@", | |
| 65 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 66 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", | |
| 67 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@", | |
| 68 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
.git\", @@@", | |
| 69 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e
86ddfd4ebd0fe58cb9\"@@@", | |
| 70 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 71 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@", | |
| 72 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/native_client.git\", @@@", | |
| 73 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26
9b7982aeeefc1b9b50\"@@@", | |
| 74 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 75 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@", | |
| 76 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/angle.git\", @@@", | |
| 77 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a
728eb85b8d7bc6080c\"@@@", | |
| 78 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 79 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@", | |
| 80 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/third_party/webrtc.git\", @@@", | |
| 81 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685
96da93418c623137f4\"@@@", | |
| 82 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 83 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@", | |
| 84 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/tools/swarming_client.git\", @@@", | |
| 85 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7
59c837980b63b99566\"@@@", | |
| 86 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 87 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@", | |
| 88 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src
/v8.git\", @@@", | |
| 89 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a
35f03975671d43e399\"@@@", | |
| 90 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 91 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 92 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@", | |
| 93 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@", | |
| 94 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", | |
| 95 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f
77757b9a728eb85b8d7bc6080c\", @@@", | |
| 96 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/
master@{#297276}\", @@@", | |
| 97 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398
0d76e269b7982aeeefc1b9b50\", @@@", | |
| 98 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m
aster@{#274981}\", @@@", | |
| 99 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee
3e86ddfd4ebd0fe58cb9\", @@@", | |
| 100 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master
@{#170242}\", @@@", | |
| 101 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee
5d99f1d4b38ddaa4c759c837980b63b99566\", @@@", | |
| 102 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r
efs/heads/master@{#276089}\", @@@", | |
| 103 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c1
32c3a35f03975671d43e399\", @@@", | |
| 104 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas
ter@{#43426}\", @@@", | |
| 105 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546
e61d9268596da93418c623137f4\", @@@", | |
| 106 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads
/master@{#120644}\"@@@", | |
| 107 "@@@STEP_LOG_LINE@json.output@ }, @@@", | |
| 108 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@", | |
| 109 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", | |
| 110 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 111 "@@@STEP_LOG_END@json.output@@@", | |
| 112 "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aee
efc1b9b50\"@@@", | |
| 113 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4
c759c837980b63b99566\"@@@", | |
| 114 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934
18c623137f4\"@@@", | |
| 115 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | |
| 116 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\
"@@@", | |
| 117 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | |
| 118 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | |
| 119 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | |
| 120 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | |
| 121 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | |
| 122 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | |
| 123 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | |
| 124 ] | |
| 125 }, | |
| 126 { | |
| 127 "cmd": [], | |
| 128 "name": "ensure_goma" | |
| 129 }, | |
| 130 { | |
| 131 "cmd": [ | |
| 132 "python", | |
| 133 "-u", | |
| 134 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | |
| 135 "--platform", | |
| 136 "linux-amd64", | |
| 137 "--dest-directory", | |
| 138 "[SLAVE_BUILD]/cipd", | |
| 139 "--json-output", | |
| 140 "/path/to/tmp/json" | |
| 141 ], | |
| 142 "name": "ensure_goma.install cipd", | |
| 143 "~followup_annotations": [ | |
| 144 "@@@STEP_NEST_LEVEL@1@@@", | |
| 145 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | |
| 146 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 147 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | |
| 148 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | |
| 149 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 150 "@@@STEP_LOG_END@json.output@@@" | |
| 151 ] | |
| 152 }, | |
| 153 { | |
| 154 "cmd": [ | |
| 155 "[SLAVE_BUILD]/cipd/cipd", | |
| 156 "ensure", | |
| 157 "--root", | |
| 158 "[CACHE]/cipd/goma", | |
| 159 "--list", | |
| 160 "infra_internal/goma/client/linux-amd64 release", | |
| 161 "--json-output", | |
| 162 "/path/to/tmp/json", | |
| 163 "--service-account-json", | |
| 164 "/creds/service_accounts/service-account-goma-client.json" | |
| 165 ], | |
| 166 "name": "ensure_goma.ensure_installed", | |
| 167 "~followup_annotations": [ | |
| 168 "@@@STEP_NEST_LEVEL@1@@@", | |
| 169 "@@@STEP_LOG_LINE@json.output@{@@@", | |
| 170 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | |
| 171 "@@@STEP_LOG_LINE@json.output@ {@@@", | |
| 172 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | |
| 173 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | |
| 174 "@@@STEP_LOG_LINE@json.output@ }@@@", | |
| 175 "@@@STEP_LOG_LINE@json.output@ ]@@@", | |
| 176 "@@@STEP_LOG_LINE@json.output@}@@@", | |
| 177 "@@@STEP_LOG_END@json.output@@@" | |
| 178 ] | |
| 179 }, | |
| 180 { | |
| 181 "cmd": [ | |
| 182 "python", | |
| 183 "-u", | |
| 184 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | |
| 185 "runhooks" | |
| 186 ], | |
| 187 "env": { | |
| 188 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 189 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", | |
| 190 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | |
| 191 }, | |
| 192 "name": "gclient runhooks" | |
| 193 }, | |
| 194 { | |
| 195 "cmd": [ | |
| 196 "python", | |
| 197 "-u", | |
| 198 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | |
| 199 "--output", | |
| 200 "/path/to/tmp/json", | |
| 201 "--", | |
| 202 "--build-config-fs", | |
| 203 "Release", | |
| 204 "--paths", | |
| 205 "{\"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\"}", | |
| 206 "--properties", | |
| 207 "{\"buildername\": \"linux_perf_tester\", \"buildnumber\": 571, \"masterna
me\": \"tryserver.chromium.perf\", \"slavename\": \"TestSlavename\", \"target_pl
atform\": \"linux\"}" | |
| 208 ], | |
| 209 "name": "get compile targets for scripts", | |
| 210 "~followup_annotations": [ | |
| 211 "@@@STEP_LOG_LINE@json.output@{}@@@", | |
| 212 "@@@STEP_LOG_END@json.output@@@" | |
| 213 ] | |
| 214 }, | |
| 215 { | |
| 216 "cmd": [ | |
| 217 "python", | |
| 218 "-u", | |
| 219 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
| 220 "[SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium.perf.json", | |
| 221 "/path/to/tmp/json" | |
| 222 ], | |
| 223 "name": "read test spec", | |
| 224 "~followup_annotations": [ | |
| 225 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/tryserver.chromium.
perf.json@@@", | |
| 226 "@@@STEP_LOG_LINE@json.output@{}@@@", | |
| 227 "@@@STEP_LOG_END@json.output@@@" | |
| 228 ] | |
| 229 }, | |
| 230 { | |
| 231 "cmd": [ | |
| 232 "python", | |
| 233 "-u", | |
| 234 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 235 "--show-path", | |
| 236 "python", | |
| 237 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | |
| 238 ], | |
| 239 "name": "cleanup_temp" | |
| 240 }, | |
| 241 { | |
| 242 "cmd": [ | |
| 243 "python", | |
| 244 "-u", | |
| 245 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | |
| 246 "[SLAVE_BUILD]/src/out/Release" | |
| 247 ], | |
| 248 "name": "rmtree build directory", | |
| 249 "~followup_annotations": [ | |
| 250 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 251 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | |
| 252 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | |
| 253 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 254 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 255 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | |
| 256 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | |
| 257 "@@@STEP_LOG_END@python.inline@@@" | |
| 258 ] | |
| 259 }, | |
| 260 { | |
| 261 "cmd": [ | |
| 262 "python", | |
| 263 "-u", | |
| 264 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 265 "--show-path", | |
| 266 "python", | |
| 267 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", | |
| 268 "--target", | |
| 269 "Release", | |
| 270 "--build-archive-url", | |
| 271 "gs://test-domain/test-archive.zip", | |
| 272 "--master-name", | |
| 273 "tryserver.chromium.perf", | |
| 274 "--build-number", | |
| 275 "571" | |
| 276 ], | |
| 277 "name": "extract build" | |
| 278 }, | |
| 279 { | |
| 280 "cmd": [ | |
| 281 "python", | |
| 282 "-u", | |
| 283 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 284 "--target", | |
| 285 "Release", | |
| 286 "--xvfb", | |
| 287 "--factory-properties", | |
| 288 "{\"bisect_config\": {\"bad_revision\": \"300148\", \"bug_id\": \"425582\"
, \"builder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \
"command\": \"tools/perf/run_benchmark -v --browser=release page_cycler.intl_ar_
fa_he\", \"good_revision\": \"300138\", \"gs_bucket\": \"chrome-perf\", \"max_ti
me_minutes\": \"5\", \"metric\": \"warm_times/page_load_time\", \"repeat_count\"
: \"2\", \"test_type\": \"perf\", \"truncate_percent\": \"25\"}, \"blamelist\":
[\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"build_data_dir\": \"[RO
OT]/build_data_dir\", \"buildername\": \"linux_perf_tester\", \"buildnumber\": 5
71, \"job_name\": \"f7a7b4135624439cbd27fdd5133d74ec\", \"mastername\": \"tryser
ver.chromium.perf\", \"parent_build_archive_url\": \"gs://test-domain/test-archi
ve.zip\", \"parent_buildername\": \"Linux Builder\", \"parent_got_revision\": \"
1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", | |
| 289 "--build-properties", | |
| 290 "{\"bisect_config\": {\"bad_revision\": \"300148\", \"bug_id\": \"425582\"
, \"builder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \
"command\": \"tools/perf/run_benchmark -v --browser=release page_cycler.intl_ar_
fa_he\", \"good_revision\": \"300138\", \"gs_bucket\": \"chrome-perf\", \"max_ti
me_minutes\": \"5\", \"metric\": \"warm_times/page_load_time\", \"repeat_count\"
: \"2\", \"test_type\": \"perf\", \"truncate_percent\": \"25\"}, \"blamelist\":
[\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"build_data_dir\": \"[RO
OT]/build_data_dir\", \"buildername\": \"linux_perf_tester\", \"buildnumber\": 5
71, \"job_name\": \"f7a7b4135624439cbd27fdd5133d74ec\", \"mastername\": \"tryser
ver.chromium.perf\", \"parent_build_archive_url\": \"gs://test-domain/test-archi
ve.zip\", \"parent_buildername\": \"Linux Builder\", \"parent_got_revision\": \"
1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", | |
| 291 "--step-name=Performance Test 1 of 2", | |
| 292 "--builder-name=linux_perf_tester", | |
| 293 "--slave-name=TestSlavename", | |
| 294 "--build-number=571", | |
| 295 "--run-python-script", | |
| 296 "tools/perf/run_benchmark", | |
| 297 "-v", | |
| 298 "--browser=release", | |
| 299 "page_cycler.intl_ar_fa_he" | |
| 300 ], | |
| 301 "name": "Performance Test 1 of 2", | |
| 302 "stderr": "/path/to/tmp/", | |
| 303 "stdout": "/path/to/tmp/", | |
| 304 "~followup_annotations": [ | |
| 305 "@@@STEP_LOG_END@Captured Output@@@" | |
| 306 ] | |
| 307 }, | |
| 308 { | |
| 309 "cmd": [ | |
| 310 "python", | |
| 311 "-u", | |
| 312 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | |
| 313 "--target", | |
| 314 "Release", | |
| 315 "--xvfb", | |
| 316 "--factory-properties", | |
| 317 "{\"bisect_config\": {\"bad_revision\": \"300148\", \"bug_id\": \"425582\"
, \"builder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \
"command\": \"tools/perf/run_benchmark -v --browser=release page_cycler.intl_ar_
fa_he\", \"good_revision\": \"300138\", \"gs_bucket\": \"chrome-perf\", \"max_ti
me_minutes\": \"5\", \"metric\": \"warm_times/page_load_time\", \"repeat_count\"
: \"2\", \"test_type\": \"perf\", \"truncate_percent\": \"25\"}, \"blamelist\":
[\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"build_data_dir\": \"[RO
OT]/build_data_dir\", \"buildername\": \"linux_perf_tester\", \"buildnumber\": 5
71, \"job_name\": \"f7a7b4135624439cbd27fdd5133d74ec\", \"mastername\": \"tryser
ver.chromium.perf\", \"parent_build_archive_url\": \"gs://test-domain/test-archi
ve.zip\", \"parent_buildername\": \"Linux Builder\", \"parent_got_revision\": \"
1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", | |
| 318 "--build-properties", | |
| 319 "{\"bisect_config\": {\"bad_revision\": \"300148\", \"bug_id\": \"425582\"
, \"builder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \
"command\": \"tools/perf/run_benchmark -v --browser=release page_cycler.intl_ar_
fa_he\", \"good_revision\": \"300138\", \"gs_bucket\": \"chrome-perf\", \"max_ti
me_minutes\": \"5\", \"metric\": \"warm_times/page_load_time\", \"repeat_count\"
: \"2\", \"test_type\": \"perf\", \"truncate_percent\": \"25\"}, \"blamelist\":
[\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"build_data_dir\": \"[RO
OT]/build_data_dir\", \"buildername\": \"linux_perf_tester\", \"buildnumber\": 5
71, \"job_name\": \"f7a7b4135624439cbd27fdd5133d74ec\", \"mastername\": \"tryser
ver.chromium.perf\", \"parent_build_archive_url\": \"gs://test-domain/test-archi
ve.zip\", \"parent_buildername\": \"Linux Builder\", \"parent_got_revision\": \"
1111111\", \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir
\": \"/path/to/workdir/TestSlavename\"}", | |
| 320 "--step-name=Performance Test 2 of 2", | |
| 321 "--builder-name=linux_perf_tester", | |
| 322 "--slave-name=TestSlavename", | |
| 323 "--build-number=571", | |
| 324 "--run-python-script", | |
| 325 "tools/perf/run_benchmark", | |
| 326 "-v", | |
| 327 "--browser=release", | |
| 328 "page_cycler.intl_ar_fa_he" | |
| 329 ], | |
| 330 "name": "Performance Test 2 of 2", | |
| 331 "stderr": "/path/to/tmp/", | |
| 332 "stdout": "/path/to/tmp/", | |
| 333 "~followup_annotations": [ | |
| 334 "@@@STEP_LOG_END@Captured Output@@@" | |
| 335 ] | |
| 336 }, | |
| 337 { | |
| 338 "cmd": [ | |
| 339 "python", | |
| 340 "-u", | |
| 341 "RECIPE_MODULE[build::bisect_tester]/resources/put_temp.py" | |
| 342 ], | |
| 343 "name": "saving json to temp file", | |
| 344 "stdin": "{\"output\": [], \"results\": {\"values\": [0, 0]}, \"retcodes\":
[0, 0]}", | |
| 345 "stdout": "/path/to/tmp/" | |
| 346 }, | |
| 347 { | |
| 348 "cmd": [ | |
| 349 "python", | |
| 350 "-u", | |
| 351 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | |
| 352 "--", | |
| 353 "[DEPOT_TOOLS]/gsutil.py", | |
| 354 "----", | |
| 355 "cp", | |
| 356 "/tmp/dummy2", | |
| 357 "gs://chrome-perf/bisect-results/f7a7b4135624439cbd27fdd5133d74ec.results" | |
| 358 ], | |
| 359 "name": "gsutil upload", | |
| 360 "~followup_annotations": [ | |
| 361 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chrome-perf/b
isect-results/f7a7b4135624439cbd27fdd5133d74ec.results@@@" | |
| 362 ] | |
| 363 }, | |
| 364 { | |
| 365 "name": "$result", | |
| 366 "recipe_result": null, | |
| 367 "status_code": 0 | |
| 368 } | |
| 369 ] | |
| OLD | NEW |