| 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/perf/benchmarks/blink_perf.py@@@", | 189 "@@@STEP_LOG_LINE@files@tools/perf/benchmarks/blink_perf.py@@@", |
| 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_PACKAGE_REPO[build]/scripts/tools/runit.py", | 197 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 193 "--show-path", | 198 "--show-path", |
| 194 "python", | 199 "python", |
| 195 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 200 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 196 ], | 201 ], |
| 202 "cwd": "[SLAVE_BUILD]", |
| 197 "name": "cleanup_temp" | 203 "name": "cleanup_temp" |
| 198 }, | 204 }, |
| 199 { | 205 { |
| 200 "cmd": [ | 206 "cmd": [ |
| 201 "python", | 207 "python", |
| 202 "-u", | 208 "-u", |
| 203 "\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", | 209 "\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", |
| 204 "[CWD]/src/out/Release" | 210 "[SLAVE_BUILD]/src/out/Release" |
| 205 ], | 211 ], |
| 212 "cwd": "[SLAVE_BUILD]", |
| 206 "name": "rmtree build directory", | 213 "name": "rmtree build directory", |
| 207 "~followup_annotations": [ | 214 "~followup_annotations": [ |
| 208 "@@@STEP_LOG_LINE@python.inline@@@@", | 215 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 209 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 216 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 210 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 217 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 211 "@@@STEP_LOG_LINE@python.inline@@@@", | 218 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 212 "@@@STEP_LOG_LINE@python.inline@@@@", | 219 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 213 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 220 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 214 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 221 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 215 "@@@STEP_LOG_END@python.inline@@@" | 222 "@@@STEP_LOG_END@python.inline@@@" |
| 216 ] | 223 ] |
| 217 }, | 224 }, |
| 218 { | 225 { |
| 219 "cmd": [ | 226 "cmd": [ |
| 220 "python", | 227 "python", |
| 221 "-u", | 228 "-u", |
| 222 "[CWD]/src/tools/mb/mb.py", | 229 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 223 "gen", | 230 "gen", |
| 224 "-m", | 231 "-m", |
| 225 "tryserver.chromium.perf", | 232 "tryserver.chromium.perf", |
| 226 "-b", | 233 "-b", |
| 227 "linux_perf_bisect", | 234 "linux_perf_bisect", |
| 228 "--config-file", | 235 "--config-file", |
| 229 "[CWD]/src/tools/mb/mb_config.pyl", | 236 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 230 "--goma-dir", | 237 "--goma-dir", |
| 231 "[ROOT]/b/build/slave/cache/cipd/goma", | 238 "[CACHE]/cipd/goma", |
| 232 "//out/Release" | 239 "//out/Release" |
| 233 ], | 240 ], |
| 241 "cwd": "[SLAVE_BUILD]", |
| 234 "name": "generate_build_files (with patch)" | 242 "name": "generate_build_files (with patch)" |
| 235 }, | 243 }, |
| 236 { | 244 { |
| 237 "cmd": [ | 245 "cmd": [ |
| 238 "python", | 246 "python", |
| 239 "-u", | 247 "-u", |
| 240 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 248 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 241 "--show-path", | 249 "--show-path", |
| 242 "python", | 250 "python", |
| 243 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 251 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 244 "--gsutil-py-path", | 252 "--gsutil-py-path", |
| 245 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 253 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 246 "--ninja-path", | 254 "--ninja-path", |
| 247 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 255 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 248 "--target", | 256 "--target", |
| 249 "Release", | 257 "Release", |
| 250 "--src-dir", | 258 "--src-dir", |
| 251 "[CWD]/src", | 259 "[SLAVE_BUILD]/src", |
| 252 "--goma-cache-dir", | 260 "--goma-cache-dir", |
| 253 "[ROOT]/b/build/slave/goma_cache", | 261 "[GOMA_CACHE]", |
| 254 "--build-tool", | 262 "--build-tool", |
| 255 "ninja", | 263 "ninja", |
| 256 "--compiler", | 264 "--compiler", |
| 257 "goma", | 265 "goma", |
| 258 "--goma-jsonstatus", | 266 "--goma-jsonstatus", |
| 259 "/path/to/tmp/json", | 267 "/path/to/tmp/json", |
| 260 "--goma-service-account-json-file", | 268 "--goma-service-account-json-file", |
| 261 "/creds/service_accounts/service-account-goma-client.json", | 269 "/creds/service_accounts/service-account-goma-client.json", |
| 262 "--mode", | 270 "--mode", |
| 263 "official", | 271 "official", |
| 264 "--goma-dir", | 272 "--goma-dir", |
| 265 "[ROOT]/b/build/slave/cache/cipd/goma", | 273 "[CACHE]/cipd/goma", |
| 266 "--goma-hermetic", | 274 "--goma-hermetic", |
| 267 "fallback", | 275 "fallback", |
| 268 "--goma-fail-fast", | 276 "--goma-fail-fast", |
| 269 "--goma-disable-local-fallback", | 277 "--goma-disable-local-fallback", |
| 270 "--", | 278 "--", |
| 271 "chromium_builder_perf" | 279 "chromium_builder_perf" |
| 272 ], | 280 ], |
| 281 "cwd": "[SLAVE_BUILD]", |
| 273 "env": { | 282 "env": { |
| 274 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 283 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 275 }, | 284 }, |
| 276 "name": "compile (with patch)", | 285 "name": "compile (with patch)", |
| 277 "~followup_annotations": [ | 286 "~followup_annotations": [ |
| 278 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 287 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 279 "@@@STEP_LOG_END@json.output (invalid)@@@" | 288 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 280 ] | 289 ] |
| 281 }, | 290 }, |
| 282 { | 291 { |
| 283 "cmd": [ | 292 "cmd": [ |
| 284 "python", | 293 "python", |
| 285 "-u", | 294 "-u", |
| 286 "[CWD]/src/tools/perf/run_benchmark", | 295 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", |
| 287 "list", | 296 "list", |
| 288 "--browser", | 297 "--browser", |
| 289 "release", | 298 "release", |
| 290 "--json-output", | 299 "--json-output", |
| 291 "/path/to/tmp/json", | 300 "/path/to/tmp/json", |
| 292 "--num-shards", | 301 "--num-shards", |
| 293 "1" | 302 "1" |
| 294 ], | 303 ], |
| 304 "cwd": "[SLAVE_BUILD]", |
| 295 "name": "List Perf Tests", | 305 "name": "List Perf Tests", |
| 296 "~followup_annotations": [ | 306 "~followup_annotations": [ |
| 297 "@@@STEP_LOG_LINE@json.output@{@@@", | 307 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 298 "@@@STEP_LOG_LINE@json.output@ \"steps\": {@@@", | 308 "@@@STEP_LOG_LINE@json.output@ \"steps\": {@@@", |
| 299 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.exact\": {@@@", | 309 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.exact\": {@@@", |
| 300 "@@@STEP_LOG_LINE@json.output@ \"cmd\": \"/usr/bin/python /path/to/ru
n_benchmark --a=1 -v --b=2\", @@@", | 310 "@@@STEP_LOG_LINE@json.output@ \"cmd\": \"/usr/bin/python /path/to/ru
n_benchmark --a=1 -v --b=2\", @@@", |
| 301 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@", | 311 "@@@STEP_LOG_LINE@json.output@ \"device_affinity\": 0, @@@", |
| 302 "@@@STEP_LOG_LINE@json.output@ \"perf_dashboard_id\": \"blink_perf.al
l\"@@@", | 312 "@@@STEP_LOG_LINE@json.output@ \"perf_dashboard_id\": \"blink_perf.al
l\"@@@", |
| 303 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 313 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 304 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.release\": {@@@", | 314 "@@@STEP_LOG_LINE@json.output@ \"blink_perf.all.release\": {@@@", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 "/path/to/tmp/json", | 355 "/path/to/tmp/json", |
| 346 "--builder-name=linux_perf_bisect", | 356 "--builder-name=linux_perf_bisect", |
| 347 "--slave-name=TestSlavename", | 357 "--slave-name=TestSlavename", |
| 348 "--build-number=571", | 358 "--build-number=571", |
| 349 "--run-python-script", | 359 "--run-python-script", |
| 350 "/path/to/run_benchmark", | 360 "/path/to/run_benchmark", |
| 351 "--a=1", | 361 "--a=1", |
| 352 "-v", | 362 "-v", |
| 353 "--b=2" | 363 "--b=2" |
| 354 ], | 364 ], |
| 365 "cwd": "[SLAVE_BUILD]", |
| 355 "name": "blink_perf.all.exact", | 366 "name": "blink_perf.all.exact", |
| 356 "~followup_annotations": [ | 367 "~followup_annotations": [ |
| 357 "@@@STEP_LOG_LINE@json.output@[]@@@", | 368 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 358 "@@@STEP_LOG_END@json.output@@@" | 369 "@@@STEP_LOG_END@json.output@@@" |
| 359 ] | 370 ] |
| 360 }, | 371 }, |
| 361 { | 372 { |
| 362 "allow_subannotations": true, | 373 "allow_subannotations": true, |
| 363 "cmd": [ | 374 "cmd": [ |
| 364 "python", | 375 "python", |
| (...skipping 12 matching lines...) Expand all Loading... |
| 377 "/path/to/tmp/json", | 388 "/path/to/tmp/json", |
| 378 "--builder-name=linux_perf_bisect", | 389 "--builder-name=linux_perf_bisect", |
| 379 "--slave-name=TestSlavename", | 390 "--slave-name=TestSlavename", |
| 380 "--build-number=571", | 391 "--build-number=571", |
| 381 "--run-python-script", | 392 "--run-python-script", |
| 382 "/path/to/run_benchmark", | 393 "/path/to/run_benchmark", |
| 383 "--a=1", | 394 "--a=1", |
| 384 "-v", | 395 "-v", |
| 385 "--b=2" | 396 "--b=2" |
| 386 ], | 397 ], |
| 398 "cwd": "[SLAVE_BUILD]", |
| 387 "name": "blink_perf.all.release", | 399 "name": "blink_perf.all.release", |
| 388 "~followup_annotations": [ | 400 "~followup_annotations": [ |
| 389 "@@@STEP_LOG_LINE@json.output@[]@@@", | 401 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 390 "@@@STEP_LOG_END@json.output@@@" | 402 "@@@STEP_LOG_END@json.output@@@" |
| 391 ] | 403 ] |
| 392 }, | 404 }, |
| 393 { | 405 { |
| 394 "allow_subannotations": true, | 406 "allow_subannotations": true, |
| 395 "cmd": [ | 407 "cmd": [ |
| 396 "python", | 408 "python", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 408 "--chartjson-file", | 420 "--chartjson-file", |
| 409 "/path/to/tmp/json", | 421 "/path/to/tmp/json", |
| 410 "--builder-name=linux_perf_bisect", | 422 "--builder-name=linux_perf_bisect", |
| 411 "--slave-name=TestSlavename", | 423 "--slave-name=TestSlavename", |
| 412 "--build-number=571", | 424 "--build-number=571", |
| 413 "--run-python-script", | 425 "--run-python-script", |
| 414 "-v", | 426 "-v", |
| 415 "--upload-results", | 427 "--upload-results", |
| 416 "blink_perf.dom" | 428 "blink_perf.dom" |
| 417 ], | 429 ], |
| 430 "cwd": "[SLAVE_BUILD]", |
| 418 "name": "blink_perf.dom", | 431 "name": "blink_perf.dom", |
| 419 "~followup_annotations": [ | 432 "~followup_annotations": [ |
| 420 "@@@STEP_LOG_LINE@json.output@[]@@@", | 433 "@@@STEP_LOG_LINE@json.output@[]@@@", |
| 421 "@@@STEP_LOG_END@json.output@@@" | 434 "@@@STEP_LOG_END@json.output@@@" |
| 422 ] | 435 ] |
| 423 }, | 436 }, |
| 424 { | 437 { |
| 425 "name": "$result", | 438 "name": "$result", |
| 426 "recipe_result": null, | 439 "recipe_result": null, |
| 427 "status_code": 0 | 440 "status_code": 0 |
| 428 } | 441 } |
| 429 ] | 442 ] |
| OLD | NEW |