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