| 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 "client.v8.fyi", | 8 "client.v8.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Chromium ASAN - debug", | 10 "Chromium ASAN - debug", |
| 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', 'nacl_trunk': 'svn
://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://
svn-mirror.golo.chromium.org/%(repo)s', 'v8_branch': 'branches/bleeding_edge', '
webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': '
DEPS', 'managed': True, 'name': 'src', 'safesync_url': 'https://chromium-status.
appspot.com/lkgr', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}
]", | 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', 'v8_branch': 'branches/bleeding_edge', 'webkit_trunk': 'svn
://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': T
rue, 'name': 'src', 'safesync_url': 'https://chromium-status.appspot.com/lkgr',
'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_cr_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
_revision\", \"src/v8\": \"got_revision\"}", | 18 "{\"src\": \"got_cr_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
_revision\", \"src/v8\": \"got_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
| 21 "--output_json", | 21 "--output_json", |
| 22 "/path/to/tmp/json", | 22 "/path/to/tmp/json", |
| 23 "--revision", | 23 "--revision", |
| 24 "src@origin/lkgr", | 24 "src@origin/lkgr", |
| 25 "--revision", | 25 "--revision", |
| 26 "src/v8@22135", | 26 "src/v8@22135", |
| 27 "--force", | 27 "--force", |
| 28 "--output_manifest" | 28 "--output_manifest" |
| 29 ], | 29 ], |
| 30 "cwd": "[SLAVE_BUILD]", |
| 30 "env": { | 31 "env": { |
| 31 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 32 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 32 }, | 33 }, |
| 33 "name": "bot_update", | 34 "name": "bot_update", |
| 34 "~followup_annotations": [ | 35 "~followup_annotations": [ |
| 35 "@@@STEP_TEXT@Some step text@@@", | 36 "@@@STEP_TEXT@Some step text@@@", |
| 36 "@@@STEP_LOG_LINE@json.output@{@@@", | 37 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 38 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 39 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 39 "@@@STEP_LOG_LINE@json.output@ \"src\": \"origin/lkgr\", @@@", | 40 "@@@STEP_LOG_LINE@json.output@ \"src\": \"origin/lkgr\", @@@", |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\
"@@@", | 95 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\
"@@@", |
| 95 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", | 96 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b
8d7bc6080c\"@@@", |
| 96 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#43426}\"@@@", | 97 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#43426}\"@@@", |
| 97 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", | 98 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master
@{#276089}\"@@@", |
| 98 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", | 99 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644
}\"@@@", |
| 99 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 100 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 100 ] | 101 ] |
| 101 }, | 102 }, |
| 102 { | 103 { |
| 103 "cmd": [], | 104 "cmd": [], |
| 105 "cwd": "[SLAVE_BUILD]", |
| 104 "name": "ensure_goma" | 106 "name": "ensure_goma" |
| 105 }, | 107 }, |
| 106 { | 108 { |
| 107 "cmd": [ | 109 "cmd": [ |
| 108 "python", | 110 "python", |
| 109 "-u", | 111 "-u", |
| 110 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 112 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 111 "--platform", | 113 "--platform", |
| 112 "linux-amd64", | 114 "linux-amd64", |
| 113 "--dest-directory", | 115 "--dest-directory", |
| 114 "[CWD]/cipd", | 116 "[SLAVE_BUILD]/cipd", |
| 115 "--json-output", | 117 "--json-output", |
| 116 "/path/to/tmp/json" | 118 "/path/to/tmp/json" |
| 117 ], | 119 ], |
| 120 "cwd": "[SLAVE_BUILD]", |
| 118 "name": "ensure_goma.install cipd", | 121 "name": "ensure_goma.install cipd", |
| 119 "~followup_annotations": [ | 122 "~followup_annotations": [ |
| 120 "@@@STEP_NEST_LEVEL@1@@@", | 123 "@@@STEP_NEST_LEVEL@1@@@", |
| 121 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 124 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 122 "@@@STEP_LOG_LINE@json.output@{@@@", | 125 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 123 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 126 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 124 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 127 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 125 "@@@STEP_LOG_LINE@json.output@}@@@", | 128 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 126 "@@@STEP_LOG_END@json.output@@@" | 129 "@@@STEP_LOG_END@json.output@@@" |
| 127 ] | 130 ] |
| 128 }, | 131 }, |
| 129 { | 132 { |
| 130 "cmd": [ | 133 "cmd": [ |
| 131 "fake_slave_build/cipd", | 134 "[SLAVE_BUILD]/cipd/cipd", |
| 132 "ensure", | 135 "ensure", |
| 133 "--root", | 136 "--root", |
| 134 "[ROOT]/b/build/slave/cache/cipd/goma", | 137 "[CACHE]/cipd/goma", |
| 135 "--list", | 138 "--list", |
| 136 "infra_internal/goma/client/linux-amd64 release", | 139 "infra_internal/goma/client/linux-amd64 release", |
| 137 "--json-output", | 140 "--json-output", |
| 138 "/path/to/tmp/json", | 141 "/path/to/tmp/json", |
| 139 "--service-account-json", | 142 "--service-account-json", |
| 140 "/creds/service_accounts/service-account-goma-client.json" | 143 "/creds/service_accounts/service-account-goma-client.json" |
| 141 ], | 144 ], |
| 145 "cwd": "[SLAVE_BUILD]", |
| 142 "name": "ensure_goma.ensure_installed", | 146 "name": "ensure_goma.ensure_installed", |
| 143 "~followup_annotations": [ | 147 "~followup_annotations": [ |
| 144 "@@@STEP_NEST_LEVEL@1@@@", | 148 "@@@STEP_NEST_LEVEL@1@@@", |
| 145 "@@@STEP_LOG_LINE@json.output@{@@@", | 149 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 146 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 150 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 147 "@@@STEP_LOG_LINE@json.output@ {@@@", | 151 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 148 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 152 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 149 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", | 153 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-amd64\"@@@", |
| 150 "@@@STEP_LOG_LINE@json.output@ }@@@", | 154 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 151 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 155 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 152 "@@@STEP_LOG_LINE@json.output@}@@@", | 156 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 153 "@@@STEP_LOG_END@json.output@@@" | 157 "@@@STEP_LOG_END@json.output@@@" |
| 154 ] | 158 ] |
| 155 }, | 159 }, |
| 156 { | 160 { |
| 157 "cmd": [ | 161 "cmd": [ |
| 158 "python", | 162 "python", |
| 159 "-u", | 163 "-u", |
| 160 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 164 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 161 "runhooks" | 165 "runhooks" |
| 162 ], | 166 ], |
| 167 "cwd": "[SLAVE_BUILD]", |
| 163 "env": { | 168 "env": { |
| 164 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 169 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 165 "GYP_DEFINES": "asan=1 clang=1 component=shared_library gomadir='[ROOT]/b/
build/slave/cache/cipd/goma' lsan=1 sanitizer_coverage=edge target_arch=x64 use_
goma=1 v8_optimized_debug=1", | 170 "GYP_DEFINES": "asan=1 clang=1 component=shared_library gomadir='[CACHE]/c
ipd/goma' lsan=1 sanitizer_coverage=edge target_arch=x64 use_goma=1 v8_optimized
_debug=1", |
| 166 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 171 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 167 }, | 172 }, |
| 168 "name": "gclient runhooks" | 173 "name": "gclient runhooks" |
| 169 }, | 174 }, |
| 170 { | 175 { |
| 171 "cmd": [ | 176 "cmd": [ |
| 172 "python", | 177 "python", |
| 173 "-u", | 178 "-u", |
| 174 "[CWD]/src/testing/scripts/get_compile_targets.py", | 179 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 175 "--output", | 180 "--output", |
| 176 "/path/to/tmp/json", | 181 "/path/to/tmp/json", |
| 177 "--", | 182 "--", |
| 178 "--build-config-fs", | 183 "--build-config-fs", |
| 179 "Debug", | 184 "Debug", |
| 180 "--paths", | 185 "--paths", |
| 181 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", | 186 "{\"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\"}", |
| 182 "--properties", | 187 "--properties", |
| 183 "{\"buildername\": \"Chromium ASAN - debug\", \"buildnumber\": 571, \"mast
ername\": \"client.v8.fyi\", \"slavename\": \"TestSlavename\", \"target_platform
\": \"linux\"}" | 188 "{\"buildername\": \"Chromium ASAN - debug\", \"buildnumber\": 571, \"mast
ername\": \"client.v8.fyi\", \"slavename\": \"TestSlavename\", \"target_platform
\": \"linux\"}" |
| 184 ], | 189 ], |
| 190 "cwd": "[SLAVE_BUILD]", |
| 185 "name": "get compile targets for scripts", | 191 "name": "get compile targets for scripts", |
| 186 "~followup_annotations": [ | 192 "~followup_annotations": [ |
| 187 "@@@STEP_LOG_LINE@json.output@{}@@@", | 193 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 188 "@@@STEP_LOG_END@json.output@@@" | 194 "@@@STEP_LOG_END@json.output@@@" |
| 189 ] | 195 ] |
| 190 }, | 196 }, |
| 191 { | 197 { |
| 192 "cmd": [ | 198 "cmd": [ |
| 193 "python", | 199 "python", |
| 194 "-u", | 200 "-u", |
| 195 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 201 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 196 "[CWD]/src/testing/buildbot/client.v8.fyi.json", | 202 "[SLAVE_BUILD]/src/testing/buildbot/client.v8.fyi.json", |
| 197 "/path/to/tmp/json" | 203 "/path/to/tmp/json" |
| 198 ], | 204 ], |
| 205 "cwd": "[SLAVE_BUILD]", |
| 199 "name": "read test spec", | 206 "name": "read test spec", |
| 200 "~followup_annotations": [ | 207 "~followup_annotations": [ |
| 201 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/client.v8.fyi.json@@@", | 208 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/client.v8.fyi.json@
@@", |
| 202 "@@@STEP_LOG_LINE@json.output@{}@@@", | 209 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 203 "@@@STEP_LOG_END@json.output@@@" | 210 "@@@STEP_LOG_END@json.output@@@" |
| 204 ] | 211 ] |
| 205 }, | 212 }, |
| 206 { | 213 { |
| 207 "cmd": [ | 214 "cmd": [ |
| 208 "python", | 215 "python", |
| 209 "-u", | 216 "-u", |
| 210 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 217 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 211 "--show-path", | 218 "--show-path", |
| 212 "python", | 219 "python", |
| 213 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 220 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 214 ], | 221 ], |
| 222 "cwd": "[SLAVE_BUILD]", |
| 215 "name": "cleanup_temp" | 223 "name": "cleanup_temp" |
| 216 }, | 224 }, |
| 217 { | 225 { |
| 218 "allow_subannotations": true, | 226 "allow_subannotations": true, |
| 219 "cmd": [ | 227 "cmd": [ |
| 220 "python", | 228 "python", |
| 221 "-u", | 229 "-u", |
| 222 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 230 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 223 "--src-dir", | 231 "--src-dir", |
| 224 "[CWD]/src", | 232 "[SLAVE_BUILD]/src", |
| 225 "--output-json", | 233 "--output-json", |
| 226 "/path/to/tmp/json" | 234 "/path/to/tmp/json" |
| 227 ], | 235 ], |
| 236 "cwd": "[SLAVE_BUILD]", |
| 228 "env": { | 237 "env": { |
| 229 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 238 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 230 }, | 239 }, |
| 231 "name": "clang_revision", | 240 "name": "clang_revision", |
| 232 "~followup_annotations": [ | 241 "~followup_annotations": [ |
| 233 "@@@STEP_LOG_LINE@json.output@{@@@", | 242 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 234 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 243 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 235 "@@@STEP_LOG_LINE@json.output@}@@@", | 244 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 236 "@@@STEP_LOG_END@json.output@@@" | 245 "@@@STEP_LOG_END@json.output@@@" |
| 237 ] | 246 ] |
| 238 }, | 247 }, |
| 239 { | 248 { |
| 240 "cmd": [ | 249 "cmd": [ |
| 241 "python", | 250 "python", |
| 242 "-u", | 251 "-u", |
| 243 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 252 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 244 "--show-path", | 253 "--show-path", |
| 245 "python", | 254 "python", |
| 246 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 255 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 247 "--gsutil-py-path", | 256 "--gsutil-py-path", |
| 248 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 257 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 249 "--ninja-path", | 258 "--ninja-path", |
| 250 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 259 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 251 "--target", | 260 "--target", |
| 252 "Debug", | 261 "Debug", |
| 253 "--src-dir", | 262 "--src-dir", |
| 254 "[CWD]/src", | 263 "[SLAVE_BUILD]/src", |
| 255 "--goma-cache-dir", | 264 "--goma-cache-dir", |
| 256 "[ROOT]/b/build/slave/goma_cache", | 265 "[GOMA_CACHE]", |
| 257 "--build-tool", | 266 "--build-tool", |
| 258 "ninja", | 267 "ninja", |
| 259 "--build-data-dir", | 268 "--build-data-dir", |
| 260 "[ROOT]/build_data_dir", | 269 "[ROOT]/build_data_dir", |
| 261 "--compiler", | 270 "--compiler", |
| 262 "goma-clang", | 271 "goma-clang", |
| 263 "--goma-jsonstatus", | 272 "--goma-jsonstatus", |
| 264 "/path/to/tmp/json", | 273 "/path/to/tmp/json", |
| 265 "--goma-service-account-json-file", | 274 "--goma-service-account-json-file", |
| 266 "/creds/service_accounts/service-account-goma-client.json", | 275 "/creds/service_accounts/service-account-goma-client.json", |
| 267 "--goma-dir", | 276 "--goma-dir", |
| 268 "[ROOT]/b/build/slave/cache/cipd/goma", | 277 "[CACHE]/cipd/goma", |
| 269 "--clobber", | 278 "--clobber", |
| 270 "--", | 279 "--", |
| 271 "chromium_builder_asan" | 280 "chromium_builder_asan" |
| 272 ], | 281 ], |
| 282 "cwd": "[SLAVE_BUILD]", |
| 273 "env": { | 283 "env": { |
| 274 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 284 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 275 }, | 285 }, |
| 276 "name": "compile", | 286 "name": "compile", |
| 277 "~followup_annotations": [ | 287 "~followup_annotations": [ |
| 278 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 288 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 279 "@@@STEP_LOG_END@json.output (invalid)@@@" | 289 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 280 ] | 290 ] |
| 281 }, | 291 }, |
| 282 { | 292 { |
| 283 "cmd": [ | 293 "cmd": [ |
| 284 "python", | 294 "python", |
| 285 "-u", | 295 "-u", |
| 286 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", | 296 "\nimport json, os, sys\nif os.path.exists(sys.argv[1]) and os.path.isdir(
sys.argv[1]):\n with open(sys.argv[2], 'w') as f:\n json.dump(os.listdir(sys
.argv[1]), f)\n", |
| 287 "[CWD]/src/out/Debug", | 297 "[SLAVE_BUILD]/src/out/Debug", |
| 288 "/path/to/tmp/json" | 298 "/path/to/tmp/json" |
| 289 ], | 299 ], |
| 300 "cwd": "[SLAVE_BUILD]", |
| 290 "name": "listdir build_dir", | 301 "name": "listdir build_dir", |
| 291 "~followup_annotations": [ | 302 "~followup_annotations": [ |
| 292 "@@@STEP_LOG_LINE@json.output@[@@@", | 303 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 293 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", | 304 "@@@STEP_LOG_LINE@json.output@ \"file 1\", @@@", |
| 294 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", | 305 "@@@STEP_LOG_LINE@json.output@ \"file 2\"@@@", |
| 295 "@@@STEP_LOG_LINE@json.output@]@@@", | 306 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 296 "@@@STEP_LOG_END@json.output@@@", | 307 "@@@STEP_LOG_END@json.output@@@", |
| 297 "@@@STEP_LOG_LINE@python.inline@@@@", | 308 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 298 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", | 309 "@@@STEP_LOG_LINE@python.inline@import json, os, sys@@@", |
| 299 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", | 310 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]) and os.path
.isdir(sys.argv[1]):@@@", |
| 300 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", | 311 "@@@STEP_LOG_LINE@python.inline@ with open(sys.argv[2], 'w') as f:@@@", |
| 301 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", | 312 "@@@STEP_LOG_LINE@python.inline@ json.dump(os.listdir(sys.argv[1]), f)@
@@", |
| 302 "@@@STEP_LOG_END@python.inline@@@" | 313 "@@@STEP_LOG_END@python.inline@@@" |
| 303 ] | 314 ] |
| 304 }, | 315 }, |
| 305 { | 316 { |
| 306 "cmd": [ | 317 "cmd": [ |
| 307 "python", | 318 "python", |
| 308 "-u", | 319 "-u", |
| 309 "RECIPE_MODULE[build::archive]/resources/zip_archive.py", | 320 "RECIPE_MODULE[build::archive]/resources/zip_archive.py", |
| 310 "[TMP]/chrome_staging_tmp_1", | 321 "[TMP_BASE]/chrome_staging_tmp_1", |
| 311 "asan-linux-debug-v8-component-43426", | 322 "asan-linux-debug-v8-component-43426", |
| 312 "[\"file 1\", \"file 2\"]", | 323 "[\"file 1\", \"file 2\"]", |
| 313 "[CWD]/src/out/Debug" | 324 "[SLAVE_BUILD]/src/out/Debug" |
| 314 ], | 325 ], |
| 326 "cwd": "[SLAVE_BUILD]", |
| 315 "name": "zipping" | 327 "name": "zipping" |
| 316 }, | 328 }, |
| 317 { | 329 { |
| 318 "cmd": [ | 330 "cmd": [ |
| 319 "python", | 331 "python", |
| 320 "-u", | 332 "-u", |
| 321 "[ROOT]/b/depot_tools/gsutil.py", | 333 "[DEPOT_TOOLS]/gsutil.py", |
| 322 "--", | 334 "--", |
| 323 "-h", | 335 "-h", |
| 324 "x-goog-meta-Cr-Commit-Position:refs/heads/master@{#43426}", | 336 "x-goog-meta-Cr-Commit-Position:refs/heads/master@{#43426}", |
| 325 "-h", | 337 "-h", |
| 326 "x-goog-meta-Cr-Commit-Position-Number:43426", | 338 "x-goog-meta-Cr-Commit-Position-Number:43426", |
| 327 "-h", | 339 "-h", |
| 328 "x-goog-meta-Cr-Git-Commit:801ada225ddc271c132c3a35f03975671d43e399", | 340 "x-goog-meta-Cr-Git-Commit:801ada225ddc271c132c3a35f03975671d43e399", |
| 329 "cp", | 341 "cp", |
| 330 "-a", | 342 "-a", |
| 331 "public-read", | 343 "public-read", |
| 332 "[TMP]/chrome_staging_tmp_1/asan-linux-debug-v8-component-43426.zip", | 344 "[TMP_BASE]/chrome_staging_tmp_1/asan-linux-debug-v8-component-43426.zip", |
| 333 "gs://v8-asan/linux-debug/asan-linux-debug-v8-component-43426.zip" | 345 "gs://v8-asan/linux-debug/asan-linux-debug-v8-component-43426.zip" |
| 334 ], | 346 ], |
| 347 "cwd": "[SLAVE_BUILD]", |
| 335 "name": "gsutil upload", | 348 "name": "gsutil upload", |
| 336 "~followup_annotations": [ | 349 "~followup_annotations": [ |
| 337 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-asan/linux
-debug/asan-linux-debug-v8-component-43426.zip@@@" | 350 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/v8-asan/linux
-debug/asan-linux-debug-v8-component-43426.zip@@@" |
| 338 ] | 351 ] |
| 339 }, | 352 }, |
| 340 { | 353 { |
| 341 "cmd": [ | 354 "cmd": [ |
| 342 "python", | 355 "python", |
| 343 "-u", | 356 "-u", |
| 344 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n", | 357 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n", |
| 345 "[TMP]/chrome_staging_tmp_1/asan-linux-debug-v8-component-43426.zip" | 358 "[TMP_BASE]/chrome_staging_tmp_1/asan-linux-debug-v8-component-43426.zip" |
| 346 ], | 359 ], |
| 360 "cwd": "[SLAVE_BUILD]", |
| 347 "name": "asan-linux-debug-v8-component-43426.zip", | 361 "name": "asan-linux-debug-v8-component-43426.zip", |
| 348 "~followup_annotations": [ | 362 "~followup_annotations": [ |
| 349 "@@@STEP_LOG_LINE@python.inline@@@@", | 363 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 350 "@@@STEP_LOG_LINE@python.inline@import os@@@", | 364 "@@@STEP_LOG_LINE@python.inline@import os@@@", |
| 351 "@@@STEP_LOG_LINE@python.inline@import sys@@@", | 365 "@@@STEP_LOG_LINE@python.inline@import sys@@@", |
| 352 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 366 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 353 "@@@STEP_LOG_END@python.inline@@@" | 367 "@@@STEP_LOG_END@python.inline@@@" |
| 354 ] | 368 ] |
| 355 }, | 369 }, |
| 356 { | 370 { |
| 357 "name": "$result", | 371 "name": "$result", |
| 358 "recipe_result": null, | 372 "recipe_result": null, |
| 359 "status_code": 0 | 373 "status_code": 0 |
| 360 } | 374 } |
| 361 ] | 375 ] |
| OLD | NEW |