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