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