| 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 Linux ASAN", | 10 "WebKit Linux ASAN", |
| 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 "linux-amd64", | 112 "linux-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/linux-amd64 release", | 136 "infra_internal/goma/client/linux-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/linux-amd64\"@@@", | 149 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-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": "asan=1 clang=1 component=static_library gomadir='[CACHE]/c
ipd/goma' lsan=1 target_arch=x64 test_isolation_mode=prepare use_goma=1", | 179 "GYP_DEFINES": "asan=1 clang=1 component=static_library gomadir='[ROOT]/b/
build/slave/cache/cipd/goma' lsan=1 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 Linux ASAN\", \"buildnumber\": 571, \"masterna
me\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"linux\"}" | 197 "{\"buildername\": \"WebKit Linux ASAN\", \"buildnumber\": 571, \"masterna
me\": \"chromium.webkit\", \"slavename\": \"TestSlavename\", \"target_platform\"
: \"linux\"}" |
| 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_LINE@json.output@ \"WebKit Linux ASAN\": {@@@", | 217 "@@@STEP_LOG_LINE@json.output@ \"WebKit Linux ASAN\": {@@@", |
| 226 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", | 218 "@@@STEP_LOG_LINE@json.output@ \"gtest_tests\": [@@@", |
| 227 "@@@STEP_LOG_LINE@json.output@ {@@@", | 219 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 228 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", | 220 "@@@STEP_LOG_LINE@json.output@ \"swarming\": {@@@", |
| 229 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", | 221 "@@@STEP_LOG_LINE@json.output@ \"can_use_on_swarming_builders\":
true@@@", |
| 230 "@@@STEP_LOG_LINE@json.output@ }, @@@", | 222 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 231 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", | 223 "@@@STEP_LOG_LINE@json.output@ \"test\": \"browser_tests\"@@@", |
| 232 "@@@STEP_LOG_LINE@json.output@ }@@@", | 224 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 233 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 225 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 234 "@@@STEP_LOG_LINE@json.output@ }@@@", | 226 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 235 "@@@STEP_LOG_LINE@json.output@}@@@", | 227 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 236 "@@@STEP_LOG_END@json.output@@@" | 228 "@@@STEP_LOG_END@json.output@@@" |
| 237 ] | 229 ] |
| 238 }, | 230 }, |
| 239 { | 231 { |
| 240 "cmd": [ | 232 "cmd": [ |
| 241 "python", | 233 "python", |
| 242 "-u", | 234 "-u", |
| 243 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 235 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 244 "--show-path", | 236 "--show-path", |
| 245 "python", | 237 "python", |
| 246 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 238 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 247 ], | 239 ], |
| 248 "cwd": "[SLAVE_BUILD]", | |
| 249 "name": "cleanup_temp" | 240 "name": "cleanup_temp" |
| 250 }, | 241 }, |
| 251 { | 242 { |
| 252 "cmd": [ | 243 "cmd": [ |
| 253 "python", | 244 "python", |
| 254 "-u", | 245 "-u", |
| 255 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 246 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 256 "--build-dir", | 247 "--build-dir", |
| 257 "[SLAVE_BUILD]/src/out/Release", | 248 "[CWD]/src/out/Release", |
| 258 "--clean-isolated-files" | 249 "--clean-isolated-files" |
| 259 ], | 250 ], |
| 260 "cwd": "[SLAVE_BUILD]", | |
| 261 "name": "clean isolated files" | 251 "name": "clean isolated files" |
| 262 }, | 252 }, |
| 263 { | 253 { |
| 264 "cmd": [ | 254 "cmd": [ |
| 265 "python", | 255 "python", |
| 266 "-u", | 256 "-u", |
| 267 "[SLAVE_BUILD]/src/tools/mb/mb.py", | 257 "[CWD]/src/tools/mb/mb.py", |
| 268 "gen", | 258 "gen", |
| 269 "-m", | 259 "-m", |
| 270 "chromium.webkit", | 260 "chromium.webkit", |
| 271 "-b", | 261 "-b", |
| 272 "WebKit Linux ASAN", | 262 "WebKit Linux ASAN", |
| 273 "--config-file", | 263 "--config-file", |
| 274 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", | 264 "[CWD]/src/tools/mb/mb_config.pyl", |
| 275 "--goma-dir", | 265 "--goma-dir", |
| 276 "[CACHE]/cipd/goma", | 266 "[ROOT]/b/build/slave/cache/cipd/goma", |
| 277 "--swarming-targets-file", | 267 "--swarming-targets-file", |
| 278 "browser_tests\n", | 268 "browser_tests\n", |
| 279 "//out/Release" | 269 "//out/Release" |
| 280 ], | 270 ], |
| 281 "cwd": "[SLAVE_BUILD]", | |
| 282 "name": "generate_build_files", | 271 "name": "generate_build_files", |
| 283 "~followup_annotations": [ | 272 "~followup_annotations": [ |
| 284 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 273 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 285 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 274 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 286 ] | 275 ] |
| 287 }, | 276 }, |
| 288 { | 277 { |
| 289 "allow_subannotations": true, | 278 "allow_subannotations": true, |
| 290 "cmd": [ | 279 "cmd": [ |
| 291 "python", | 280 "python", |
| 292 "-u", | 281 "-u", |
| 293 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 282 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 294 "--src-dir", | 283 "--src-dir", |
| 295 "[SLAVE_BUILD]/src", | 284 "[CWD]/src", |
| 296 "--output-json", | 285 "--output-json", |
| 297 "/path/to/tmp/json" | 286 "/path/to/tmp/json" |
| 298 ], | 287 ], |
| 299 "cwd": "[SLAVE_BUILD]", | |
| 300 "env": { | 288 "env": { |
| 301 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 289 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 302 }, | 290 }, |
| 303 "name": "clang_revision", | 291 "name": "clang_revision", |
| 304 "~followup_annotations": [ | 292 "~followup_annotations": [ |
| 305 "@@@STEP_LOG_LINE@json.output@{@@@", | 293 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 306 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 294 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 307 "@@@STEP_LOG_LINE@json.output@}@@@", | 295 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 308 "@@@STEP_LOG_END@json.output@@@" | 296 "@@@STEP_LOG_END@json.output@@@" |
| 309 ] | 297 ] |
| 310 }, | 298 }, |
| 311 { | 299 { |
| 312 "cmd": [ | 300 "cmd": [ |
| 313 "python", | 301 "python", |
| 314 "-u", | 302 "-u", |
| 315 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 303 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 316 "--show-path", | 304 "--show-path", |
| 317 "python", | 305 "python", |
| 318 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 306 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 319 "--gsutil-py-path", | 307 "--gsutil-py-path", |
| 320 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 308 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 321 "--ninja-path", | 309 "--ninja-path", |
| 322 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 310 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 323 "--target", | 311 "--target", |
| 324 "Release", | 312 "Release", |
| 325 "--src-dir", | 313 "--src-dir", |
| 326 "[SLAVE_BUILD]/src", | 314 "[CWD]/src", |
| 327 "--goma-cache-dir", | 315 "--goma-cache-dir", |
| 328 "[GOMA_CACHE]", | 316 "[ROOT]/b/build/slave/goma_cache", |
| 329 "--build-tool", | 317 "--build-tool", |
| 330 "ninja", | 318 "ninja", |
| 331 "--build-data-dir", | 319 "--build-data-dir", |
| 332 "[ROOT]/build_data_dir", | 320 "[ROOT]/build_data_dir", |
| 333 "--compiler", | 321 "--compiler", |
| 334 "goma-clang", | 322 "goma-clang", |
| 335 "--goma-jsonstatus", | 323 "--goma-jsonstatus", |
| 336 "/path/to/tmp/json", | 324 "/path/to/tmp/json", |
| 337 "--goma-service-account-json-file", | 325 "--goma-service-account-json-file", |
| 338 "/creds/service_accounts/service-account-goma-client.json", | 326 "/creds/service_accounts/service-account-goma-client.json", |
| 339 "--goma-dir", | 327 "--goma-dir", |
| 340 "[CACHE]/cipd/goma", | 328 "[ROOT]/b/build/slave/cache/cipd/goma", |
| 341 "--", | 329 "--", |
| 342 "blink_tests", | 330 "blink_tests", |
| 343 "browser_tests", | 331 "browser_tests", |
| 344 "browser_tests_run" | 332 "browser_tests_run" |
| 345 ], | 333 ], |
| 346 "cwd": "[SLAVE_BUILD]", | |
| 347 "env": { | 334 "env": { |
| 348 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 349 }, | 336 }, |
| 350 "name": "compile", | 337 "name": "compile", |
| 351 "~followup_annotations": [ | 338 "~followup_annotations": [ |
| 352 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 339 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 353 "@@@STEP_LOG_END@json.output (invalid)@@@" | 340 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 354 ] | 341 ] |
| 355 }, | 342 }, |
| 356 { | 343 { |
| 357 "cmd": [ | 344 "cmd": [ |
| 358 "python", | 345 "python", |
| 359 "-u", | 346 "-u", |
| 360 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", | 347 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", |
| 361 "--build-dir", | 348 "--build-dir", |
| 362 "[SLAVE_BUILD]/src/out/Release", | 349 "[CWD]/src/out/Release", |
| 363 "--src-dir", | 350 "--src-dir", |
| 364 "[SLAVE_BUILD]/src" | 351 "[CWD]/src" |
| 365 ], | 352 ], |
| 366 "cwd": "[SLAVE_BUILD]", | 353 "cwd": "[CWD]", |
| 367 "name": "remove_build_metadata" | 354 "name": "remove_build_metadata" |
| 368 }, | 355 }, |
| 369 { | 356 { |
| 370 "cmd": [ | 357 "cmd": [ |
| 371 "python", | 358 "python", |
| 372 "-u", | 359 "-u", |
| 373 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 360 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 374 "[SLAVE_BUILD]/src/tools/swarming_client", | 361 "[CWD]/src/tools/swarming_client", |
| 375 "batcharchive", | 362 "batcharchive", |
| 376 "--dump-json", | 363 "--dump-json", |
| 377 "/path/to/tmp/json", | 364 "/path/to/tmp/json", |
| 378 "--isolate-server", | 365 "--isolate-server", |
| 379 "https://isolateserver.appspot.com", | 366 "https://isolateserver.appspot.com", |
| 380 "--verbose", | 367 "--verbose", |
| 381 "[SLAVE_BUILD]/src/out/Release/browser_tests.isolated.gen.json" | 368 "[CWD]/src/out/Release/browser_tests.isolated.gen.json" |
| 382 ], | 369 ], |
| 383 "cwd": "[SLAVE_BUILD]", | |
| 384 "name": "isolate tests", | 370 "name": "isolate tests", |
| 385 "~followup_annotations": [ | 371 "~followup_annotations": [ |
| 386 "@@@STEP_LOG_LINE@json.output@{@@@", | 372 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 387 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 373 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
| 388 "@@@STEP_LOG_LINE@json.output@}@@@", | 374 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 389 "@@@STEP_LOG_END@json.output@@@" | 375 "@@@STEP_LOG_END@json.output@@@" |
| 390 ] | 376 ] |
| 391 }, | 377 }, |
| 392 { | 378 { |
| 393 "cmd": [ | 379 "cmd": [ |
| 394 "python", | 380 "python", |
| 395 "-u", | 381 "-u", |
| 396 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", | 382 "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py", |
| 397 "--build-dir", | 383 "--build-dir", |
| 398 "[SLAVE_BUILD]/src/out/Release", | 384 "[CWD]/src/out/Release", |
| 399 "--output-json", | 385 "--output-json", |
| 400 "/path/to/tmp/json" | 386 "/path/to/tmp/json" |
| 401 ], | 387 ], |
| 402 "cwd": "[SLAVE_BUILD]", | |
| 403 "name": "find isolated tests", | 388 "name": "find isolated tests", |
| 404 "~followup_annotations": [ | 389 "~followup_annotations": [ |
| 405 "@@@STEP_LOG_LINE@json.output@{@@@", | 390 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 406 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 391 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
| 407 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", | 392 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_2\": \"[dummy hash for dumm
y_target_2]\"@@@", |
| 408 "@@@STEP_LOG_LINE@json.output@}@@@", | 393 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 409 "@@@STEP_LOG_END@json.output@@@", | 394 "@@@STEP_LOG_END@json.output@@@", |
| 410 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" | 395 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"dummy_target_1\": \"[dummy hash for
dummy_target_1]\", \"dummy_target_2\": \"[dummy hash for dummy_target_2]\"}@@@" |
| 411 ] | 396 ] |
| 412 }, | 397 }, |
| 413 { | 398 { |
| 414 "cmd": [ | 399 "cmd": [ |
| 415 "python", | 400 "python", |
| 416 "-u", | 401 "-u", |
| 417 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", | 402 "\nimport sys\nprint '*.isolated file for target %s is missing' % sys.argv
[1]\nsys.exit(1)\n", |
| 418 "browser_tests" | 403 "browser_tests" |
| 419 ], | 404 ], |
| 420 "cwd": "[SLAVE_BUILD]", | |
| 421 "name": "[error] browser_tests", | 405 "name": "[error] browser_tests", |
| 422 "~followup_annotations": [ | 406 "~followup_annotations": [ |
| 423 "@@@STEP_LOG_LINE@python.inline@@@@", | 407 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 424 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 408 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 425 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", | 409 "@@@STEP_LOG_LINE@python.inline@print '*.isolated file for target %s is mi
ssing' % sys.argv[1]@@@", |
| 426 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 410 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 427 "@@@STEP_LOG_END@python.inline@@@" | 411 "@@@STEP_LOG_END@python.inline@@@" |
| 428 ] | 412 ] |
| 429 }, | 413 }, |
| 430 { | 414 { |
| 431 "cmd": [ | 415 "cmd": [ |
| 432 "python", | 416 "python", |
| 433 "-u", | 417 "-u", |
| 434 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", | 418 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", |
| 435 "--target", | 419 "--target", |
| 436 "Release", | 420 "Release", |
| 437 "--no-xvfb", | 421 "--no-xvfb", |
| 438 "--factory-properties", | 422 "--factory-properties", |
| 439 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Linux ASA
N\", \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromi
um.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename
\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 423 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Linux ASA
N\", \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromi
um.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename
\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 440 "--build-properties", | 424 "--build-properties", |
| 441 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Linux ASA
N\", \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromi
um.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename
\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | 425 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"WebKit Linux ASA
N\", \"buildnumber\": 571, \"gs_acl\": \"public-read\", \"mastername\": \"chromi
um.webkit\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename
\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", |
| 442 "--step-name=webkit_tests", | 426 "--step-name=webkit_tests", |
| 443 "--builder-name=WebKit Linux ASAN", | 427 "--builder-name=WebKit Linux ASAN", |
| 444 "--slave-name=TestSlavename", | 428 "--slave-name=TestSlavename", |
| 445 "--build-number=571", | 429 "--build-number=571", |
| 446 "--run-python-script", | 430 "--run-python-script", |
| 447 "--enable-asan", | 431 "--enable-asan", |
| 448 "[BUILD]/scripts/slave/chromium/layout_test_wrapper.py", | 432 "[ROOT]/b/build/scripts/slave/chromium/layout_test_wrapper.py", |
| 449 "--target", | 433 "--target", |
| 450 "Release", | 434 "Release", |
| 451 "-o", | 435 "-o", |
| 452 "[SLAVE_BUILD]/layout-test-results", | 436 "[CWD]/layout-test-results", |
| 453 "--build-dir", | 437 "--build-dir", |
| 454 "[SLAVE_BUILD]/src/out", | 438 "[CWD]/src/out", |
| 455 "--json-test-results", | 439 "--json-test-results", |
| 456 "/path/to/tmp/json", | 440 "/path/to/tmp/json", |
| 457 "--test-results-server", | 441 "--test-results-server", |
| 458 "test-results.appspot.com", | 442 "test-results.appspot.com", |
| 459 "--build-number", | 443 "--build-number", |
| 460 "571", | 444 "571", |
| 461 "--builder-name", | 445 "--builder-name", |
| 462 "WebKit Linux ASAN", | 446 "WebKit Linux ASAN", |
| 463 "--step-name", | 447 "--step-name", |
| 464 "webkit_tests", | 448 "webkit_tests", |
| 465 "--additional-expectations", | 449 "--additional-expectations", |
| 466 "src/third_party/WebKit/LayoutTests/ASANExpectations", | 450 "src/third_party/WebKit/LayoutTests/ASANExpectations", |
| 467 "--time-out-ms", | 451 "--time-out-ms", |
| 468 "48000", | 452 "48000", |
| 469 "--options=--enable-sanitizer" | 453 "--options=--enable-sanitizer" |
| 470 ], | 454 ], |
| 471 "cwd": "[SLAVE_BUILD]", | |
| 472 "name": "webkit_tests", | 455 "name": "webkit_tests", |
| 473 "~followup_annotations": [ | 456 "~followup_annotations": [ |
| 474 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" | 457 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" |
| 475 ] | 458 ] |
| 476 }, | 459 }, |
| 477 { | 460 { |
| 478 "cmd": [ | 461 "cmd": [ |
| 479 "python", | 462 "python", |
| 480 "-u", | 463 "-u", |
| 481 "[BUILD]/scripts/slave/chromium/archive_layout_test_results.py", | 464 "[ROOT]/b/build/scripts/slave/chromium/archive_layout_test_results.py", |
| 482 "--results-dir", | 465 "--results-dir", |
| 483 "[SLAVE_BUILD]/layout-test-results", | 466 "[CWD]/layout-test-results", |
| 484 "--build-dir", | 467 "--build-dir", |
| 485 "[SLAVE_BUILD]/src/out", | 468 "[CWD]/src/out", |
| 486 "--build-number", | 469 "--build-number", |
| 487 "571", | 470 "571", |
| 488 "--builder-name", | 471 "--builder-name", |
| 489 "WebKit Linux ASAN", | 472 "WebKit Linux ASAN", |
| 490 "--gs-bucket", | 473 "--gs-bucket", |
| 491 "gs://chromium-layout-test-archives", | 474 "gs://chromium-layout-test-archives", |
| 492 "--gs-acl", | 475 "--gs-acl", |
| 493 "public-read" | 476 "public-read" |
| 494 ], | 477 ], |
| 495 "cwd": "[SLAVE_BUILD]", | |
| 496 "name": "archive_webkit_tests_results", | 478 "name": "archive_webkit_tests_results", |
| 497 "~followup_annotations": [ | 479 "~followup_annotations": [ |
| 498 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux_ASAN/571/layout-test-results/results.html@@@", | 480 "@@@STEP_LINK@layout_test_results@https://storage.googleapis.com/chromium-
layout-test-archives/WebKit_Linux_ASAN/571/layout-test-results/results.html@@@", |
| 499 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux_ASAN/571/layout-test-results.zip@@@" | 481 "@@@STEP_LINK@(zip)@https://storage.googleapis.com/chromium-layout-test-ar
chives/WebKit_Linux_ASAN/571/layout-test-results.zip@@@" |
| 500 ] | 482 ] |
| 501 }, | 483 }, |
| 502 { | 484 { |
| 503 "cmd": [ | 485 "cmd": [ |
| 504 "python", | 486 "python", |
| 505 "-u", | 487 "-u", |
| 506 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n"
, | 488 "\nimport sys\nprint '%s wasn\\'t triggered' % sys.argv[1]\nsys.exit(1)\n"
, |
| 507 "browser_tests" | 489 "browser_tests" |
| 508 ], | 490 ], |
| 509 "cwd": "[SLAVE_BUILD]", | |
| 510 "name": "[collect error] browser_tests", | 491 "name": "[collect error] browser_tests", |
| 511 "~followup_annotations": [ | 492 "~followup_annotations": [ |
| 512 "@@@STEP_LOG_LINE@python.inline@@@@", | 493 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 513 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 494 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 514 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", | 495 "@@@STEP_LOG_LINE@python.inline@print '%s wasn\\'t triggered' % sys.argv[1
]@@@", |
| 515 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 496 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 516 "@@@STEP_LOG_END@python.inline@@@" | 497 "@@@STEP_LOG_END@python.inline@@@" |
| 517 ] | 498 ] |
| 518 }, | 499 }, |
| 519 { | 500 { |
| 520 "name": "$result", | 501 "name": "$result", |
| 521 "recipe_result": null, | 502 "recipe_result": null, |
| 522 "status_code": 0 | 503 "status_code": 0 |
| 523 } | 504 } |
| 524 ] | 505 ] |
| OLD | NEW |