| 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.fyi", | 8 "chromium.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "ClangToTAndroidASan", | 10 "ClangToTAndroidASan", |
| 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', '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'}]\ntarget_os = ['an
droid']", | 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'}]\ntarget_os = ['android']", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", | 18 "{\"src\": \"got_revision\", \"src/native_client\": \"got_nacl_revision\",
\"src/third_party/angle\": \"got_angle_revision\", \"src/third_party/webrtc\":
\"got_webrtc_revision\", \"src/tools/swarming_client\": \"got_swarming_client_re
vision\", \"src/v8\": \"got_v8_revision\"}", |
| 19 "--git-cache-dir", | 19 "--git-cache-dir", |
| 20 "[ROOT]/b/build/slave/cache_dir", | 20 "[GIT_CACHE]", |
| 21 "--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 "--force", | 25 "--force", |
| 26 "--output_manifest" | 26 "--output_manifest" |
| 27 ], | 27 ], |
| 28 "cwd": "[SLAVE_BUILD]", |
| 28 "env": { | 29 "env": { |
| 29 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 30 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 30 }, | 31 }, |
| 31 "name": "bot_update", | 32 "name": "bot_update", |
| 32 "~followup_annotations": [ | 33 "~followup_annotations": [ |
| 33 "@@@STEP_TEXT@Some step text@@@", | 34 "@@@STEP_TEXT@Some step text@@@", |
| 34 "@@@STEP_LOG_LINE@json.output@{@@@", | 35 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 35 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 36 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 36 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 37 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 37 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", | 38 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@", |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" | 97 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276}
\"@@@" |
| 97 ] | 98 ] |
| 98 }, | 99 }, |
| 99 { | 100 { |
| 100 "cmd": [ | 101 "cmd": [ |
| 101 "python", | 102 "python", |
| 102 "-u", | 103 "-u", |
| 103 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 104 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 104 "runhooks" | 105 "runhooks" |
| 105 ], | 106 ], |
| 107 "cwd": "[SLAVE_BUILD]", |
| 106 "env": { | 108 "env": { |
| 107 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 109 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 108 "GYP_CHROMIUM_NO_ACTION": "1", | 110 "GYP_CHROMIUM_NO_ACTION": "1", |
| 109 "GYP_CROSSCOMPILE": "1", | 111 "GYP_CROSSCOMPILE": "1", |
| 110 "GYP_DEFINES": "OS=android asan=1 clang=1 clang_use_chrome_plugins=0 compo
nent=shared_library fastbuild=1 target_arch=arm", | 112 "GYP_DEFINES": "OS=android asan=1 clang=1 clang_use_chrome_plugins=0 compo
nent=shared_library fastbuild=1 target_arch=arm", |
| 111 "LLVM_FORCE_HEAD_REVISION": "YES", | 113 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 112 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 114 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 113 }, | 115 }, |
| 114 "name": "gclient runhooks" | 116 "name": "gclient runhooks" |
| 115 }, | 117 }, |
| 116 { | 118 { |
| 117 "cmd": [ | 119 "cmd": [ |
| 118 "python", | 120 "python", |
| 119 "-u", | 121 "-u", |
| 120 "[CWD]/src/testing/scripts/get_compile_targets.py", | 122 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
| 121 "--output", | 123 "--output", |
| 122 "/path/to/tmp/json", | 124 "/path/to/tmp/json", |
| 123 "--", | 125 "--", |
| 124 "--build-config-fs", | 126 "--build-config-fs", |
| 125 "Debug", | 127 "Debug", |
| 126 "--paths", | 128 "--paths", |
| 127 "{\"checkout\": \"[CWD]/src\", \"runit.py\": \"RECIPE_PACKAGE_REPO[build]/
scripts/tools/runit.py\", \"runtest.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/s
lave/runtest.py\"}", | 129 "{\"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\"}", |
| 128 "--properties", | 130 "--properties", |
| 129 "{\"buildername\": \"ClangToTAndroidASan\", \"buildnumber\": 571, \"master
name\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"android\"}" | 131 "{\"buildername\": \"ClangToTAndroidASan\", \"buildnumber\": 571, \"master
name\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_platform\":
\"android\"}" |
| 130 ], | 132 ], |
| 133 "cwd": "[SLAVE_BUILD]", |
| 131 "name": "get compile targets for scripts", | 134 "name": "get compile targets for scripts", |
| 132 "~followup_annotations": [ | 135 "~followup_annotations": [ |
| 133 "@@@STEP_LOG_LINE@json.output@{}@@@", | 136 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 134 "@@@STEP_LOG_END@json.output@@@" | 137 "@@@STEP_LOG_END@json.output@@@" |
| 135 ] | 138 ] |
| 136 }, | 139 }, |
| 137 { | 140 { |
| 138 "cmd": [ | 141 "cmd": [ |
| 139 "python", | 142 "python", |
| 140 "-u", | 143 "-u", |
| 141 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 144 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 142 "[CWD]/src/testing/buildbot/chromium.fyi.json", | 145 "[SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json", |
| 143 "/path/to/tmp/json" | 146 "/path/to/tmp/json" |
| 144 ], | 147 ], |
| 148 "cwd": "[SLAVE_BUILD]", |
| 145 "name": "read test spec", | 149 "name": "read test spec", |
| 146 "~followup_annotations": [ | 150 "~followup_annotations": [ |
| 147 "@@@STEP_TEXT@path: [CWD]/src/testing/buildbot/chromium.fyi.json@@@", | 151 "@@@STEP_TEXT@path: [SLAVE_BUILD]/src/testing/buildbot/chromium.fyi.json@@
@", |
| 148 "@@@STEP_LOG_LINE@json.output@{}@@@", | 152 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 149 "@@@STEP_LOG_END@json.output@@@" | 153 "@@@STEP_LOG_END@json.output@@@" |
| 150 ] | 154 ] |
| 151 }, | 155 }, |
| 152 { | 156 { |
| 153 "cmd": [ | 157 "cmd": [ |
| 154 "python", | 158 "python", |
| 155 "-u", | 159 "-u", |
| 156 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 160 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 157 "--show-path", | 161 "--show-path", |
| 158 "python", | 162 "python", |
| 159 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 163 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 160 ], | 164 ], |
| 165 "cwd": "[SLAVE_BUILD]", |
| 161 "name": "cleanup_temp" | 166 "name": "cleanup_temp" |
| 162 }, | 167 }, |
| 163 { | 168 { |
| 164 "cmd": [ | 169 "cmd": [ |
| 165 "python", | 170 "python", |
| 166 "-u", | 171 "-u", |
| 167 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", | 172 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", |
| 168 "[CWD]/src/out/Debug/debug_info_dumps", | 173 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps", |
| 169 "[CWD]/src/out/Debug/test_logs", | 174 "[SLAVE_BUILD]/src/out/Debug/test_logs", |
| 170 "[CWD]/src/out/build_product.zip", | 175 "[SLAVE_BUILD]/src/out/build_product.zip", |
| 171 "[CWD]/src" | 176 "[SLAVE_BUILD]/src" |
| 172 ], | 177 ], |
| 178 "cwd": "[SLAVE_BUILD]", |
| 173 "name": "clean local files", | 179 "name": "clean local files", |
| 174 "~followup_annotations": [ | 180 "~followup_annotations": [ |
| 175 "@@@STEP_LOG_LINE@python.inline@@@@", | 181 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 176 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 182 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
| 177 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 183 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
| 178 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 184 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
| 179 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 185 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 180 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 186 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
| 181 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 187 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 182 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 188 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 183 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 189 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
| 184 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 190 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 185 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 191 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 186 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 192 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 187 "@@@STEP_LOG_END@python.inline@@@" | 193 "@@@STEP_LOG_END@python.inline@@@" |
| 188 ] | 194 ] |
| 189 }, | 195 }, |
| 190 { | 196 { |
| 191 "allow_subannotations": false, | 197 "allow_subannotations": false, |
| 192 "cmd": [ | 198 "cmd": [ |
| 193 "[CWD]/src/build/tree_truth.sh", | 199 "[SLAVE_BUILD]/src/build/tree_truth.sh", |
| 194 "[CWD]/src", | 200 "[SLAVE_BUILD]/src", |
| 195 "src" | 201 "src" |
| 196 ], | 202 ], |
| 203 "cwd": "[SLAVE_BUILD]", |
| 197 "name": "tree truth steps" | 204 "name": "tree truth steps" |
| 198 }, | 205 }, |
| 199 { | 206 { |
| 200 "cmd": [], | 207 "cmd": [], |
| 208 "cwd": "[SLAVE_BUILD]", |
| 201 "name": "ensure_goma" | 209 "name": "ensure_goma" |
| 202 }, | 210 }, |
| 203 { | 211 { |
| 204 "cmd": [ | 212 "cmd": [ |
| 205 "python", | 213 "python", |
| 206 "-u", | 214 "-u", |
| 207 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 215 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", |
| 208 "--platform", | 216 "--platform", |
| 209 "linux-386", | 217 "linux-386", |
| 210 "--dest-directory", | 218 "--dest-directory", |
| 211 "[CWD]/cipd", | 219 "[SLAVE_BUILD]/cipd", |
| 212 "--json-output", | 220 "--json-output", |
| 213 "/path/to/tmp/json" | 221 "/path/to/tmp/json" |
| 214 ], | 222 ], |
| 223 "cwd": "[SLAVE_BUILD]", |
| 215 "name": "ensure_goma.install cipd", | 224 "name": "ensure_goma.install cipd", |
| 216 "~followup_annotations": [ | 225 "~followup_annotations": [ |
| 217 "@@@STEP_NEST_LEVEL@1@@@", | 226 "@@@STEP_NEST_LEVEL@1@@@", |
| 218 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", | 227 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@
@", |
| 219 "@@@STEP_LOG_LINE@json.output@{@@@", | 228 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 220 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"fake_slave_build/cipd\",
@@@", | 229 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\
", @@@", |
| 221 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", | 230 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa
ckage-instance_id\"@@@", |
| 222 "@@@STEP_LOG_LINE@json.output@}@@@", | 231 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 223 "@@@STEP_LOG_END@json.output@@@" | 232 "@@@STEP_LOG_END@json.output@@@" |
| 224 ] | 233 ] |
| 225 }, | 234 }, |
| 226 { | 235 { |
| 227 "cmd": [ | 236 "cmd": [ |
| 228 "fake_slave_build/cipd", | 237 "[SLAVE_BUILD]/cipd/cipd", |
| 229 "ensure", | 238 "ensure", |
| 230 "--root", | 239 "--root", |
| 231 "[ROOT]/b/build/slave/cache/cipd/goma", | 240 "[CACHE]/cipd/goma", |
| 232 "--list", | 241 "--list", |
| 233 "infra_internal/goma/client/linux-386 release", | 242 "infra_internal/goma/client/linux-386 release", |
| 234 "--json-output", | 243 "--json-output", |
| 235 "/path/to/tmp/json", | 244 "/path/to/tmp/json", |
| 236 "--service-account-json", | 245 "--service-account-json", |
| 237 "/creds/service_accounts/service-account-goma-client.json" | 246 "/creds/service_accounts/service-account-goma-client.json" |
| 238 ], | 247 ], |
| 248 "cwd": "[SLAVE_BUILD]", |
| 239 "name": "ensure_goma.ensure_installed", | 249 "name": "ensure_goma.ensure_installed", |
| 240 "~followup_annotations": [ | 250 "~followup_annotations": [ |
| 241 "@@@STEP_NEST_LEVEL@1@@@", | 251 "@@@STEP_NEST_LEVEL@1@@@", |
| 242 "@@@STEP_LOG_LINE@json.output@{@@@", | 252 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 243 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", | 253 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@", |
| 244 "@@@STEP_LOG_LINE@json.output@ {@@@", | 254 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 245 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", | 255 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i
d-of-release---------\", @@@", |
| 246 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-386\"@@@", | 256 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli
ent/linux-386\"@@@", |
| 247 "@@@STEP_LOG_LINE@json.output@ }@@@", | 257 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 248 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 258 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 249 "@@@STEP_LOG_LINE@json.output@}@@@", | 259 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 250 "@@@STEP_LOG_END@json.output@@@" | 260 "@@@STEP_LOG_END@json.output@@@" |
| 251 ] | 261 ] |
| 252 }, | 262 }, |
| 253 { | 263 { |
| 254 "cmd": [ | 264 "cmd": [ |
| 255 "python", | 265 "python", |
| 256 "-u", | 266 "-u", |
| 257 "[CWD]/src/tools/mb/mb.py", | 267 "[SLAVE_BUILD]/src/tools/mb/mb.py", |
| 258 "gen", | 268 "gen", |
| 259 "-m", | 269 "-m", |
| 260 "chromium.fyi", | 270 "chromium.fyi", |
| 261 "-b", | 271 "-b", |
| 262 "ClangToTAndroidASan", | 272 "ClangToTAndroidASan", |
| 263 "--config-file", | 273 "--config-file", |
| 264 "[CWD]/src/tools/mb/mb_config.pyl", | 274 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", |
| 265 "--goma-dir", | 275 "--goma-dir", |
| 266 "[ROOT]/b/build/slave/cache/cipd/goma", | 276 "[CACHE]/cipd/goma", |
| 267 "//out/Debug" | 277 "//out/Debug" |
| 268 ], | 278 ], |
| 279 "cwd": "[SLAVE_BUILD]", |
| 269 "name": "generate_build_files" | 280 "name": "generate_build_files" |
| 270 }, | 281 }, |
| 271 { | 282 { |
| 272 "allow_subannotations": true, | 283 "allow_subannotations": true, |
| 273 "cmd": [ | 284 "cmd": [ |
| 274 "python", | 285 "python", |
| 275 "-u", | 286 "-u", |
| 276 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 287 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 277 "--src-dir", | 288 "--src-dir", |
| 278 "[CWD]/src", | 289 "[SLAVE_BUILD]/src", |
| 279 "--output-json", | 290 "--output-json", |
| 280 "/path/to/tmp/json" | 291 "/path/to/tmp/json" |
| 281 ], | 292 ], |
| 293 "cwd": "[SLAVE_BUILD]", |
| 282 "env": { | 294 "env": { |
| 283 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 295 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 284 "LLVM_FORCE_HEAD_REVISION": "YES", | 296 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 285 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" | 297 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 286 }, | 298 }, |
| 287 "name": "clang_revision", | 299 "name": "clang_revision", |
| 288 "~followup_annotations": [ | 300 "~followup_annotations": [ |
| 289 "@@@STEP_LOG_LINE@json.output@{@@@", | 301 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 290 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 302 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 291 "@@@STEP_LOG_LINE@json.output@}@@@", | 303 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 292 "@@@STEP_LOG_END@json.output@@@" | 304 "@@@STEP_LOG_END@json.output@@@" |
| 293 ] | 305 ] |
| 294 }, | 306 }, |
| 295 { | 307 { |
| 296 "cmd": [ | 308 "cmd": [ |
| 297 "python", | 309 "python", |
| 298 "-u", | 310 "-u", |
| 299 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 311 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 300 "--show-path", | 312 "--show-path", |
| 301 "python", | 313 "python", |
| 302 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 314 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 303 "--gsutil-py-path", | 315 "--gsutil-py-path", |
| 304 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 316 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 305 "--ninja-path", | 317 "--ninja-path", |
| 306 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 318 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 307 "--target", | 319 "--target", |
| 308 "Debug", | 320 "Debug", |
| 309 "--src-dir", | 321 "--src-dir", |
| 310 "[CWD]/src", | 322 "[SLAVE_BUILD]/src", |
| 311 "--goma-cache-dir", | 323 "--goma-cache-dir", |
| 312 "[ROOT]/b/build/slave/goma_cache", | 324 "[GOMA_CACHE]", |
| 313 "--build-tool", | 325 "--build-tool", |
| 314 "ninja", | 326 "ninja", |
| 315 "--build-data-dir", | 327 "--build-data-dir", |
| 316 "[ROOT]/build_data_dir", | 328 "[ROOT]/build_data_dir", |
| 317 "--compiler", | 329 "--compiler", |
| 318 "clang", | 330 "clang", |
| 319 "--goma-dir", | 331 "--goma-dir", |
| 320 "[ROOT]/b/build/slave/cache/cipd/goma", | 332 "[CACHE]/cipd/goma", |
| 321 "--", | 333 "--", |
| 322 "all" | 334 "all" |
| 323 ], | 335 ], |
| 336 "cwd": "[SLAVE_BUILD]", |
| 324 "env": { | 337 "env": { |
| 325 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 338 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 326 "LLVM_FORCE_HEAD_REVISION": "YES", | 339 "LLVM_FORCE_HEAD_REVISION": "YES", |
| 327 "PATH": "[CWD]/src/third_party/android_tools/sdk/platform-tools:[CWD]/src/
build/android:%(PATH)s" | 340 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 328 }, | 341 }, |
| 329 "name": "compile" | 342 "name": "compile" |
| 330 }, | 343 }, |
| 331 { | 344 { |
| 332 "allow_subannotations": true, | 345 "allow_subannotations": true, |
| 333 "cmd": [ | 346 "cmd": [ |
| 334 "python", | 347 "python", |
| 335 "-u", | 348 "-u", |
| 336 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 349 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 337 "--show-path", | 350 "--show-path", |
| 338 "python", | 351 "python", |
| 339 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", | 352 "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py", |
| 340 "--target", | 353 "--target", |
| 341 "Debug", | 354 "Debug", |
| 342 "--build-url", | 355 "--build-url", |
| 343 "gs://chromium-fyi-archive/chromium.fyi/ClangToTAndroidASan", | 356 "gs://chromium-fyi-archive/chromium.fyi/ClangToTAndroidASan", |
| 344 "--build_revision", | 357 "--build_revision", |
| 345 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 358 "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| 346 "--factory-properties", | 359 "--factory-properties", |
| 347 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTAndroidA
San\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildern
ame\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workd
ir\": \"/path/to/workdir/TestSlavename\"}", | 360 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTAndroidA
San\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildern
ame\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workd
ir\": \"/path/to/workdir/TestSlavename\"}", |
| 348 "--build-properties", | 361 "--build-properties", |
| 349 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTAndroidA
San\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildern
ame\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workd
ir\": \"/path/to/workdir/TestSlavename\"}" | 362 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ClangToTAndroidA
San\", \"buildnumber\": 571, \"mastername\": \"chromium.fyi\", \"parent_buildern
ame\": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workd
ir\": \"/path/to/workdir/TestSlavename\"}" |
| 350 ], | 363 ], |
| 364 "cwd": "[SLAVE_BUILD]", |
| 351 "name": "package build" | 365 "name": "package build" |
| 352 }, | 366 }, |
| 353 { | 367 { |
| 354 "cmd": [], | 368 "cmd": [], |
| 369 "cwd": "[SLAVE_BUILD]", |
| 355 "name": "trigger", | 370 "name": "trigger", |
| 356 "trigger_specs": [ | 371 "trigger_specs": [ |
| 357 { | 372 { |
| 358 "builder_name": "ClangToTAndroidASan tester", | 373 "builder_name": "ClangToTAndroidASan tester", |
| 359 "properties": { | 374 "properties": { |
| 360 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", | 375 "parent_got_angle_revision": "fac9503c46405f77757b9a728eb85b8d7bc6080c
", |
| 361 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", | 376 "parent_got_angle_revision_cp": "refs/heads/master@{#297276}", |
| 362 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, | 377 "parent_got_nacl_revision": "d998e125e8253980d76e269b7982aeeefc1b9b50"
, |
| 363 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", | 378 "parent_got_nacl_revision_cp": "refs/heads/master@{#274981}", |
| 364 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 379 "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 375 "~followup_annotations": [ | 390 "~followup_annotations": [ |
| 376 "@@@STEP_TEXT@ClangToTAndroidASan tester@@@" | 391 "@@@STEP_TEXT@ClangToTAndroidASan tester@@@" |
| 377 ] | 392 ] |
| 378 }, | 393 }, |
| 379 { | 394 { |
| 380 "name": "$result", | 395 "name": "$result", |
| 381 "recipe_result": null, | 396 "recipe_result": null, |
| 382 "status_code": 0 | 397 "status_code": 0 |
| 383 } | 398 } |
| 384 ] | 399 ] |
| OLD | NEW |