| 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@ \"bad_revision\": \"306476\", @@@", | 201 "@@@STEP_LOG_LINE@json.output@ \"bad_revision\": \"306476\", @@@", |
| 208 "@@@STEP_LOG_LINE@json.output@ \"command\": \"./tools/perf/run_benchmark
-v --browser=release sunspider\", @@@", | 202 "@@@STEP_LOG_LINE@json.output@ \"command\": \"./tools/perf/run_benchmark
-v --browser=release sunspider\", @@@", |
| 209 "@@@STEP_LOG_LINE@json.output@ \"good_revision\": \"306475\", @@@", | 203 "@@@STEP_LOG_LINE@json.output@ \"good_revision\": \"306475\", @@@", |
| 210 "@@@STEP_LOG_LINE@json.output@ \"max_time_minutes\": \"25\", @@@", | 204 "@@@STEP_LOG_LINE@json.output@ \"max_time_minutes\": \"25\", @@@", |
| 211 "@@@STEP_LOG_LINE@json.output@ \"metric\": \"dummy/dummy\", @@@", | 205 "@@@STEP_LOG_LINE@json.output@ \"metric\": \"dummy/dummy\", @@@", |
| 212 "@@@STEP_LOG_LINE@json.output@ \"repeat_count\": \"1\", @@@", | 206 "@@@STEP_LOG_LINE@json.output@ \"repeat_count\": \"1\", @@@", |
| 213 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"ia32\", @@@", | 207 "@@@STEP_LOG_LINE@json.output@ \"target_arch\": \"ia32\", @@@", |
| 214 "@@@STEP_LOG_LINE@json.output@ \"truncate_percent\": \"25\"@@@", | 208 "@@@STEP_LOG_LINE@json.output@ \"truncate_percent\": \"25\"@@@", |
| 215 "@@@STEP_LOG_LINE@json.output@}@@@", | 209 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 216 "@@@STEP_LOG_END@json.output@@@" | 210 "@@@STEP_LOG_END@json.output@@@" |
| 217 ] | 211 ] |
| 218 }, | 212 }, |
| 219 { | 213 { |
| 220 "cmd": [ | 214 "cmd": [ |
| 221 "git", | 215 "git", |
| 222 "log", | 216 "log", |
| 223 "--format=hash:%H", | 217 "--format=hash:%H", |
| 224 "--grep", | 218 "--grep", |
| 225 "^Cr-Commit-Position: refs/heads/master@{#306476}", | 219 "^Cr-Commit-Position: refs/heads/master@{#306476}", |
| 226 "-1", | 220 "-1", |
| 227 "origin/master" | 221 "origin/master" |
| 228 ], | 222 ], |
| 229 "cwd": "[SLAVE_BUILD]/src", | 223 "cwd": "[CWD]/src", |
| 230 "name": "resolving commit_pos 306476", | 224 "name": "resolving commit_pos 306476", |
| 231 "stdout": "/path/to/tmp/" | 225 "stdout": "/path/to/tmp/" |
| 232 }, | 226 }, |
| 233 { | 227 { |
| 234 "cmd": [ | 228 "cmd": [ |
| 235 "git", | 229 "git", |
| 236 "log", | 230 "log", |
| 237 "--format=hash:%H", | 231 "--format=hash:%H", |
| 238 "--grep", | 232 "--grep", |
| 239 "^Cr-Commit-Position: refs/heads/master@{#306475}", | 233 "^Cr-Commit-Position: refs/heads/master@{#306475}", |
| 240 "-1", | 234 "-1", |
| 241 "origin/master" | 235 "origin/master" |
| 242 ], | 236 ], |
| 243 "cwd": "[SLAVE_BUILD]/src", | 237 "cwd": "[CWD]/src", |
| 244 "name": "resolving commit_pos 306475", | 238 "name": "resolving commit_pos 306475", |
| 245 "stdout": "/path/to/tmp/" | 239 "stdout": "/path/to/tmp/" |
| 246 }, | 240 }, |
| 247 { | 241 { |
| 248 "cmd": [ | 242 "cmd": [ |
| 249 "python", | 243 "python", |
| 250 "-u", | 244 "-u", |
| 251 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 245 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 252 "--master", | 246 "--master", |
| 253 "tryserver.chromium.perf", | 247 "tryserver.chromium.perf", |
| 254 "--builder", | 248 "--builder", |
| 255 "linux_perf_bisect", | 249 "linux_perf_bisect", |
| 256 "--slave", | 250 "--slave", |
| 257 "TestSlavename", | 251 "TestSlavename", |
| 258 "--spec", | 252 "--spec", |
| 259 "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'}]", | 253 "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'}]", |
| 260 "--root", | 254 "--root", |
| 261 "src", | 255 "src", |
| 262 "--revision_mapping_file", | 256 "--revision_mapping_file", |
| 263 "{\"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\"}", | 257 "{\"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\"}", |
| 264 "--git-cache-dir", | 258 "--git-cache-dir", |
| 265 "[GIT_CACHE]", | 259 "[ROOT]/b/build/slave/cache_dir", |
| 266 "--rietveld_server", | 260 "--rietveld_server", |
| 267 "https://codereview.chromium.org", | 261 "https://codereview.chromium.org", |
| 268 "--output_json", | 262 "--output_json", |
| 269 "/path/to/tmp/json", | 263 "/path/to/tmp/json", |
| 270 "--revision", | 264 "--revision", |
| 271 "src@bad49c331def2a3bbf3ddd0096eb51551155", | 265 "src@bad49c331def2a3bbf3ddd0096eb51551155", |
| 272 "--force", | 266 "--force", |
| 273 "--output_manifest" | 267 "--output_manifest" |
| 274 ], | 268 ], |
| 275 "cwd": "[SLAVE_BUILD]", | |
| 276 "env": { | 269 "env": { |
| 277 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 270 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 278 }, | 271 }, |
| 279 "name": "bot_update (without patch) - bad49c331def2a3bbf3ddd0096eb51551155", | 272 "name": "bot_update (without patch) - bad49c331def2a3bbf3ddd0096eb51551155", |
| 280 "~followup_annotations": [ | 273 "~followup_annotations": [ |
| 281 "@@@STEP_TEXT@Some step text@@@", | 274 "@@@STEP_TEXT@Some step text@@@", |
| 282 "@@@STEP_LOG_LINE@json.output@{@@@", | 275 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 283 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 276 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 284 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 277 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 285 "@@@STEP_LOG_LINE@json.output@ \"src\": \"bad49c331def2a3bbf3ddd0096eb5
1551155\"@@@", | 278 "@@@STEP_LOG_LINE@json.output@ \"src\": \"bad49c331def2a3bbf3ddd0096eb5
1551155\"@@@", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 "@@@STEP_LOG_END@json.output@@@" | 325 "@@@STEP_LOG_END@json.output@@@" |
| 333 ] | 326 ] |
| 334 }, | 327 }, |
| 335 { | 328 { |
| 336 "cmd": [ | 329 "cmd": [ |
| 337 "python", | 330 "python", |
| 338 "-u", | 331 "-u", |
| 339 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 332 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 340 "runhooks" | 333 "runhooks" |
| 341 ], | 334 ], |
| 342 "cwd": "[SLAVE_BUILD]", | |
| 343 "env": { | 335 "env": { |
| 344 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 336 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 345 "GYP_CHROMIUM_NO_ACTION": "1", | 337 "GYP_CHROMIUM_NO_ACTION": "1", |
| 346 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", | 338 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[ROOT]/b/build/slave/cache/cipd/goma' target_arch=x64 use_goma=1", |
| 347 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 339 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 348 }, | 340 }, |
| 349 "name": "gclient runhooks on bad49c331def2a3bbf3ddd0096eb51551155" | 341 "name": "gclient runhooks on bad49c331def2a3bbf3ddd0096eb51551155" |
| 350 }, | 342 }, |
| 351 { | 343 { |
| 352 "cmd": [ | 344 "cmd": [ |
| 353 "python", | 345 "python", |
| 354 "-u", | 346 "-u", |
| 355 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 347 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 356 "--show-path", | 348 "--show-path", |
| 357 "python", | 349 "python", |
| 358 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 350 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 359 ], | 351 ], |
| 360 "cwd": "[SLAVE_BUILD]", | |
| 361 "name": "cleanup_temp" | 352 "name": "cleanup_temp" |
| 362 }, | 353 }, |
| 363 { | 354 { |
| 364 "cmd": [ | 355 "cmd": [ |
| 365 "python", | 356 "python", |
| 366 "-u", | 357 "-u", |
| 367 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 358 "[CWD]/src/tools/mb/mb.py", |
| 368 "gen", | 359 "gen", |
| 369 "-m", | 360 "-m", |
| 370 "tryserver.chromium.perf", | 361 "tryserver.chromium.perf", |
| 371 "-b", | 362 "-b", |
| 372 "linux_perf_bisect", | 363 "linux_perf_bisect", |
| 373 "--config-file", | 364 "--config-file", |
| 374 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 365 "[CWD]/src/tools/mb/mb_config.pyl", |
| 375 "--goma-dir", | 366 "--goma-dir", |
| 376 "[CACHE]/cipd/goma", | 367 "[ROOT]/b/build/slave/cache/cipd/goma", |
| 377 "//out/Release" | 368 "//out/Release" |
| 378 ], | 369 ], |
| 379 "cwd": "[SLAVE_BUILD]", | |
| 380 "name": "generate_build_files bad49c331def2a3bbf3ddd0096eb51551155" | 370 "name": "generate_build_files bad49c331def2a3bbf3ddd0096eb51551155" |
| 381 }, | 371 }, |
| 382 { | 372 { |
| 383 "cmd": [ | 373 "cmd": [ |
| 384 "python", | 374 "python", |
| 385 "-u", | 375 "-u", |
| 386 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 376 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 387 "--show-path", | 377 "--show-path", |
| 388 "python", | 378 "python", |
| 389 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 379 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 390 "--gsutil-py-path", | 380 "--gsutil-py-path", |
| 391 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 381 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 392 "--ninja-path", | 382 "--ninja-path", |
| 393 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 383 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 394 "--target", | 384 "--target", |
| 395 "Release", | 385 "Release", |
| 396 "--src-dir", | 386 "--src-dir", |
| 397 "[SLAVE_BUILD]/src", | 387 "[CWD]/src", |
| 398 "--goma-cache-dir", | 388 "--goma-cache-dir", |
| 399 "[GOMA_CACHE]", | 389 "[ROOT]/b/build/slave/goma_cache", |
| 400 "--build-tool", | 390 "--build-tool", |
| 401 "ninja", | 391 "ninja", |
| 402 "--compiler", | 392 "--compiler", |
| 403 "goma", | 393 "goma", |
| 404 "--goma-jsonstatus", | 394 "--goma-jsonstatus", |
| 405 "/path/to/tmp/json", | 395 "/path/to/tmp/json", |
| 406 "--goma-service-account-json-file", | 396 "--goma-service-account-json-file", |
| 407 "/creds/service_accounts/service-account-goma-client.json", | 397 "/creds/service_accounts/service-account-goma-client.json", |
| 408 "--mode", | 398 "--mode", |
| 409 "official", | 399 "official", |
| 410 "--goma-dir", | 400 "--goma-dir", |
| 411 "[CACHE]/cipd/goma", | 401 "[ROOT]/b/build/slave/cache/cipd/goma", |
| 412 "--goma-hermetic", | 402 "--goma-hermetic", |
| 413 "fallback", | 403 "fallback", |
| 414 "--goma-fail-fast", | 404 "--goma-fail-fast", |
| 415 "--goma-disable-local-fallback", | 405 "--goma-disable-local-fallback", |
| 416 "--", | 406 "--", |
| 417 "chromium_builder_perf" | 407 "chromium_builder_perf" |
| 418 ], | 408 ], |
| 419 "cwd": "[SLAVE_BUILD]", | |
| 420 "env": { | 409 "env": { |
| 421 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 410 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 422 }, | 411 }, |
| 423 "name": "compile bad49c331def2a3bbf3ddd0096eb51551155", | 412 "name": "compile bad49c331def2a3bbf3ddd0096eb51551155", |
| 424 "~followup_annotations": [ | 413 "~followup_annotations": [ |
| 425 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 414 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 426 "@@@STEP_LOG_END@json.output (invalid)@@@" | 415 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 427 ] | 416 ] |
| 428 }, | 417 }, |
| 429 { | 418 { |
| 430 "cmd": [ | 419 "cmd": [ |
| 431 "python", | 420 "python", |
| 432 "-u", | 421 "-u", |
| 433 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 422 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 434 "--target", | 423 "--target", |
| 435 "Release", | 424 "Release", |
| 436 "--xvfb", | 425 "--xvfb", |
| 437 "--factory-properties", | 426 "--factory-properties", |
| 438 "{\"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\"}", | 427 "{\"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\"}", |
| 439 "--build-properties", | 428 "--build-properties", |
| 440 "{\"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\"}", | 429 "{\"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\"}", |
| 441 "--step-name=Performance Test (bad49c331def2a3bbf3ddd0096eb51551155) 1 of
1", | 430 "--step-name=Performance Test (bad49c331def2a3bbf3ddd0096eb51551155) 1 of
1", |
| 442 "--builder-name=linux_perf_bisect", | 431 "--builder-name=linux_perf_bisect", |
| 443 "--slave-name=TestSlavename", | 432 "--slave-name=TestSlavename", |
| 444 "--build-number=571", | 433 "--build-number=571", |
| 445 "--run-python-script", | 434 "--run-python-script", |
| 446 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", | 435 "[CWD]/src/tools/perf/run_benchmark", |
| 447 "-v", | 436 "-v", |
| 448 "--browser=release", | 437 "--browser=release", |
| 449 "sunspider", | 438 "sunspider", |
| 450 "--reset-results", | 439 "--reset-results", |
| 451 "--upload-results", | 440 "--upload-results", |
| 452 "--results-label=bad49c331def2a3bbf3ddd0096eb51551155" | 441 "--results-label=bad49c331def2a3bbf3ddd0096eb51551155" |
| 453 ], | 442 ], |
| 454 "cwd": "[SLAVE_BUILD]", | |
| 455 "name": "Performance Test (bad49c331def2a3bbf3ddd0096eb51551155) 1 of 1", | 443 "name": "Performance Test (bad49c331def2a3bbf3ddd0096eb51551155) 1 of 1", |
| 456 "stderr": "/path/to/tmp/", | 444 "stderr": "/path/to/tmp/", |
| 457 "stdout": "/path/to/tmp/", | 445 "stdout": "/path/to/tmp/", |
| 458 "~followup_annotations": [ | 446 "~followup_annotations": [ |
| 459 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573]
ms@@@", | 447 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573]
ms@@@", |
| 460 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@", | 448 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@", |
| 461 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@", | 449 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@", |
| 462 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_failed= 0 count@@@", | 450 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_failed= 0 count@@@", |
| 463 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_errored= 0 count@@@", | 451 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_errored= 0 count@@@", |
| 464 "@@@STEP_LOG_LINE@Captured Output@@@@", | 452 "@@@STEP_LOG_LINE@Captured Output@@@@", |
| 465 "@@@STEP_LOG_LINE@Captured Output@View online at http://storage.googleapis
.com/chromium-telemetry/html-results/results-with_patch@@@", | 453 "@@@STEP_LOG_LINE@Captured Output@View online at http://storage.googleapis
.com/chromium-telemetry/html-results/results-with_patch@@@", |
| 466 "@@@STEP_LOG_END@Captured Output@@@" | 454 "@@@STEP_LOG_END@Captured Output@@@" |
| 467 ] | 455 ] |
| 468 }, | 456 }, |
| 469 { | 457 { |
| 470 "cmd": [ | 458 "cmd": [ |
| 471 "python", | 459 "python", |
| 472 "-u", | 460 "-u", |
| 473 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 461 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 474 "--master", | 462 "--master", |
| 475 "tryserver.chromium.perf", | 463 "tryserver.chromium.perf", |
| 476 "--builder", | 464 "--builder", |
| 477 "linux_perf_bisect", | 465 "linux_perf_bisect", |
| 478 "--slave", | 466 "--slave", |
| 479 "TestSlavename", | 467 "TestSlavename", |
| 480 "--spec", | 468 "--spec", |
| 481 "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'}]", | 469 "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'}]", |
| 482 "--root", | 470 "--root", |
| 483 "src", | 471 "src", |
| 484 "--revision_mapping_file", | 472 "--revision_mapping_file", |
| 485 "{\"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\"}", | 473 "{\"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\"}", |
| 486 "--git-cache-dir", | 474 "--git-cache-dir", |
| 487 "[GIT_CACHE]", | 475 "[ROOT]/b/build/slave/cache_dir", |
| 488 "--rietveld_server", | 476 "--rietveld_server", |
| 489 "https://codereview.chromium.org", | 477 "https://codereview.chromium.org", |
| 490 "--output_json", | 478 "--output_json", |
| 491 "/path/to/tmp/json", | 479 "/path/to/tmp/json", |
| 492 "--revision", | 480 "--revision", |
| 493 "src@d49c331def2a3bbf3ddd0096eb51551155", | 481 "src@d49c331def2a3bbf3ddd0096eb51551155", |
| 494 "--force", | 482 "--force", |
| 495 "--output_manifest" | 483 "--output_manifest" |
| 496 ], | 484 ], |
| 497 "cwd": "[SLAVE_BUILD]", | |
| 498 "env": { | 485 "env": { |
| 499 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 486 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 500 }, | 487 }, |
| 501 "name": "bot_update (without patch) - d49c331def2a3bbf3ddd0096eb51551155", | 488 "name": "bot_update (without patch) - d49c331def2a3bbf3ddd0096eb51551155", |
| 502 "~followup_annotations": [ | 489 "~followup_annotations": [ |
| 503 "@@@STEP_TEXT@Some step text@@@", | 490 "@@@STEP_TEXT@Some step text@@@", |
| 504 "@@@STEP_LOG_LINE@json.output@{@@@", | 491 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 505 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 492 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 506 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 493 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 507 "@@@STEP_LOG_LINE@json.output@ \"src\": \"d49c331def2a3bbf3ddd0096eb515
51155\"@@@", | 494 "@@@STEP_LOG_LINE@json.output@ \"src\": \"d49c331def2a3bbf3ddd0096eb515
51155\"@@@", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 554 "@@@STEP_LOG_END@json.output@@@" | 541 "@@@STEP_LOG_END@json.output@@@" |
| 555 ] | 542 ] |
| 556 }, | 543 }, |
| 557 { | 544 { |
| 558 "cmd": [ | 545 "cmd": [ |
| 559 "python", | 546 "python", |
| 560 "-u", | 547 "-u", |
| 561 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 548 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 562 "runhooks" | 549 "runhooks" |
| 563 ], | 550 ], |
| 564 "cwd": "[SLAVE_BUILD]", | |
| 565 "env": { | 551 "env": { |
| 566 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 552 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 567 "GYP_CHROMIUM_NO_ACTION": "1", | 553 "GYP_CHROMIUM_NO_ACTION": "1", |
| 568 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1", | 554 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar
y gomadir='[ROOT]/b/build/slave/cache/cipd/goma' target_arch=x64 use_goma=1", |
| 569 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 555 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 570 }, | 556 }, |
| 571 "name": "gclient runhooks on d49c331def2a3bbf3ddd0096eb51551155" | 557 "name": "gclient runhooks on d49c331def2a3bbf3ddd0096eb51551155" |
| 572 }, | 558 }, |
| 573 { | 559 { |
| 574 "cmd": [ | 560 "cmd": [ |
| 575 "python", | 561 "python", |
| 576 "-u", | 562 "-u", |
| 577 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 563 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 578 "--show-path", | 564 "--show-path", |
| 579 "python", | 565 "python", |
| 580 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 566 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 581 ], | 567 ], |
| 582 "cwd": "[SLAVE_BUILD]", | |
| 583 "name": "cleanup_temp (2)" | 568 "name": "cleanup_temp (2)" |
| 584 }, | 569 }, |
| 585 { | 570 { |
| 586 "cmd": [ | 571 "cmd": [ |
| 587 "python", | 572 "python", |
| 588 "-u", | 573 "-u", |
| 589 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 574 "[CWD]/src/tools/mb/mb.py", |
| 590 "gen", | 575 "gen", |
| 591 "-m", | 576 "-m", |
| 592 "tryserver.chromium.perf", | 577 "tryserver.chromium.perf", |
| 593 "-b", | 578 "-b", |
| 594 "linux_perf_bisect", | 579 "linux_perf_bisect", |
| 595 "--config-file", | 580 "--config-file", |
| 596 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 581 "[CWD]/src/tools/mb/mb_config.pyl", |
| 597 "--goma-dir", | 582 "--goma-dir", |
| 598 "[CACHE]/cipd/goma", | 583 "[ROOT]/b/build/slave/cache/cipd/goma", |
| 599 "//out/Release" | 584 "//out/Release" |
| 600 ], | 585 ], |
| 601 "cwd": "[SLAVE_BUILD]", | |
| 602 "name": "generate_build_files d49c331def2a3bbf3ddd0096eb51551155" | 586 "name": "generate_build_files d49c331def2a3bbf3ddd0096eb51551155" |
| 603 }, | 587 }, |
| 604 { | 588 { |
| 605 "cmd": [ | 589 "cmd": [ |
| 606 "python", | 590 "python", |
| 607 "-u", | 591 "-u", |
| 608 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 592 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 609 "--show-path", | 593 "--show-path", |
| 610 "python", | 594 "python", |
| 611 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 595 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 612 "--gsutil-py-path", | 596 "--gsutil-py-path", |
| 613 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 597 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 614 "--ninja-path", | 598 "--ninja-path", |
| 615 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 599 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 616 "--target", | 600 "--target", |
| 617 "Release", | 601 "Release", |
| 618 "--src-dir", | 602 "--src-dir", |
| 619 "[SLAVE_BUILD]/src", | 603 "[CWD]/src", |
| 620 "--goma-cache-dir", | 604 "--goma-cache-dir", |
| 621 "[GOMA_CACHE]", | 605 "[ROOT]/b/build/slave/goma_cache", |
| 622 "--build-tool", | 606 "--build-tool", |
| 623 "ninja", | 607 "ninja", |
| 624 "--compiler", | 608 "--compiler", |
| 625 "goma", | 609 "goma", |
| 626 "--goma-jsonstatus", | 610 "--goma-jsonstatus", |
| 627 "/path/to/tmp/json", | 611 "/path/to/tmp/json", |
| 628 "--goma-service-account-json-file", | 612 "--goma-service-account-json-file", |
| 629 "/creds/service_accounts/service-account-goma-client.json", | 613 "/creds/service_accounts/service-account-goma-client.json", |
| 630 "--mode", | 614 "--mode", |
| 631 "official", | 615 "official", |
| 632 "--goma-dir", | 616 "--goma-dir", |
| 633 "[CACHE]/cipd/goma", | 617 "[ROOT]/b/build/slave/cache/cipd/goma", |
| 634 "--goma-hermetic", | 618 "--goma-hermetic", |
| 635 "fallback", | 619 "fallback", |
| 636 "--goma-fail-fast", | 620 "--goma-fail-fast", |
| 637 "--goma-disable-local-fallback", | 621 "--goma-disable-local-fallback", |
| 638 "--", | 622 "--", |
| 639 "chromium_builder_perf" | 623 "chromium_builder_perf" |
| 640 ], | 624 ], |
| 641 "cwd": "[SLAVE_BUILD]", | |
| 642 "env": { | 625 "env": { |
| 643 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 626 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 644 }, | 627 }, |
| 645 "name": "compile d49c331def2a3bbf3ddd0096eb51551155", | 628 "name": "compile d49c331def2a3bbf3ddd0096eb51551155", |
| 646 "~followup_annotations": [ | 629 "~followup_annotations": [ |
| 647 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 630 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 648 "@@@STEP_LOG_END@json.output (invalid)@@@" | 631 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 649 ] | 632 ] |
| 650 }, | 633 }, |
| 651 { | 634 { |
| 652 "cmd": [ | 635 "cmd": [ |
| 653 "python", | 636 "python", |
| 654 "-u", | 637 "-u", |
| 655 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 638 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 656 "--target", | 639 "--target", |
| 657 "Release", | 640 "Release", |
| 658 "--xvfb", | 641 "--xvfb", |
| 659 "--factory-properties", | 642 "--factory-properties", |
| 660 "{\"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\"}", | 643 "{\"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\"}", |
| 661 "--build-properties", | 644 "--build-properties", |
| 662 "{\"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\"}", | 645 "{\"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\"}", |
| 663 "--step-name=Performance Test (d49c331def2a3bbf3ddd0096eb51551155) 1 of 1"
, | 646 "--step-name=Performance Test (d49c331def2a3bbf3ddd0096eb51551155) 1 of 1"
, |
| 664 "--builder-name=linux_perf_bisect", | 647 "--builder-name=linux_perf_bisect", |
| 665 "--slave-name=TestSlavename", | 648 "--slave-name=TestSlavename", |
| 666 "--build-number=571", | 649 "--build-number=571", |
| 667 "--run-python-script", | 650 "--run-python-script", |
| 668 "[SLAVE_BUILD]/src/tools/perf/run_benchmark", | 651 "[CWD]/src/tools/perf/run_benchmark", |
| 669 "-v", | 652 "-v", |
| 670 "--browser=release", | 653 "--browser=release", |
| 671 "sunspider", | 654 "sunspider", |
| 672 "--upload-results", | 655 "--upload-results", |
| 673 "--results-label=d49c331def2a3bbf3ddd0096eb51551155" | 656 "--results-label=d49c331def2a3bbf3ddd0096eb51551155" |
| 674 ], | 657 ], |
| 675 "cwd": "[SLAVE_BUILD]", | |
| 676 "name": "Performance Test (d49c331def2a3bbf3ddd0096eb51551155) 1 of 1", | 658 "name": "Performance Test (d49c331def2a3bbf3ddd0096eb51551155) 1 of 1", |
| 677 "stderr": "/path/to/tmp/", | 659 "stderr": "/path/to/tmp/", |
| 678 "stdout": "/path/to/tmp/", | 660 "stdout": "/path/to/tmp/", |
| 679 "~followup_annotations": [ | 661 "~followup_annotations": [ |
| 680 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573]
ms@@@", | 662 "@@@STEP_LOG_LINE@Captured Output@*RESULT dummy: dummy= [5.83,6.013,5.573]
ms@@@", |
| 681 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@", | 663 "@@@STEP_LOG_LINE@Captured Output@Avg dummy: 5.907711ms@@@", |
| 682 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@", | 664 "@@@STEP_LOG_LINE@Captured Output@Sd dummy: 0.255921ms@@@", |
| 683 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_failed= 0 count@@@", | 665 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_failed= 0 count@@@", |
| 684 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_errored= 0 count@@@", | 666 "@@@STEP_LOG_LINE@Captured Output@RESULT telemetry_page_measurement_result
s: num_errored= 0 count@@@", |
| 685 "@@@STEP_LOG_LINE@Captured Output@@@@", | 667 "@@@STEP_LOG_LINE@Captured Output@@@@", |
| 686 "@@@STEP_LOG_LINE@Captured Output@View online at http://storage.googleapis
.com/chromium-telemetry/html-results/results-without_patch@@@", | 668 "@@@STEP_LOG_LINE@Captured Output@View online at http://storage.googleapis
.com/chromium-telemetry/html-results/results-without_patch@@@", |
| 687 "@@@STEP_LOG_END@Captured Output@@@" | 669 "@@@STEP_LOG_END@Captured Output@@@" |
| 688 ] | 670 ] |
| 689 }, | 671 }, |
| 690 { | 672 { |
| 691 "cmd": [], | 673 "cmd": [], |
| 692 "cwd": "[SLAVE_BUILD]", | |
| 693 "name": "Results", | 674 "name": "Results", |
| 694 "~followup_annotations": [ | 675 "~followup_annotations": [ |
| 695 "@@@STEP_TEXT@", | 676 "@@@STEP_TEXT@", |
| 696 "===== PERF TRY JOB RESULTS =====", | 677 "===== PERF TRY JOB RESULTS =====", |
| 697 "Test Command: src/tools/perf/run_benchmark -v --browser=release sunspider
", | 678 "Test Command: src/tools/perf/run_benchmark -v --browser=release sunspider
", |
| 698 "Test Metric: dummy/dummy", | 679 "Test Metric: dummy/dummy", |
| 699 "Relative Change: 0.00000%", | 680 "Relative Change: 0.00000%", |
| 700 "Standard Error: +- 0.18047 delta", | 681 "Standard Error: +- 0.18047 delta", |
| 701 "Revision Mean Std.Error", | 682 "Revision Mean Std.Error", |
| 702 "Patch 5.805333333330.127614436662", | 683 "Patch 5.805333333330.127614436662", |
| 703 "No Patch 5.805333333330.127614436662", | 684 "No Patch 5.805333333330.127614436662", |
| 704 "@@@", | 685 "@@@", |
| 705 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr
y/html-results/results-without_patch@@@" | 686 "@@@STEP_LINK@HTML Results@http://storage.googleapis.com/chromium-telemetr
y/html-results/results-without_patch@@@" |
| 706 ] | 687 ] |
| 707 }, | 688 }, |
| 708 { | 689 { |
| 709 "cmd": [ | 690 "cmd": [ |
| 710 "python", | 691 "python", |
| 711 "-u", | 692 "-u", |
| 712 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 693 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
| 713 ], | 694 ], |
| 714 "cwd": "[SLAVE_BUILD]", | |
| 715 "name": "Post bisect results", | 695 "name": "Post bisect results", |
| 716 "stdin": "{\"data\": {\"bisect_bot\": \"linux_perf_bisect\", \"buildbot_log_
url\": \"http://c.org/p/cr/builders/linux_perf_bisect/builds/571\", \"change\":
0.0, \"cloud_link\": \"http://storage.googleapis.com/chromium-telemetry/html-res
ults/results-without_patch\", \"command\": \"src/tools/perf/run_benchmark -v --b
rowser=release sunspider\", \"metric\": \"dummy/dummy\", \"profiler_links\": [],
\"result\": \"Revision Mean Std.Error\\nPatch 5.805333333330.12
7614436662\\nNo Patch 5.805333333330.127614436662\", \"status\": \"completed\
", \"std_err\": 0.1804740670813644, \"try_job_id\": null}, \"url\": \"https://ch
romeperf.appspot.com/post_bisect_results\"}", | 696 "stdin": "{\"data\": {\"bisect_bot\": \"linux_perf_bisect\", \"buildbot_log_
url\": \"http://c.org/p/cr/builders/linux_perf_bisect/builds/571\", \"change\":
0.0, \"cloud_link\": \"http://storage.googleapis.com/chromium-telemetry/html-res
ults/results-without_patch\", \"command\": \"src/tools/perf/run_benchmark -v --b
rowser=release sunspider\", \"metric\": \"dummy/dummy\", \"profiler_links\": [],
\"result\": \"Revision Mean Std.Error\\nPatch 5.805333333330.12
7614436662\\nNo Patch 5.805333333330.127614436662\", \"status\": \"completed\
", \"std_err\": 0.1804740670813644, \"try_job_id\": null}, \"url\": \"https://ch
romeperf.appspot.com/post_bisect_results\"}", |
| 717 "stdout": "/path/to/tmp/json", | 697 "stdout": "/path/to/tmp/json", |
| 718 "~followup_annotations": [ | 698 "~followup_annotations": [ |
| 719 "@@@STEP_LOG_LINE@json.output@{@@@", | 699 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 720 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", | 700 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", |
| 721 "@@@STEP_LOG_LINE@json.output@}@@@", | 701 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 722 "@@@STEP_LOG_END@json.output@@@" | 702 "@@@STEP_LOG_END@json.output@@@" |
| 723 ] | 703 ] |
| 724 }, | 704 }, |
| 725 { | 705 { |
| 726 "name": "$result", | 706 "name": "$result", |
| 727 "recipe_result": null, | 707 "recipe_result": null, |
| 728 "status_code": 0 | 708 "status_code": 0 |
| 729 } | 709 } |
| 730 ] | 710 ] |
| OLD | NEW |