| 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@ \"repeat_count\": \"1\", @@@", | 209 "@@@STEP_LOG_LINE@json.output@ \"repeat_count\": \"1\", @@@", |
| 204 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"ia32\", @@@", | 210 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"ia32\", @@@", |
| 205 "@@@STEP_LOG_LINE@json.output@ \"truncate_percent\": \"25\"@@@", | 211 "@@@STEP_LOG_LINE@json.output@ \"truncate_percent\": \"25\"@@@", |
| 206 "@@@STEP_LOG_LINE@json.output@}@@@", | 212 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 207 "@@@STEP_LOG_END@json.output@@@" | 213 "@@@STEP_LOG_END@json.output@@@" |
| 208 ] | 214 ] |
| 209 }, | 215 }, |
| 210 { | 216 { |
| 211 "cmd": [ | 217 "cmd": [ |
| 212 "python", | 218 "python", |
| 213 "-u", | 219 "-u", |
| 214 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 220 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 215 "--show-path", | 221 "--show-path", |
| 216 "python", | 222 "python", |
| 217 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 223 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 218 ], | 224 ], |
| 225 "cwd": "[SLAVE_BUILD]", |
| 219 "name": "cleanup_temp" | 226 "name": "cleanup_temp" |
| 220 }, | 227 }, |
| 221 { | 228 { |
| 222 "cmd": [ | 229 "cmd": [ |
| 223 "python", | 230 "python", |
| 224 "-u", | 231 "-u", |
| 225 "\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", | 232 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 226 "[CWD]/src/out/Release" | 233 "[SLAVE_BUILD]/src/out/Release" |
| 227 ], | 234 ], |
| 235 "cwd": "[SLAVE_BUILD]", |
| 228 "name": "rmtree build directory", | 236 "name": "rmtree build directory", |
| 229 "~followup_annotations": [ | 237 "~followup_annotations": [ |
| 230 "@@@STEP_LOG_LINE@python.inline@@@@", | 238 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 231 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 239 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 232 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 240 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 233 "@@@STEP_LOG_LINE@python.inline@@@@", | 241 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 234 "@@@STEP_LOG_LINE@python.inline@@@@", | 242 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 235 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 243 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 236 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 244 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 237 "@@@STEP_LOG_END@python.inline@@@" | 245 "@@@STEP_LOG_END@python.inline@@@" |
| 238 ] | 246 ] |
| 239 }, | 247 }, |
| 240 { | 248 { |
| 241 "cmd": [ | 249 "cmd": [ |
| 242 "python", | 250 "python", |
| 243 "-u", | 251 "-u", |
| 244 "[CWD]/src/tools/mb/mb.py", | 252 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 245 "gen", | 253 "gen", |
| 246 "-m", | 254 "-m", |
| 247 "tryserver.chromium.perf", | 255 "tryserver.chromium.perf", |
| 248 "-b", | 256 "-b", |
| 249 "linux_perf_bisect", | 257 "linux_perf_bisect", |
| 250 "--config-file", | 258 "--config-file", |
| 251 "[CWD]/src/tools/mb/mb_config.pyl", | 259 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 252 "--goma-dir", | 260 "--goma-dir", |
| 253 "[ROOT]/b/build/slave/cache/cipd/goma", | 261 "[CACHE]/cipd/goma", |
| 254 "//out/Release" | 262 "//out/Release" |
| 255 ], | 263 ], |
| 264 "cwd": "[SLAVE_BUILD]", |
| 256 "name": "generate_build_files (with patch)" | 265 "name": "generate_build_files (with patch)" |
| 257 }, | 266 }, |
| 258 { | 267 { |
| 259 "cmd": [ | 268 "cmd": [ |
| 260 "python", | 269 "python", |
| 261 "-u", | 270 "-u", |
| 262 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 271 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 263 "--show-path", | 272 "--show-path", |
| 264 "python", | 273 "python", |
| 265 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 274 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 266 "--gsutil-py-path", | 275 "--gsutil-py-path", |
| 267 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 276 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 268 "--ninja-path", | 277 "--ninja-path", |
| 269 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 278 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 270 "--target", | 279 "--target", |
| 271 "Release", | 280 "Release", |
| 272 "--src-dir", | 281 "--src-dir", |
| 273 "[CWD]/src", | 282 "[SLAVE_BUILD]/src", |
| 274 "--goma-cache-dir", | 283 "--goma-cache-dir", |
| 275 "[ROOT]/b/build/slave/goma_cache", | 284 "[GOMA_CACHE]", |
| 276 "--build-tool", | 285 "--build-tool", |
| 277 "ninja", | 286 "ninja", |
| 278 "--compiler", | 287 "--compiler", |
| 279 "goma", | 288 "goma", |
| 280 "--goma-jsonstatus", | 289 "--goma-jsonstatus", |
| 281 "/path/to/tmp/json", | 290 "/path/to/tmp/json", |
| 282 "--goma-service-account-json-file", | 291 "--goma-service-account-json-file", |
| 283 "/creds/service_accounts/service-account-goma-client.json", | 292 "/creds/service_accounts/service-account-goma-client.json", |
| 284 "--mode", | 293 "--mode", |
| 285 "official", | 294 "official", |
| 286 "--goma-dir", | 295 "--goma-dir", |
| 287 "[ROOT]/b/build/slave/cache/cipd/goma", | 296 "[CACHE]/cipd/goma", |
| 288 "--goma-hermetic", | 297 "--goma-hermetic", |
| 289 "fallback", | 298 "fallback", |
| 290 "--goma-fail-fast", | 299 "--goma-fail-fast", |
| 291 "--goma-disable-local-fallback", | 300 "--goma-disable-local-fallback", |
| 292 "--", | 301 "--", |
| 293 "chromium_builder_perf" | 302 "chromium_builder_perf" |
| 294 ], | 303 ], |
| 304 "cwd": "[SLAVE_BUILD]", |
| 295 "env": { | 305 "env": { |
| 296 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 306 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 297 }, | 307 }, |
| 298 "name": "compile (with patch)", | 308 "name": "compile (with patch)", |
| 299 "~followup_annotations": [ | 309 "~followup_annotations": [ |
| 300 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 310 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 301 "@@@STEP_LOG_END@json.output (invalid)@@@" | 311 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 302 ] | 312 ] |
| 303 }, | 313 }, |
| 304 { | 314 { |
| 305 "cmd": [ | 315 "cmd": [ |
| 306 "python", | 316 "python", |
| 307 "-u", | 317 "-u", |
| 308 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 318 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 309 "--target", | 319 "--target", |
| 310 "Release", | 320 "Release", |
| 311 "--xvfb", | 321 "--xvfb", |
| 312 "--factory-properties", | 322 "--factory-properties", |
| 313 "{\"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\"}", | 323 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"
issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\
": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti
on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\"
, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam
e\"}", |
| 314 "--build-properties", | 324 "--build-properties", |
| 315 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"
issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\
": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti
on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\"
, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam
e\"}", | 325 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"
issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\
": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti
on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\"
, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam
e\"}", |
| 316 "--step-name=Performance Test (With Patch) 1 of 1", | 326 "--step-name=Performance Test (With Patch) 1 of 1", |
| 317 "--builder-name=linux_perf_bisect", | 327 "--builder-name=linux_perf_bisect", |
| 318 "--slave-name=TestSlavename", | 328 "--slave-name=TestSlavename", |
| 319 "--build-number=571", | 329 "--build-number=571", |
| 320 "--run-python-script", | 330 "--run-python-script", |
| 321 "[CWD]/src/tools/perf/run_benchmark", | 331 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", |
| 322 "-v", | 332 "-v", |
| 323 "--browser=release", | 333 "--browser=release", |
| 324 "sunspider", | 334 "sunspider", |
| 325 "--reset-results", | 335 "--reset-results", |
| 326 "--upload-results", | 336 "--upload-results", |
| 327 "--results-label=Patch" | 337 "--results-label=Patch" |
| 328 ], | 338 ], |
| 339 "cwd": "[SLAVE_BUILD]", |
| 329 "name": "Performance Test (With Patch) 1 of 1", | 340 "name": "Performance Test (With Patch) 1 of 1", |
| 330 "stderr": "/path/to/tmp/", | 341 "stderr": "/path/to/tmp/", |
| 331 "stdout": "/path/to/tmp/", | 342 "stdout": "/path/to/tmp/", |
| 332 "~followup_annotations": [ | 343 "~followup_annotations": [ |
| 333 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573]
ms@@@", | 344 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573]
ms@@@", |
| 334 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@", | 345 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@", |
| 335 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@", | 346 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@", |
| 336 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_failed= 0 count@@@", | 347 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_failed= 0 count@@@", |
| 337 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_errored= 0 count@@@", | 348 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_errored= 0 count@@@", |
| 338 "@@@STEP_LOG_LINE@Captured Output@@@@", | 349 "@@@STEP_LOG_LINE@Captured Output@@@@", |
| 339 "@@@STEP_LOG_LINE@Captured Output@View online at http://storage.googleapis
.com/chromium-telemetry/html-results/results-with_patch@@@", | 350 "@@@STEP_LOG_LINE@Captured Output@View online at http://storage.googleapis
.com/chromium-telemetry/html-results/results-with_patch@@@", |
| 340 "@@@STEP_LOG_END@Captured Output@@@" | 351 "@@@STEP_LOG_END@Captured Output@@@" |
| 341 ] | 352 ] |
| 342 }, | 353 }, |
| 343 { | 354 { |
| 344 "cmd": [ | 355 "cmd": [ |
| 345 "python", | 356 "python", |
| 346 "-u", | 357 "-u", |
| 347 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 358 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 348 "--master", | 359 "--master", |
| 349 "tryserver.chromium.perf", | 360 "tryserver.chromium.perf", |
| 350 "--builder", | 361 "--builder", |
| 351 "linux_perf_bisect", | 362 "linux_perf_bisect", |
| 352 "--slave", | 363 "--slave", |
| 353 "TestSlavename", | 364 "TestSlavename", |
| 354 "--spec", | 365 "--spec", |
| 355 "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'}]", | 366 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'llvm_url': 'svn://svn-mirror.golo.ch
romium.org/llvm-project', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/nati
ve_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)
s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_fil
e': 'DEPS', 'managed': False, 'name': 'src', 'url': 'svn://svn-mirror.golo.chrom
ium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/data/firefox2_prof
ile/searchplugins': None, 'src/chrome/test/data/firefox2_searchplugins': None, '
src/chrome/test/data/firefox3_profile/searchplugins': None, 'src/chrome/test/dat
a/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/
test/data/perf/frame_rate/private': None, 'src/chrome/test/data/plugin': None, '
src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data
/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_test': None, 'src/d
ata/mozilla_js_tests': None, 'src/data/selenium_core': None, 'src/data/tab_switc
hing': None, 'src/tools/grit/grit/test/data': None, 'src/webkit/data/bmp_decoder
': None, 'src/webkit/data/ico_decoder': None, 'src/webkit/data/test_shell/plugin
s': None, 'src/webkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed':
False, 'name': 'src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome
-internal/trunk/src-internal'}]", |
| 356 "--root", | 367 "--root", |
| 357 "src", | 368 "src", |
| 358 "--revision_mapping_file", | 369 "--revision_mapping_file", |
| 359 "{\"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\"}", | 370 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
| 360 "--git-cache-dir", | 371 "--git-cache-dir", |
| 361 "[ROOT]/b/build/slave/cache_dir", | 372 "[GIT_CACHE]", |
| 362 "--rietveld_server", | 373 "--rietveld_server", |
| 363 "https://codereview.chromium.org", | 374 "https://codereview.chromium.org", |
| 364 "--output_json", | 375 "--output_json", |
| 365 "/path/to/tmp/json", | 376 "/path/to/tmp/json", |
| 366 "--revision", | 377 "--revision", |
| 367 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 378 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 368 "--force", | 379 "--force", |
| 369 "--output_manifest" | 380 "--output_manifest" |
| 370 ], | 381 ], |
| 382 "cwd": "[SLAVE_BUILD]", |
| 371 "env": { | 383 "env": { |
| 372 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 384 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 373 }, | 385 }, |
| 374 "name": "bot_update (without patch)", | 386 "name": "bot_update (without patch)", |
| 375 "~followup_annotations": [ | 387 "~followup_annotations": [ |
| 376 "@@@STEP_TEXT@Some step text@@@", | 388 "@@@STEP_TEXT@Some step text@@@", |
| 377 "@@@STEP_LOG_LINE@json.output@{@@@", | 389 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 378 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 390 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 379 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 391 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 380 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", | 392 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4
ebd0fe58cb9\"@@@", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 427 "@@@STEP_LOG_END@json.output@@@" | 439 "@@@STEP_LOG_END@json.output@@@" |
| 428 ] | 440 ] |
| 429 }, | 441 }, |
| 430 { | 442 { |
| 431 "cmd": [ | 443 "cmd": [ |
| 432 "python", | 444 "python", |
| 433 "-u", | 445 "-u", |
| 434 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 446 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 435 "runhooks" | 447 "runhooks" |
| 436 ], | 448 ], |
| 449 "cwd": "[SLAVE_BUILD]", |
| 437 "env": { | 450 "env": { |
| 438 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 451 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 439 "GYP_CHROMIUM_NO_ACTION": "1", | 452 "GYP_CHROMIUM_NO_ACTION": "1", |
| 440 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[ROOT]/b/build/slave/cache/cipd/goma' target_arch=x64 use_goma=1", | 453 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", |
| 441 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 454 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 442 }, | 455 }, |
| 443 "name": "gclient runhooks (without patch)" | 456 "name": "gclient runhooks (without patch)" |
| 444 }, | 457 }, |
| 445 { | 458 { |
| 446 "cmd": [ | 459 "cmd": [ |
| 447 "python", | 460 "python", |
| 448 "-u", | 461 "-u", |
| 449 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 462 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 450 "--show-path", | 463 "--show-path", |
| 451 "python", | 464 "python", |
| 452 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 465 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 453 ], | 466 ], |
| 467 "cwd": "[SLAVE_BUILD]", |
| 454 "name": "cleanup_temp (2)" | 468 "name": "cleanup_temp (2)" |
| 455 }, | 469 }, |
| 456 { | 470 { |
| 457 "cmd": [ | 471 "cmd": [ |
| 458 "python", | 472 "python", |
| 459 "-u", | 473 "-u", |
| 460 "[CWD]/src/tools/mb/mb.py", | 474 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 461 "gen", | 475 "gen", |
| 462 "-m", | 476 "-m", |
| 463 "tryserver.chromium.perf", | 477 "tryserver.chromium.perf", |
| 464 "-b", | 478 "-b", |
| 465 "linux_perf_bisect", | 479 "linux_perf_bisect", |
| 466 "--config-file", | 480 "--config-file", |
| 467 "[CWD]/src/tools/mb/mb_config.pyl", | 481 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 468 "--goma-dir", | 482 "--goma-dir", |
| 469 "[ROOT]/b/build/slave/cache/cipd/goma", | 483 "[CACHE]/cipd/goma", |
| 470 "//out/Release" | 484 "//out/Release" |
| 471 ], | 485 ], |
| 486 "cwd": "[SLAVE_BUILD]", |
| 472 "name": "generate_build_files Without Patch" | 487 "name": "generate_build_files Without Patch" |
| 473 }, | 488 }, |
| 474 { | 489 { |
| 475 "cmd": [ | 490 "cmd": [ |
| 476 "python", | 491 "python", |
| 477 "-u", | 492 "-u", |
| 478 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 493 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 479 "--show-path", | 494 "--show-path", |
| 480 "python", | 495 "python", |
| 481 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 496 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 482 "--gsutil-py-path", | 497 "--gsutil-py-path", |
| 483 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 498 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 484 "--ninja-path", | 499 "--ninja-path", |
| 485 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 500 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 486 "--target", | 501 "--target", |
| 487 "Release", | 502 "Release", |
| 488 "--src-dir", | 503 "--src-dir", |
| 489 "[CWD]/src", | 504 "[SLAVE_BUILD]/src", |
| 490 "--goma-cache-dir", | 505 "--goma-cache-dir", |
| 491 "[ROOT]/b/build/slave/goma_cache", | 506 "[GOMA_CACHE]", |
| 492 "--build-tool", | 507 "--build-tool", |
| 493 "ninja", | 508 "ninja", |
| 494 "--compiler", | 509 "--compiler", |
| 495 "goma", | 510 "goma", |
| 496 "--goma-jsonstatus", | 511 "--goma-jsonstatus", |
| 497 "/path/to/tmp/json", | 512 "/path/to/tmp/json", |
| 498 "--goma-service-account-json-file", | 513 "--goma-service-account-json-file", |
| 499 "/creds/service_accounts/service-account-goma-client.json", | 514 "/creds/service_accounts/service-account-goma-client.json", |
| 500 "--mode", | 515 "--mode", |
| 501 "official", | 516 "official", |
| 502 "--goma-dir", | 517 "--goma-dir", |
| 503 "[ROOT]/b/build/slave/cache/cipd/goma", | 518 "[CACHE]/cipd/goma", |
| 504 "--goma-hermetic", | 519 "--goma-hermetic", |
| 505 "fallback", | 520 "fallback", |
| 506 "--goma-fail-fast", | 521 "--goma-fail-fast", |
| 507 "--goma-disable-local-fallback", | 522 "--goma-disable-local-fallback", |
| 508 "--", | 523 "--", |
| 509 "chromium_builder_perf" | 524 "chromium_builder_perf" |
| 510 ], | 525 ], |
| 526 "cwd": "[SLAVE_BUILD]", |
| 511 "env": { | 527 "env": { |
| 512 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 528 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 513 }, | 529 }, |
| 514 "name": "compile Without Patch", | 530 "name": "compile Without Patch", |
| 515 "~followup_annotations": [ | 531 "~followup_annotations": [ |
| 516 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 532 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 517 "@@@STEP_LOG_END@json.output (invalid)@@@" | 533 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 518 ] | 534 ] |
| 519 }, | 535 }, |
| 520 { | 536 { |
| 521 "cmd": [ | 537 "cmd": [ |
| 522 "python", | 538 "python", |
| 523 "-u", | 539 "-u", |
| 524 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 540 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 525 "--target", | 541 "--target", |
| 526 "Release", | 542 "Release", |
| 527 "--xvfb", | 543 "--xvfb", |
| 528 "--factory-properties", | 544 "--factory-properties", |
| 529 "{\"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\"}", | 545 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"
issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\
": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti
on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\"
, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam
e\"}", |
| 530 "--build-properties", | 546 "--build-properties", |
| 531 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"
issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\
": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti
on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\"
, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam
e\"}", | 547 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
branch\": \"\", \"buildername\": \"linux_perf_bisect\", \"buildnumber\": 571, \"
issue\": 12853011, \"mastername\": \"tryserver.chromium.perf\", \"patch_project\
": \"chromium\", \"patchset\": 1, \"project\": \"chrome\", \"recipe\": \"bisecti
on/desktop_bisect\", \"repository\": \"\", \"requester\": \"commit-bot@chromium.
org\", \"revision\": \"HEAD\", \"rietveld\": \"https://codereview.chromium.org\"
, \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavenam
e\"}", |
| 532 "--step-name=Performance Test (Without Patch) 1 of 1", | 548 "--step-name=Performance Test (Without Patch) 1 of 1", |
| 533 "--builder-name=linux_perf_bisect", | 549 "--builder-name=linux_perf_bisect", |
| 534 "--slave-name=TestSlavename", | 550 "--slave-name=TestSlavename", |
| 535 "--build-number=571", | 551 "--build-number=571", |
| 536 "--run-python-script", | 552 "--run-python-script", |
| 537 "[CWD]/src/tools/perf/run_benchmark", | 553 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", |
| 538 "-v", | 554 "-v", |
| 539 "--browser=release", | 555 "--browser=release", |
| 540 "sunspider", | 556 "sunspider", |
| 541 "--upload-results", | 557 "--upload-results", |
| 542 "--results-label=TOT" | 558 "--results-label=TOT" |
| 543 ], | 559 ], |
| 560 "cwd": "[SLAVE_BUILD]", |
| 544 "name": "Performance Test (Without Patch) 1 of 1", | 561 "name": "Performance Test (Without Patch) 1 of 1", |
| 545 "stderr": "/path/to/tmp/", | 562 "stderr": "/path/to/tmp/", |
| 546 "stdout": "/path/to/tmp/", | 563 "stdout": "/path/to/tmp/", |
| 547 "~followup_annotations": [ | 564 "~followup_annotations": [ |
| 548 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573]
ms@@@", | 565 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573]
ms@@@", |
| 549 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@", | 566 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@", |
| 550 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@", | 567 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@", |
| 551 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_failed= 0 count@@@", | 568 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_failed= 0 count@@@", |
| 552 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_errored= 0 count@@@", | 569 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_errored= 0 count@@@", |
| 553 "@@@STEP_LOG_LINE@Captured Output@@@@", | 570 "@@@STEP_LOG_LINE@Captured Output@@@@", |
| 554 "@@@STEP_LOG_LINE@Captured Output@View online at http://storage.googleapis
.com/chromium-telemetry/html-results/results-without_patch@@@", | 571 "@@@STEP_LOG_LINE@Captured Output@View online at http://storage.googleapis
.com/chromium-telemetry/html-results/results-without_patch@@@", |
| 555 "@@@STEP_LOG_END@Captured Output@@@" | 572 "@@@STEP_LOG_END@Captured Output@@@" |
| 556 ] | 573 ] |
| 557 }, | 574 }, |
| 558 { | 575 { |
| 559 "cmd": [], | 576 "cmd": [], |
| 577 "cwd": "[SLAVE_BUILD]", |
| 560 "name": "Results", | 578 "name": "Results", |
| 561 "~followup_annotations": [ | 579 "~followup_annotations": [ |
| 562 "@@@STEP_TEXT@No values from test with patch, or none from test without pa
tch.", | 580 "@@@STEP_TEXT@No values from test with patch, or none from test without pa
tch.", |
| 563 "Output with patch:", | 581 "Output with patch:", |
| 564 "*RESULT dummy: dummy= [5.83,6.013,5.573]ms", | 582 "*RESULT dummy: dummy= [5.83,6.013,5.573]ms", |
| 565 "Avg dummy: 5.907711ms", | 583 "Avg dummy: 5.907711ms", |
| 566 "Sd dummy: 0.255921ms", | 584 "Sd dummy: 0.255921ms", |
| 567 "RESULT telemetry_page_measurement_results: num_failed= 0 count", | 585 "RESULT telemetry_page_measurement_results: num_failed= 0 count", |
| 568 "RESULT telemetry_page_measurement_results: num_errored= 0 count", | 586 "RESULT telemetry_page_measurement_results: num_errored= 0 count", |
| 569 "View online at http://storage.googleapis.com/chromium-telemetry/html-resu
lts/results-with_patch", | 587 "View online at http://storage.googleapis.com/chromium-telemetry/html-resu
lts/results-with_patch", |
| 570 "Output without patch:", | 588 "Output without patch:", |
| 571 "*RESULT dummy: dummy= [5.83,6.013,5.573]ms", | 589 "*RESULT dummy: dummy= [5.83,6.013,5.573]ms", |
| 572 "Avg dummy: 5.907711ms", | 590 "Avg dummy: 5.907711ms", |
| 573 "Sd dummy: 0.255921ms", | 591 "Sd dummy: 0.255921ms", |
| 574 "RESULT telemetry_page_measurement_results: num_failed= 0 count", | 592 "RESULT telemetry_page_measurement_results: num_failed= 0 count", |
| 575 "RESULT telemetry_page_measurement_results: num_errored= 0 count", | 593 "RESULT telemetry_page_measurement_results: num_errored= 0 count", |
| 576 "View online at http://storage.googleapis.com/chromium-telemetry/html-resu
lts/results-without_patch", | 594 "View online at http://storage.googleapis.com/chromium-telemetry/html-resu
lts/results-without_patch", |
| 577 "@@@", | 595 "@@@", |
| 578 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr
y/html-results/results-without_patch@@@" | 596 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr
y/html-results/results-without_patch@@@" |
| 579 ] | 597 ] |
| 580 }, | 598 }, |
| 581 { | 599 { |
| 582 "cmd": [ | 600 "cmd": [ |
| 583 "python", | 601 "python", |
| 584 "-u", | 602 "-u", |
| 585 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 603 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
| 586 ], | 604 ], |
| 605 "cwd": "[SLAVE_BUILD]", |
| 587 "name": "Post bisect results", | 606 "name": "Post bisect results", |
| 588 "stdin": "{\"data\": {\"bisect_bot\": \"linux_perf_bisect\", \"buildbot_log_
url\": \"http://c.org/p/cr/builders/linux_perf_bisect/builds/571\", \"cloud_link
\": \"http://storage.googleapis.com/chromium-telemetry/html-results/results-with
out_patch\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release su
nspider\", \"metric\": null, \"status\": \"completed\", \"try_job_id\": null, \"
warnings\": [\"No values from test with patch, or none from test without patch.\
\n Output with patch:\\n*RESULT dummy: dummy= [5.83,6.013,5.573]ms\\nAvg dummy:
5.907711ms\\nSd dummy: 0.255921ms\\nRESULT telemetry_page_measurement_results:
num_failed= 0 count\\nRESULT telemetry_page_measurement_results: num_errored= 0
count\\n\\nView online at http://storage.googleapis.com/chromium-telemetry/html-
results/results-with_patch\\n\\n\\nOutput without patch:\\n*RESULT dummy: dummy=
[5.83,6.013,5.573]ms\\nAvg dummy: 5.907711ms\\nSd dummy: 0.255921ms\\nRESULT t
elemetry_page_measurement_results: num_failed= 0 count\\nRESULT telemetry_page_m
easurement_results: num_errored= 0 count\\n\\nView online at http://storage.goog
leapis.com/chromium-telemetry/html-results/results-without_patch\\n\"]}, \"url\"
: \"https://chromeperf.appspot.com/post_bisect_results\"}", | 607 "stdin": "{\"data\": {\"bisect_bot\": \"linux_perf_bisect\", \"buildbot_log_
url\": \"http://c.org/p/cr/builders/linux_perf_bisect/builds/571\", \"cloud_link
\": \"http://storage.googleapis.com/chromium-telemetry/html-results/results-with
out_patch\", \"command\": \"src/tools/perf/run_benchmark -v --browser=release su
nspider\", \"metric\": null, \"status\": \"completed\", \"try_job_id\": null, \"
warnings\": [\"No values from test with patch, or none from test without patch.\
\n Output with patch:\\n*RESULT dummy: dummy= [5.83,6.013,5.573]ms\\nAvg dummy:
5.907711ms\\nSd dummy: 0.255921ms\\nRESULT telemetry_page_measurement_results:
num_failed= 0 count\\nRESULT telemetry_page_measurement_results: num_errored= 0
count\\n\\nView online at http://storage.googleapis.com/chromium-telemetry/html-
results/results-with_patch\\n\\n\\nOutput without patch:\\n*RESULT dummy: dummy=
[5.83,6.013,5.573]ms\\nAvg dummy: 5.907711ms\\nSd dummy: 0.255921ms\\nRESULT t
elemetry_page_measurement_results: num_failed= 0 count\\nRESULT telemetry_page_m
easurement_results: num_errored= 0 count\\n\\nView online at http://storage.goog
leapis.com/chromium-telemetry/html-results/results-without_patch\\n\"]}, \"url\"
: \"https://chromeperf.appspot.com/post_bisect_results\"}", |
| 589 "stdout": "/path/to/tmp/json", | 608 "stdout": "/path/to/tmp/json", |
| 590 "~followup_annotations": [ | 609 "~followup_annotations": [ |
| 591 "@@@STEP_LOG_LINE@json.output@{@@@", | 610 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 592 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", | 611 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", |
| 593 "@@@STEP_LOG_LINE@json.output@}@@@", | 612 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 594 "@@@STEP_LOG_END@json.output@@@" | 613 "@@@STEP_LOG_END@json.output@@@" |
| 595 ] | 614 ] |
| 596 }, | 615 }, |
| 597 { | 616 { |
| 598 "name": "$result", | 617 "name": "$result", |
| 599 "recipe_result": null, | 618 "recipe_result": null, |
| 600 "status_code": 0 | 619 "status_code": 0 |
| 601 } | 620 } |
| 602 ] | 621 ] |
| OLD | NEW |