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