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