| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", |
| 8 "name": "taskkill" | 9 "name": "taskkill" |
| 9 }, | 10 }, |
| 10 { | 11 { |
| 11 "cmd": [ | 12 "cmd": [ |
| 12 "python", | 13 "python", |
| 13 "-u", | 14 "-u", |
| 14 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", | 15 "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| 15 "--master", | 16 "--master", |
| 16 "chromium.chrome", | 17 "chromium.chrome", |
| 17 "--builder", | 18 "--builder", |
| 18 "Google Chrome Win", | 19 "Google Chrome Win", |
| 19 "--slave", | 20 "--slave", |
| 20 "TestSlavename", | 21 "TestSlavename", |
| 21 "--spec", | 22 "--spec", |
| 22 "cache_dir = '[ROOT]\\\\b\\\\build\\\\slave\\\\cache_dir'\nsolutions = [{'
custom_vars': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_
trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_u
rl': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-m
irror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}, {'cus
tom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/ch
rome/test/data/firefox2_searchplugins': None, 'src/chrome/test/data/firefox3_pro
file/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/data/plugin': None, 'src/chrome/test/data/ssl/certs':
None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_por
ts': None, 'src/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src
/data/page_cycler': None, 'src/data/selenium_core': None, 'src/data/tab_switchin
g': 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/plugins':
None, 'src/webkit/data/xbm_decoder': None}, 'deps_file': 'DEPS', 'managed': Tru
e, 'name': 'src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrome-int
ernal/trunk/src-internal'}]", | 23 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url'
: 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo.
chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr
omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t
runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m
irror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/da
ta/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchp
lugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src
/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': No
ne, '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_tes
t': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/
data/selenium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/
test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_deco
der': None, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_dec
oder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url
': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}]", |
| 23 "--root", | 24 "--root", |
| 24 "src", | 25 "src", |
| 25 "--revision_mapping_file", | 26 "--revision_mapping_file", |
| 26 "{\"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\"}", | 27 "{\"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\"}", |
| 27 "--git-cache-dir", | 28 "--git-cache-dir", |
| 28 "[ROOT]\\b\\build\\slave\\cache_dir", | 29 "[GIT_CACHE]", |
| 29 "--output_json", | 30 "--output_json", |
| 30 "/path/to/tmp/json", | 31 "/path/to/tmp/json", |
| 31 "--revision", | 32 "--revision", |
| 32 "src@HEAD", | 33 "src@HEAD", |
| 33 "--force", | 34 "--force", |
| 34 "--output_manifest" | 35 "--output_manifest" |
| 35 ], | 36 ], |
| 37 "cwd": "[SLAVE_BUILD]", |
| 36 "env": { | 38 "env": { |
| 37 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 39 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 38 }, | 40 }, |
| 39 "name": "bot_update", | 41 "name": "bot_update", |
| 40 "~followup_annotations": [ | 42 "~followup_annotations": [ |
| 41 "@@@STEP_TEXT@Some step text@@@", | 43 "@@@STEP_TEXT@Some step text@@@", |
| 42 "@@@STEP_LOG_LINE@json.output@{@@@", | 44 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 43 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 45 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 44 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 46 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 45 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 47 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 101 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 100 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 102 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 101 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 103 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 102 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 104 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 103 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 105 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 104 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 106 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 105 ] | 107 ] |
| 106 }, | 108 }, |
| 107 { | 109 { |
| 108 "cmd": [], | 110 "cmd": [], |
| 111 "cwd": "[SLAVE_BUILD]", |
| 109 "name": "ensure_goma" | 112 "name": "ensure_goma" |
| 110 }, | 113 }, |
| 111 { | 114 { |
| 112 "cmd": [ | 115 "cmd": [ |
| 113 "python", | 116 "python", |
| 114 "-u", | 117 "-u", |
| 115 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", | 118 "RECIPE_MODULE[build::cipd]\\resources\\bootstrap.py", |
| 116 "--platform", | 119 "--platform", |
| 117 "windows-386", | 120 "windows-386", |
| 118 "--dest-directory", | 121 "--dest-directory", |
| 119 "[CWD]\\cipd", | 122 "[SLAVE_BUILD]\\cipd", |
| 120 "--json-output", | 123 "--json-output", |
| 121 "/path/to/tmp/json" | 124 "/path/to/tmp/json" |
| 122 ], | 125 ], |
| 126 "cwd": "[SLAVE_BUILD]", |
| 123 "name": "ensure_goma.install cipd", | 127 "name": "ensure_goma.install cipd", |
| 124 "~followup_annotations": [ | 128 "~followup_annotations": [ |
| 125 "@@@STEP_NEST_LEVEL@1@@@", | 129 "@@@STEP_NEST_LEVEL@1@@@", |
| 126 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 130 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 127 "@@@STEP_LOG_LINE@json.output@{@@@", | 131 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 128 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 132 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]\\\\cipd\\\
\cipd\", @@@", |
| 129 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 133 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 130 "@@@STEP_LOG_LINE@json.output@}@@@", | 134 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 131 "@@@STEP_LOG_END@json.output@@@" | 135 "@@@STEP_LOG_END@json.output@@@" |
| 132 ] | 136 ] |
| 133 }, | 137 }, |
| 134 { | 138 { |
| 135 "cmd": [ | 139 "cmd": [ |
| 136 "fake_slave_build/cipd", | 140 "[SLAVE_BUILD]\\cipd\\cipd", |
| 137 "ensure", | 141 "ensure", |
| 138 "--root", | 142 "--root", |
| 139 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 143 "[CACHE]\\cipd\\goma", |
| 140 "--list", | 144 "--list", |
| 141 "infra_internal/goma/client/windows-amd64 release", | 145 "infra_internal/goma/client/windows-amd64 release", |
| 142 "--json-output", | 146 "--json-output", |
| 143 "/path/to/tmp/json", | 147 "/path/to/tmp/json", |
| 144 "--service-account-json", | 148 "--service-account-json", |
| 145 "C:\\creds\\service_accounts\\service-account-goma-client.json" | 149 "C:\\creds\\service_accounts\\service-account-goma-client.json" |
| 146 ], | 150 ], |
| 151 "cwd": "[SLAVE_BUILD]", |
| 147 "name": "ensure_goma.ensure_installed", | 152 "name": "ensure_goma.ensure_installed", |
| 148 "~followup_annotations": [ | 153 "~followup_annotations": [ |
| 149 "@@@STEP_NEST_LEVEL@1@@@", | 154 "@@@STEP_NEST_LEVEL@1@@@", |
| 150 "@@@STEP_LOG_LINE@json.output@{@@@", | 155 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 151 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 156 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 152 "@@@STEP_LOG_LINE@json.output@ {@@@", | 157 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 153 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 158 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 154 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", | 159 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/windows-amd64\"@@@", |
| 155 "@@@STEP_LOG_LINE@json.output@ }@@@", | 160 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 156 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 161 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 157 "@@@STEP_LOG_LINE@json.output@}@@@", | 162 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 158 "@@@STEP_LOG_END@json.output@@@" | 163 "@@@STEP_LOG_END@json.output@@@" |
| 159 ] | 164 ] |
| 160 }, | 165 }, |
| 161 { | 166 { |
| 162 "cmd": [ | 167 "cmd": [ |
| 163 "python", | 168 "python", |
| 164 "-u", | 169 "-u", |
| 165 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", | 170 "RECIPE_PACKAGE_REPO[depot_tools]\\gclient.py", |
| 166 "runhooks" | 171 "runhooks" |
| 167 ], | 172 ], |
| 173 "cwd": "[SLAVE_BUILD]", |
| 168 "env": { | 174 "env": { |
| 169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 175 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 170 "GYP_CHROMIUM_NO_ACTION": "1", | 176 "GYP_CHROMIUM_NO_ACTION": "1", |
| 171 "GYP_DEFINES": "branding=Chrome buildtype=Official chromium_win_pch=0 comp
onent=static_library fastbuild=1 gomadir='[ROOT]\\b\\build\\slave\\cache\\cipd\\
goma' target_arch=ia32 use_goma=1", | 177 "GYP_DEFINES": "branding=Chrome buildtype=Official chromium_win_pch=0 comp
onent=static_library fastbuild=1 gomadir='[CACHE]\\cipd\\goma' target_arch=ia32
use_goma=1", |
| 172 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" | 178 "PATH": "%(PATH)s;RECIPE_PACKAGE_REPO[depot_tools]" |
| 173 }, | 179 }, |
| 174 "name": "gclient runhooks" | 180 "name": "gclient runhooks" |
| 175 }, | 181 }, |
| 176 { | 182 { |
| 177 "cmd": [ | 183 "cmd": [ |
| 178 "python", | 184 "python", |
| 179 "-u", | 185 "-u", |
| 180 "[CWD]\\src\\testing\\scripts\\get_compile_targets.py", | 186 "[SLAVE_BUILD]\\src\\testing\\scripts\\get_compile_targets.py", |
| 181 "--output", | 187 "--output", |
| 182 "/path/to/tmp/json", | 188 "/path/to/tmp/json", |
| 183 "--", | 189 "--", |
| 184 "--build-config-fs", | 190 "--build-config-fs", |
| 185 "Release", | 191 "Release", |
| 186 "--paths", | 192 "--paths", |
| 187 "{\"checkout\": \"[CWD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[buil
d]\\\\scripts\\\\slave\\\\runtest.py\"}", | 193 "{\"checkout\": \"[SLAVE_BUILD]\\\\src\", \"runit.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\tools\\\\runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_R
EPO[build]\\\\scripts\\\\slave\\\\runtest.py\"}", |
| 188 "--properties", | 194 "--properties", |
| 189 "{\"buildername\": \"Google Chrome Win\", \"buildnumber\": 571, \"masterna
me\": \"chromium.chrome\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"win\"}" | 195 "{\"buildername\": \"Google Chrome Win\", \"buildnumber\": 571, \"masterna
me\": \"chromium.chrome\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"win\"}" |
| 190 ], | 196 ], |
| 197 "cwd": "[SLAVE_BUILD]", |
| 191 "name": "get compile targets for scripts", | 198 "name": "get compile targets for scripts", |
| 192 "~followup_annotations": [ | 199 "~followup_annotations": [ |
| 193 "@@@STEP_LOG_LINE@json.output@{}@@@", | 200 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 194 "@@@STEP_LOG_END@json.output@@@" | 201 "@@@STEP_LOG_END@json.output@@@" |
| 195 ] | 202 ] |
| 196 }, | 203 }, |
| 197 { | 204 { |
| 198 "cmd": [ | 205 "cmd": [ |
| 199 "python", | 206 "python", |
| 200 "-u", | 207 "-u", |
| 201 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 208 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 202 "[CWD]\\src\\testing\\buildbot\\chromium.chrome.json", | 209 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.chrome.json", |
| 203 "/path/to/tmp/json" | 210 "/path/to/tmp/json" |
| 204 ], | 211 ], |
| 212 "cwd": "[SLAVE_BUILD]", |
| 205 "name": "read test spec", | 213 "name": "read test spec", |
| 206 "~followup_annotations": [ | 214 "~followup_annotations": [ |
| 207 "@@@STEP_TEXT@path: [CWD]\\src\\testing\\buildbot\\chromium.chrome.json@@@
", | 215 "@@@STEP_TEXT@path: [SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.chrome
.json@@@", |
| 208 "@@@STEP_LOG_LINE@json.output@{}@@@", | 216 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 209 "@@@STEP_LOG_END@json.output@@@" | 217 "@@@STEP_LOG_END@json.output@@@" |
| 210 ] | 218 ] |
| 211 }, | 219 }, |
| 212 { | 220 { |
| 213 "cmd": [ | 221 "cmd": [ |
| 214 "python", | 222 "python", |
| 215 "-u", | 223 "-u", |
| 216 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 224 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 217 "--show-path", | 225 "--show-path", |
| 218 "python", | 226 "python", |
| 219 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" | 227 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\cleanup_temp.py" |
| 220 ], | 228 ], |
| 229 "cwd": "[SLAVE_BUILD]", |
| 221 "name": "cleanup_temp" | 230 "name": "cleanup_temp" |
| 222 }, | 231 }, |
| 223 { | 232 { |
| 224 "cmd": [ | 233 "cmd": [ |
| 225 "python", | 234 "python", |
| 226 "-u", | 235 "-u", |
| 227 "[CWD]\\src\\tools\\mb\\mb.py", | 236 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py", |
| 228 "gen", | 237 "gen", |
| 229 "-m", | 238 "-m", |
| 230 "chromium.chrome", | 239 "chromium.chrome", |
| 231 "-b", | 240 "-b", |
| 232 "Google Chrome Win", | 241 "Google Chrome Win", |
| 233 "--config-file", | 242 "--config-file", |
| 234 "[CWD]\\src\\tools\\mb\\mb_config.pyl", | 243 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 235 "--goma-dir", | 244 "--goma-dir", |
| 236 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 245 "[CACHE]\\cipd\\goma", |
| 237 "//out/Release" | 246 "//out/Release" |
| 238 ], | 247 ], |
| 248 "cwd": "[SLAVE_BUILD]", |
| 239 "name": "generate_build_files" | 249 "name": "generate_build_files" |
| 240 }, | 250 }, |
| 241 { | 251 { |
| 242 "cmd": [ | 252 "cmd": [ |
| 243 "python", | 253 "python", |
| 244 "-u", | 254 "-u", |
| 245 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 255 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 246 "--show-path", | 256 "--show-path", |
| 247 "python", | 257 "python", |
| 248 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 258 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 249 "--gsutil-py-path", | 259 "--gsutil-py-path", |
| 250 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 260 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 251 "--ninja-path", | 261 "--ninja-path", |
| 252 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 262 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 253 "--target", | 263 "--target", |
| 254 "Release", | 264 "Release", |
| 255 "--src-dir", | 265 "--src-dir", |
| 256 "[CWD]\\src", | 266 "[SLAVE_BUILD]\\src", |
| 257 "--goma-cache-dir", | 267 "--goma-cache-dir", |
| 258 "[ROOT]\\b\\build\\slave\\goma_cache", | 268 "[GOMA_CACHE]", |
| 259 "--build-tool", | 269 "--build-tool", |
| 260 "ninja", | 270 "ninja", |
| 261 "--build-data-dir", | 271 "--build-data-dir", |
| 262 "[ROOT]\\build_data_dir", | 272 "[ROOT]\\build_data_dir", |
| 263 "--compiler", | 273 "--compiler", |
| 264 "goma", | 274 "goma", |
| 265 "--goma-jsonstatus", | 275 "--goma-jsonstatus", |
| 266 "/path/to/tmp/json", | 276 "/path/to/tmp/json", |
| 267 "--goma-service-account-json-file", | 277 "--goma-service-account-json-file", |
| 268 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 278 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 269 "--mode", | 279 "--mode", |
| 270 "official", | 280 "official", |
| 271 "--goma-dir", | 281 "--goma-dir", |
| 272 "[ROOT]\\b\\build\\slave\\cache\\cipd\\goma", | 282 "[CACHE]\\cipd\\goma", |
| 273 "--clobber", | 283 "--clobber", |
| 274 "--", | 284 "--", |
| 275 "chrome", | 285 "chrome", |
| 276 "chrome_official_builder_no_unittests" | 286 "chrome_official_builder_no_unittests" |
| 277 ], | 287 ], |
| 288 "cwd": "[SLAVE_BUILD]", |
| 278 "env": { | 289 "env": { |
| 279 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 290 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 280 }, | 291 }, |
| 281 "name": "compile", | 292 "name": "compile", |
| 282 "~followup_annotations": [ | 293 "~followup_annotations": [ |
| 283 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 294 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 284 "@@@STEP_LOG_END@json.output (invalid)@@@" | 295 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 285 ] | 296 ] |
| 286 }, | 297 }, |
| 287 { | 298 { |
| (...skipping 17 matching lines...) Expand all Loading... |
| 305 "--annotate=graphing", | 316 "--annotate=graphing", |
| 306 "--results-url=https://chromeperf.appspot.com", | 317 "--results-url=https://chromeperf.appspot.com", |
| 307 "--perf-dashboard-id=sizes", | 318 "--perf-dashboard-id=sizes", |
| 308 "--perf-id=Google Chrome Win", | 319 "--perf-id=Google Chrome Win", |
| 309 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py", | 320 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py", |
| 310 "--target", | 321 "--target", |
| 311 "Release", | 322 "Release", |
| 312 "--platform", | 323 "--platform", |
| 313 "win" | 324 "win" |
| 314 ], | 325 ], |
| 326 "cwd": "[SLAVE_BUILD]", |
| 315 "name": "sizes" | 327 "name": "sizes" |
| 316 }, | 328 }, |
| 317 { | 329 { |
| 318 "cmd": [ | 330 "cmd": [ |
| 319 "python", | 331 "python", |
| 320 "-u", | 332 "-u", |
| 321 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | 333 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", |
| 322 "--target", | 334 "--target", |
| 323 "Release" | 335 "Release" |
| 324 ], | 336 ], |
| 337 "cwd": "[SLAVE_BUILD]", |
| 325 "name": "process_dumps" | 338 "name": "process_dumps" |
| 326 }, | 339 }, |
| 327 { | 340 { |
| 328 "name": "$result", | 341 "name": "$result", |
| 329 "recipe_result": null, | 342 "recipe_result": null, |
| 330 "status_code": 0 | 343 "status_code": 0 |
| 331 } | 344 } |
| 332 ] | 345 ] |
| OLD | NEW |