| 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 "chromium.webkit", | 8 "chromium.webkit", |
| 9 "--builder", | 9 "--builder", |
| 10 "WebKit Mac10.9", | 10 "WebKit Mac10.9", |
| 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', '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'}]", | 14 "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_url': 'svn://
svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.c
hromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src',
'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]", |
| 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 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "src@HEAD", | 24 "src@HEAD", |
| 25 "--revision", | 25 "--revision", |
| 26 "src/third_party/WebKit@HEAD", | 26 "src/third_party/WebKit@HEAD", |
| 27 "--force", | 27 "--force", |
| 28 "--output_manifest" | 28 "--output_manifest" |
| 29 ], | 29 ], |
| 30 "cwd": "[SLAVE_BUILD]", | |
| 31 "env": { | 30 "env": { |
| 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 33 }, | 32 }, |
| 34 "name": "bot_update", | 33 "name": "bot_update", |
| 35 "~followup_annotations": [ | 34 "~followup_annotations": [ |
| 36 "@@@STEP_TEXT@Some step text@@@", | 35 "@@@STEP_TEXT@Some step text@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@{@@@", | 36 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 40 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\", @@@", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", | 94 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671
d43e399\"@@@", |
| 96 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", | 95 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@
@", |
| 97 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 96 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 98 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 97 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 99 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, | 98 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
, |
| 100 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 99 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 101 ] | 100 ] |
| 102 }, | 101 }, |
| 103 { | 102 { |
| 104 "cmd": [], | 103 "cmd": [], |
| 105 "cwd": "[SLAVE_BUILD]", | |
| 106 "name": "ensure_goma" | 104 "name": "ensure_goma" |
| 107 }, | 105 }, |
| 108 { | 106 { |
| 109 "cmd": [ | 107 "cmd": [ |
| 110 "python", | 108 "python", |
| 111 "-u", | 109 "-u", |
| 112 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 110 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 113 "--platform", | 111 "--platform", |
| 114 "mac-amd64", | 112 "mac-amd64", |
| 115 "--dest-directory", | 113 "--dest-directory", |
| 116 "[SLAVE_BUILD]/cipd", | 114 "[CWD]/cipd", |
| 117 "--json-output", | 115 "--json-output", |
| 118 "/path/to/tmp/json" | 116 "/path/to/tmp/json" |
| 119 ], | 117 ], |
| 120 "cwd": "[SLAVE_BUILD]", | |
| 121 "name": "ensure_goma.install cipd", | 118 "name": "ensure_goma.install cipd", |
| 122 "~followup_annotations": [ | 119 "~followup_annotations": [ |
| 123 "@@@STEP_NEST_LEVEL@1@@@", | 120 "@@@STEP_NEST_LEVEL@1@@@", |
| 124 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 121 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 125 "@@@STEP_LOG_LINE@json.output@{@@@", | 122 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 126 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", | 123 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", |
| 127 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 124 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 128 "@@@STEP_LOG_LINE@json.output@}@@@", | 125 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 129 "@@@STEP_LOG_END@json.output@@@" | 126 "@@@STEP_LOG_END@json.output@@@" |
| 130 ] | 127 ] |
| 131 }, | 128 }, |
| 132 { | 129 { |
| 133 "cmd": [ | 130 "cmd": [ |
| 134 "[SLAVE_BUILD]/cipd/cipd", | 131 "fake_slave_build/cipd", |
| 135 "ensure", | 132 "ensure", |
| 136 "--root", | 133 "--root", |
| 137 "[CACHE]/cipd/goma", | 134 "[ROOT]/b/build/slave/cache/cipd/goma", |
| 138 "--list", | 135 "--list", |
| 139 "infra_internal/goma/client/mac-amd64 release", | 136 "infra_internal/goma/client/mac-amd64 release", |
| 140 "--json-output", | 137 "--json-output", |
| 141 "/path/to/tmp/json", | 138 "/path/to/tmp/json", |
| 142 "--service-account-json", | 139 "--service-account-json", |
| 143 "/creds/service_accounts/service-account-goma-client.json" | 140 "/creds/service_accounts/service-account-goma-client.json" |
| 144 ], | 141 ], |
| 145 "cwd": "[SLAVE_BUILD]", | |
| 146 "name": "ensure_goma.ensure_installed", | 142 "name": "ensure_goma.ensure_installed", |
| 147 "~followup_annotations": [ | 143 "~followup_annotations": [ |
| 148 "@@@STEP_NEST_LEVEL@1@@@", | 144 "@@@STEP_NEST_LEVEL@1@@@", |
| 149 "@@@STEP_LOG_LINE@json.output@{@@@", | 145 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 150 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 146 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 151 "@@@STEP_LOG_LINE@json.output@ {@@@", | 147 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 152 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 148 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 153 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", | 149 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/mac-amd64\"@@@", |
| 154 "@@@STEP_LOG_LINE@json.output@ }@@@", | 150 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 155 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 151 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 156 "@@@STEP_LOG_LINE@json.output@}@@@", | 152 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 157 "@@@STEP_LOG_END@json.output@@@" | 153 "@@@STEP_LOG_END@json.output@@@" |
| 158 ] | 154 ] |
| 159 }, | 155 }, |
| 160 { | 156 { |
| 161 "cmd": [ | 157 "cmd": [ |
| 162 "python", | 158 "python", |
| 163 "-u", | 159 "-u", |
| 164 "[SLAVE_BUILD]/src/tools/swarming_client/swarming.py", | 160 "[CWD]/src/tools/swarming_client/swarming.py", |
| 165 "--version" | 161 "--version" |
| 166 ], | 162 ], |
| 167 "cwd": "[SLAVE_BUILD]", | |
| 168 "name": "swarming.py --version", | 163 "name": "swarming.py --version", |
| 169 "stdout": "/path/to/tmp/", | 164 "stdout": "/path/to/tmp/", |
| 170 "~followup_annotations": [ | 165 "~followup_annotations": [ |
| 171 "@@@STEP_TEXT@0.4.10@@@" | 166 "@@@STEP_TEXT@0.4.10@@@" |
| 172 ] | 167 ] |
| 173 }, | 168 }, |
| 174 { | 169 { |
| 175 "cmd": [ | 170 "cmd": [ |
| 176 "python", | 171 "python", |
| 177 "-u", | 172 "-u", |
| 178 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 173 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 179 "runhooks" | 174 "runhooks" |
| 180 ], | 175 ], |
| 181 "cwd": "[SLAVE_BUILD]", | |
| 182 "env": { | 176 "env": { |
| 183 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 177 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 184 "GYP_CHROMIUM_NO_ACTION": "1", | 178 "GYP_CHROMIUM_NO_ACTION": "1", |
| 185 "GYP_DEFINES": "clang=1 component=static_library gomadir='[CACHE]/cipd/gom
a' target_arch=x64 test_isolation_mode=prepare use_goma=1", | 179 "GYP_DEFINES": "clang=1 component=static_library gomadir='[ROOT]/b/build/s
lave/cache/cipd/goma' target_arch=x64 test_isolation_mode=prepare use_goma=1", |
| 186 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 180 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 187 }, | 181 }, |
| 188 "name": "gclient runhooks" | 182 "name": "gclient runhooks" |
| 189 }, | 183 }, |
| 190 { | 184 { |
| 191 "cmd": [ | 185 "cmd": [ |
| 192 "python", | 186 "python", |
| 193 "-u", | 187 "-u", |
| 194 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 188 "[CWD]/src/testing/scripts/get_compile_targets.py", |
| 195 "--output", | 189 "--output", |
| 196 "/path/to/tmp/json", | 190 "/path/to/tmp/json", |
| 197 "--", | 191 "--", |
| 198 "--build-config-fs", | 192 "--build-config-fs", |
| 199 "Release", | 193 "Release", |
| 200 "--paths", | 194 "--paths", |
| 201 "{\"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO
[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/s
cripts/slave/runtest.py\"}", | 195 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", |
| 202 "--properties", | 196 "--properties", |
| 203 "{\"buildername\": \"WebKit Mac10.9\", \"buildnumber\": 571, \"mastername\
": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"mac\"}" | 197 "{\"buildername\": \"WebKit Mac10.9\", \"buildnumber\": 571, \"mastername\
": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\": \
"mac\"}" |
| 204 ], | 198 ], |
| 205 "cwd": "[SLAVE_BUILD]", | |
| 206 "name": "get compile targets for scripts", | 199 "name": "get compile targets for scripts", |
| 207 "~followup_annotations": [ | 200 "~followup_annotations": [ |
| 208 "@@@STEP_LOG_LINE@json.output@{}@@@", | 201 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 209 "@@@STEP_LOG_END@json.output@@@" | 202 "@@@STEP_LOG_END@json.output@@@" |
| 210 ] | 203 ] |
| 211 }, | 204 }, |
| 212 { | 205 { |
| 213 "cmd": [ | 206 "cmd": [ |
| 214 "python", | 207 "python", |
| 215 "-u", | 208 "-u", |
| 216 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 209 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 217 "[SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.json", | 210 "[CWD]/src/testing/buildbot/chromium.webkit.json", |
| 218 "/path/to/tmp/json" | 211 "/path/to/tmp/json" |
| 219 ], | 212 ], |
| 220 "cwd": "[SLAVE_BUILD]", | |
| 221 "name": "read test spec", | 213 "name": "read test spec", |
| 222 "~followup_annotations": [ | 214 "~followup_annotations": [ |
| 223 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.webkit.jso
n@@@", | 215 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.webkit.json@@@", |
| 224 "@@@STEP_LOG_LINE@json.output@{}@@@", | 216 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 225 "@@@STEP_LOG_END@json.output@@@" | 217 "@@@STEP_LOG_END@json.output@@@" |
| 226 ] | 218 ] |
| 227 }, | 219 }, |
| 228 { | 220 { |
| 229 "cmd": [ | 221 "cmd": [ |
| 230 "python", | 222 "python", |
| 231 "-u", | 223 "-u", |
| 232 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 224 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 233 "--show-path", | 225 "--show-path", |
| 234 "python", | 226 "python", |
| 235 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 227 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 236 ], | 228 ], |
| 237 "cwd": "[SLAVE_BUILD]", | |
| 238 "name": "cleanup_temp" | 229 "name": "cleanup_temp" |
| 239 }, | 230 }, |
| 240 { | 231 { |
| 241 "cmd": [ | 232 "cmd": [ |
| 242 "python", | 233 "python", |
| 243 "-u", | 234 "-u", |
| 244 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 235 "[CWD]/src/tools/mb/mb.py", |
| 245 "gen", | 236 "gen", |
| 246 "-m", | 237 "-m", |
| 247 "chromium.webkit", | 238 "chromium.webkit", |
| 248 "-b", | 239 "-b", |
| 249 "WebKit Mac10.9", | 240 "WebKit Mac10.9", |
| 250 "--config-file", | 241 "--config-file", |
| 251 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 242 "[CWD]/src/tools/mb/mb_config.pyl", |
| 252 "--goma-dir", | 243 "--goma-dir", |
| 253 "[CACHE]/cipd/goma", | 244 "[ROOT]/b/build/slave/cache/cipd/goma", |
| 254 "//out/Release" | 245 "//out/Release" |
| 255 ], | 246 ], |
| 256 "cwd": "[SLAVE_BUILD]", | |
| 257 "name": "generate_build_files" | 247 "name": "generate_build_files" |
| 258 }, | 248 }, |
| 259 { | 249 { |
| 260 "allow_subannotations": true, | 250 "allow_subannotations": true, |
| 261 "cmd": [ | 251 "cmd": [ |
| 262 "python", | 252 "python", |
| 263 "-u", | 253 "-u", |
| 264 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 254 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 265 "--src-dir", | 255 "--src-dir", |
| 266 "[SLAVE_BUILD]/src", | 256 "[CWD]/src", |
| 267 "--output-json", | 257 "--output-json", |
| 268 "/path/to/tmp/json" | 258 "/path/to/tmp/json" |
| 269 ], | 259 ], |
| 270 "cwd": "[SLAVE_BUILD]", | |
| 271 "env": { | 260 "env": { |
| 272 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 261 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 273 }, | 262 }, |
| 274 "name": "clang_revision", | 263 "name": "clang_revision", |
| 275 "~followup_annotations": [ | 264 "~followup_annotations": [ |
| 276 "@@@STEP_LOG_LINE@json.output@{@@@", | 265 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 277 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 266 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 278 "@@@STEP_LOG_LINE@json.output@}@@@", | 267 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 279 "@@@STEP_LOG_END@json.output@@@" | 268 "@@@STEP_LOG_END@json.output@@@" |
| 280 ] | 269 ] |
| 281 }, | 270 }, |
| 282 { | 271 { |
| 283 "cmd": [ | 272 "cmd": [ |
| 284 "python", | 273 "python", |
| 285 "-u", | 274 "-u", |
| 286 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 275 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 287 "--show-path", | 276 "--show-path", |
| 288 "python", | 277 "python", |
| 289 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 278 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 290 "--gsutil-py-path", | 279 "--gsutil-py-path", |
| 291 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 280 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 292 "--ninja-path", | 281 "--ninja-path", |
| 293 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 282 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 294 "--target", | 283 "--target", |
| 295 "Release", | 284 "Release", |
| 296 "--src-dir", | 285 "--src-dir", |
| 297 "[SLAVE_BUILD]/src", | 286 "[CWD]/src", |
| 298 "--goma-cache-dir", | 287 "--goma-cache-dir", |
| 299 "[GOMA_CACHE]", | 288 "[ROOT]/b/build/slave/goma_cache", |
| 300 "--build-tool", | 289 "--build-tool", |
| 301 "ninja", | 290 "ninja", |
| 302 "--build-data-dir", | 291 "--build-data-dir", |
| 303 "[ROOT]/build_data_dir", | 292 "[ROOT]/build_data_dir", |
| 304 "--compiler", | 293 "--compiler", |
| 305 "goma-clang", | 294 "goma-clang", |
| 306 "--goma-jsonstatus", | 295 "--goma-jsonstatus", |
| 307 "/path/to/tmp/json", | 296 "/path/to/tmp/json", |
| 308 "--goma-service-account-json-file", | 297 "--goma-service-account-json-file", |
| 309 "/creds/service_accounts/service-account-goma-client.json", | 298 "/creds/service_accounts/service-account-goma-client.json", |
| 310 "--goma-dir", | 299 "--goma-dir", |
| 311 "[CACHE]/cipd/goma", | 300 "[ROOT]/b/build/slave/cache/cipd/goma", |
| 312 "--", | 301 "--", |
| 313 "blink_tests" | 302 "blink_tests" |
| 314 ], | 303 ], |
| 315 "cwd": "[SLAVE_BUILD]", | |
| 316 "env": { | 304 "env": { |
| 317 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 305 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 318 }, | 306 }, |
| 319 "name": "compile", | 307 "name": "compile", |
| 320 "~followup_annotations": [ | 308 "~followup_annotations": [ |
| 321 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 309 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 322 "@@@STEP_LOG_END@json.output (invalid)@@@" | 310 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 323 ] | 311 ] |
| 324 }, | 312 }, |
| 325 { | 313 { |
| (...skipping 11 matching lines...) Expand all Loading... |
| 337 "gs://chromium-webkit-archive/chromium.webkit/WebKit Mac10.9", | 325 "gs://chromium-webkit-archive/chromium.webkit/WebKit Mac10.9", |
| 338 "--build_revision", | 326 "--build_revision", |
| 339 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 327 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 340 "--gs-acl", | 328 "--gs-acl", |
| 341 "public-read", | 329 "public-read", |
| 342 "--factory-properties", | 330 "--factory-properties", |
| 343 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Mac10.9\"
, \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.
webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 331 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Mac10.9\"
, \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.
webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 344 "--build-properties", | 332 "--build-properties", |
| 345 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Mac10.9\"
, \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.
webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" | 333 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Mac10.9\"
, \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.
webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}" |
| 346 ], | 334 ], |
| 347 "cwd": "[SLAVE_BUILD]", | |
| 348 "name": "package build" | 335 "name": "package build" |
| 349 }, | 336 }, |
| 350 { | 337 { |
| 351 "cmd": [ | 338 "cmd": [ |
| 352 "python", | 339 "python", |
| 353 "-u", | 340 "-u", |
| 354 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 341 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 355 "--target", | 342 "--target", |
| 356 "Release", | 343 "Release", |
| 357 "--factory-properties", | 344 "--factory-properties", |
| 358 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Mac10.9\"
, \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.
webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 345 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Mac10.9\"
, \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.
webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 359 "--build-properties", | 346 "--build-properties", |
| 360 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Mac10.9\"
, \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.
webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 347 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Mac10.9\"
, \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromium.
webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename\":
\"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 361 "--step-name=webkit_tests", | 348 "--step-name=webkit_tests", |
| 362 "--builder-name=WebKit Mac10.9", | 349 "--builder-name=WebKit Mac10.9", |
| 363 "--slave-name=TestSlavename", | 350 "--slave-name=TestSlavename", |
| 364 "--build-number=571", | 351 "--build-number=571", |
| 365 "--run-python-script", | 352 "--run-python-script", |
| 366 "[BUILD]/scripts/slave/chromium/layout_test_wrapper.py", | 353 "[ROOT]/b/build/scripts/slave/chromium/layout_test_wrapper.py", |
| 367 "--target", | 354 "--target", |
| 368 "Release", | 355 "Release", |
| 369 "-o", | 356 "-o", |
| 370 "[SLAVE_BUILD]/layout-test-results", | 357 "[CWD]/layout-test-results", |
| 371 "--build-dir", | 358 "--build-dir", |
| 372 "[SLAVE_BUILD]/src/out", | 359 "[CWD]/src/out", |
| 373 "--json-test-results", | 360 "--json-test-results", |
| 374 "/path/to/tmp/json", | 361 "/path/to/tmp/json", |
| 375 "--test-results-server", | 362 "--test-results-server", |
| 376 "test-results.appspot.com", | 363 "test-results.appspot.com", |
| 377 "--build-number", | 364 "--build-number", |
| 378 "571", | 365 "571", |
| 379 "--builder-name", | 366 "--builder-name", |
| 380 "WebKit Mac10.9", | 367 "WebKit Mac10.9", |
| 381 "--step-name", | 368 "--step-name", |
| 382 "webkit_tests" | 369 "webkit_tests" |
| 383 ], | 370 ], |
| 384 "cwd": "[SLAVE_BUILD]", | |
| 385 "name": "webkit_tests", | 371 "name": "webkit_tests", |
| 386 "~followup_annotations": [ | 372 "~followup_annotations": [ |
| 387 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 373 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
| 388 ] | 374 ] |
| 389 }, | 375 }, |
| 390 { | 376 { |
| 391 "cmd": [ | 377 "cmd": [ |
| 392 "python", | 378 "python", |
| 393 "-u", | 379 "-u", |
| 394 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", | 380 "[ROOT]/b/build/scripts/slave/chromium/archive_layout_test_results.py", |
| 395 "--results-dir", | 381 "--results-dir", |
| 396 "[SLAVE_BUILD]/layout-test-results", | 382 "[CWD]/layout-test-results", |
| 397 "--build-dir", | 383 "--build-dir", |
| 398 "[SLAVE_BUILD]/src/out", | 384 "[CWD]/src/out", |
| 399 "--build-number", | 385 "--build-number", |
| 400 "571", | 386 "571", |
| 401 "--builder-name", | 387 "--builder-name", |
| 402 "WebKit Mac10.9", | 388 "WebKit Mac10.9", |
| 403 "--gs-bucket", | 389 "--gs-bucket", |
| 404 "gs://chromium-layout-test-archives", | 390 "gs://chromium-layout-test-archives", |
| 405 "--gs-acl", | 391 "--gs-acl", |
| 406 "public-read" | 392 "public-read" |
| 407 ], | 393 ], |
| 408 "cwd": "[SLAVE_BUILD]", | |
| 409 "name": "archive_webkit_tests_results", | 394 "name": "archive_webkit_tests_results", |
| 410 "~followup_annotations": [ | 395 "~followup_annotations": [ |
| 411 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@", | 396 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Mac10_9/571/layout-test-results/results.html@@@", |
| 412 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Mac10_9/571/layout-test-results.zip@@@" | 397 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Mac10_9/571/layout-test-results.zip@@@" |
| 413 ] | 398 ] |
| 414 }, | 399 }, |
| 415 { | 400 { |
| 416 "name": "$result", | 401 "name": "$result", |
| 417 "recipe_result": null, | 402 "recipe_result": null, |
| 418 "status_code": 0 | 403 "status_code": 0 |
| 419 } | 404 } |
| 420 ] | 405 ] |
| OLD | NEW |