| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 7 "[BUILDER_CACHE]/Android_Find_Annotated_Test", | 7 "[BUILDER_CACHE]/Android_Blimp_Integration_Test", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| 11 "~followup_annotations": [ | 11 "~followup_annotations": [ |
| 12 "@@@STEP_LOG_LINE@python.inline@@@@", | 12 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 13 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
| 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 14 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
| 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 15 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
| 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 16 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
| 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 17 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
| 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 18 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
| 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 19 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
| 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 20 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
| 21 "@@@STEP_LOG_END@python.inline@@@" | 21 "@@@STEP_LOG_END@python.inline@@@" |
| 22 ] | 22 ] |
| 23 }, | 23 }, |
| 24 { | 24 { |
| 25 "cmd": [ | 25 "cmd": [ |
| 26 "python", | 26 "python", |
| 27 "-u", | 27 "-u", |
| 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 28 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 29 "--master", | 29 "--master", |
| 30 "chromium.fyi", | 30 "chromium.fyi", |
| 31 "--builder", | 31 "--builder", |
| 32 "Android Find Annotated Test", | 32 "Android Blimp Integration Test", |
| 33 "--slave", | 33 "--slave", |
| 34 "TestSlavename", | 34 "TestSlavename", |
| 35 "--spec", | 35 "--spec", |
| 36 "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']", | 36 "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']", |
| 37 "--root", | 37 "--root", |
| 38 "src", | 38 "src", |
| 39 "--revision_mapping_file", | 39 "--revision_mapping_file", |
| 40 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", | 40 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision
\", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g
ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/
tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_
revision\"}", |
| 41 "--git-cache-dir", | 41 "--git-cache-dir", |
| 42 "[GIT_CACHE]", | 42 "[GIT_CACHE]", |
| 43 "--output_json", | 43 "--output_json", |
| 44 "/path/to/tmp/json", | 44 "/path/to/tmp/json", |
| 45 "--revision", | 45 "--revision", |
| 46 "src@1111111", | 46 "src@1111111", |
| 47 "--force", | 47 "--force", |
| 48 "--output_manifest" | 48 "--output_manifest" |
| 49 ], | 49 ], |
| 50 "cwd": "[BUILDER_CACHE]/Android_Find_Annotated_Test", | 50 "cwd": "[BUILDER_CACHE]/Android_Blimp_Integration_Test", |
| 51 "env": { | 51 "env": { |
| 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 53 }, | 53 }, |
| 54 "name": "bot_update", | 54 "name": "bot_update", |
| 55 "~followup_annotations": [ | 55 "~followup_annotations": [ |
| 56 "@@@STEP_TEXT@Some step text@@@", | 56 "@@@STEP_TEXT@Some step text@@@", |
| 57 "@@@STEP_LOG_LINE@json.output@{@@@", | 57 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", | 58 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", |
| 59 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", | 59 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", |
| 60 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@", | 60 "@@@STEP_LOG_LINE@json.output@ \"src\": \"1111111\"@@@", |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 "@@@STEP_LOG_END@json.output@@@" | 181 "@@@STEP_LOG_END@json.output@@@" |
| 182 ] | 182 ] |
| 183 }, | 183 }, |
| 184 { | 184 { |
| 185 "cmd": [ | 185 "cmd": [ |
| 186 "python", | 186 "python", |
| 187 "-u", | 187 "-u", |
| 188 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", | 188 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", |
| 189 "runhooks" | 189 "runhooks" |
| 190 ], | 190 ], |
| 191 "cwd": "[BUILDER_CACHE]/Android_Find_Annotated_Test/src", | 191 "cwd": "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src", |
| 192 "env": { | 192 "env": { |
| 193 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 193 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 194 "GYP_CHROMIUM_NO_ACTION": "1", | 194 "GYP_CHROMIUM_NO_ACTION": "1", |
| 195 "GYP_CROSSCOMPILE": "1", | 195 "GYP_CROSSCOMPILE": "1", |
| 196 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm use_goma=1", | 196 "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[
CACHE]/cipd/goma' target_arch=arm use_goma=1", |
| 197 "PATH": "[BUILDER_CACHE]/Android_Find_Annotated_Test/src/third_party/andro
id_tools/sdk/platform-tools:[BUILDER_CACHE]/Android_Find_Annotated_Test/src/buil
d/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" | 197 "PATH": "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src/third_party/an
droid_tools/sdk/platform-tools:[BUILDER_CACHE]/Android_Blimp_Integration_Test/sr
c/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" |
| 198 }, | 198 }, |
| 199 "name": "gclient runhooks" | 199 "name": "gclient runhooks" |
| 200 }, | 200 }, |
| 201 { | 201 { |
| 202 "cmd": [ | 202 "cmd": [ |
| 203 "python", | 203 "python", |
| 204 "-u", | 204 "-u", |
| 205 "[BUILDER_CACHE]/Android_Find_Annotated_Test/src/testing/scripts/get_compi
le_targets.py", | 205 "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src/testing/scripts/get_co
mpile_targets.py", |
| 206 "--output", | 206 "--output", |
| 207 "/path/to/tmp/json", | 207 "/path/to/tmp/json", |
| 208 "--", | 208 "--", |
| 209 "--build-config-fs", | 209 "--build-config-fs", |
| 210 "Debug", | 210 "Debug", |
| 211 "--paths", | 211 "--paths", |
| 212 "{\"checkout\": \"[BUILDER_CACHE]/Android_Find_Annotated_Test/src\", \"run
it.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\":
\"RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}", | 212 "{\"checkout\": \"[BUILDER_CACHE]/Android_Blimp_Integration_Test/src\", \"
runit.py\": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\
": \"RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}", |
| 213 "--properties", | 213 "--properties", |
| 214 "{\"buildername\": \"Android Find Annotated Test\", \"buildnumber\": 571,
\"mastername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_pla
tform\": \"android\"}" | 214 "{\"buildername\": \"Android Blimp Integration Test\", \"buildnumber\": 57
1, \"mastername\": \"chromium.fyi\", \"slavename\": \"TestSlavename\", \"target_
platform\": \"android\"}" |
| 215 ], | 215 ], |
| 216 "name": "get compile targets for scripts", | 216 "name": "get compile targets for scripts", |
| 217 "~followup_annotations": [ | 217 "~followup_annotations": [ |
| 218 "@@@STEP_LOG_LINE@json.output@{}@@@", | 218 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 219 "@@@STEP_LOG_END@json.output@@@" | 219 "@@@STEP_LOG_END@json.output@@@" |
| 220 ] | 220 ] |
| 221 }, | 221 }, |
| 222 { | 222 { |
| 223 "cmd": [ | 223 "cmd": [ |
| 224 "python", | 224 "python", |
| 225 "-u", | 225 "-u", |
| 226 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 226 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 227 "[BUILDER_CACHE]/Android_Find_Annotated_Test/src/testing/buildbot/chromium
.fyi.json", | 227 "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src/testing/buildbot/chrom
ium.fyi.json", |
| 228 "/path/to/tmp/json" | 228 "/path/to/tmp/json" |
| 229 ], | 229 ], |
| 230 "name": "read test spec (chromium.fyi.json)", | 230 "name": "read test spec (chromium.fyi.json)", |
| 231 "~followup_annotations": [ | 231 "~followup_annotations": [ |
| 232 "@@@STEP_TEXT@path: [BUILDER_CACHE]/Android_Find_Annotated_Test/src/testin
g/buildbot/chromium.fyi.json@@@", | 232 "@@@STEP_TEXT@path: [BUILDER_CACHE]/Android_Blimp_Integration_Test/src/tes
ting/buildbot/chromium.fyi.json@@@", |
| 233 "@@@STEP_LOG_LINE@json.output@{}@@@", | 233 "@@@STEP_LOG_LINE@json.output@{}@@@", |
| 234 "@@@STEP_LOG_END@json.output@@@" | 234 "@@@STEP_LOG_END@json.output@@@" |
| 235 ] | 235 ] |
| 236 }, | 236 }, |
| 237 { | 237 { |
| 238 "cmd": [ | 238 "cmd": [ |
| 239 "python", | 239 "python", |
| 240 "-u", | 240 "-u", |
| 241 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 241 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 242 "--show-path", | 242 "--show-path", |
| 243 "python", | 243 "python", |
| 244 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" | 244 "RECIPE_PACKAGE_REPO[build]/scripts/slave/cleanup_temp.py" |
| 245 ], | 245 ], |
| 246 "name": "cleanup_temp" | 246 "name": "cleanup_temp" |
| 247 }, | 247 }, |
| 248 { | 248 { |
| 249 "cmd": [ | 249 "cmd": [ |
| 250 "python", | 250 "python", |
| 251 "-u", | 251 "-u", |
| 252 "\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", | 252 "\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", |
| 253 "[BUILDER_CACHE]/Android_Find_Annotated_Test/src/out/Debug/debug_info_dump
s", | 253 "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src/out/Debug/debug_info_d
umps", |
| 254 "[BUILDER_CACHE]/Android_Find_Annotated_Test/src/out/Debug/test_logs", | 254 "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src/out/Debug/test_logs", |
| 255 "[BUILDER_CACHE]/Android_Find_Annotated_Test/src/out/build_product.zip", | 255 "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src/out/build_product.zip"
, |
| 256 "[BUILDER_CACHE]/Android_Find_Annotated_Test/src" | 256 "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src" |
| 257 ], | 257 ], |
| 258 "name": "clean local files", | 258 "name": "clean local files", |
| 259 "~followup_annotations": [ | 259 "~followup_annotations": [ |
| 260 "@@@STEP_LOG_LINE@python.inline@@@@", | 260 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 261 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", | 261 "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@", |
| 262 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", | 262 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@", |
| 263 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", | 263 "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@", |
| 264 "@@@STEP_LOG_LINE@python.inline@try:@@@", | 264 "@@@STEP_LOG_LINE@python.inline@try:@@@", |
| 265 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", | 265 "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@", |
| 266 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 266 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 267 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 267 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 268 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 268 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
| 269 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 269 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 270 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 270 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 271 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 271 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 272 "@@@STEP_LOG_END@python.inline@@@" | 272 "@@@STEP_LOG_END@python.inline@@@" |
| 273 ] | 273 ] |
| 274 }, | 274 }, |
| 275 { | 275 { |
| 276 "allow_subannotations": false, | 276 "allow_subannotations": false, |
| 277 "cmd": [ | 277 "cmd": [ |
| 278 "[BUILDER_CACHE]/Android_Find_Annotated_Test/src/build/tree_truth.sh", | 278 "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src/build/tree_truth.sh", |
| 279 "[BUILDER_CACHE]/Android_Find_Annotated_Test/src", | 279 "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src", |
| 280 "src" | 280 "src" |
| 281 ], | 281 ], |
| 282 "name": "tree truth steps" | 282 "name": "tree truth steps" |
| 283 }, | 283 }, |
| 284 { | 284 { |
| 285 "cmd": [ | 285 "cmd": [ |
| 286 "python", | 286 "python", |
| 287 "-u", | 287 "-u", |
| 288 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", | 288 "\nimport os, sys\nfrom common import chromium_utils # Error? See https://
crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD
irectory(sys.argv[1])\n", |
| 289 "[BUILDER_CACHE]/Android_Find_Annotated_Test/src/out/Debug" | 289 "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src/out/Debug" |
| 290 ], | 290 ], |
| 291 "name": "rmtree build directory", | 291 "name": "rmtree build directory", |
| 292 "~followup_annotations": [ | 292 "~followup_annotations": [ |
| 293 "@@@STEP_LOG_LINE@python.inline@@@@", | 293 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 294 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", | 294 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", |
| 295 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", | 295 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error?
See https://crbug.com/584783.@@@", |
| 296 "@@@STEP_LOG_LINE@python.inline@@@@", | 296 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 297 "@@@STEP_LOG_LINE@python.inline@@@@", | 297 "@@@STEP_LOG_LINE@python.inline@@@@", |
| 298 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", | 298 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", |
| 299 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", | 299 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[
1])@@@", |
| 300 "@@@STEP_LOG_END@python.inline@@@" | 300 "@@@STEP_LOG_END@python.inline@@@" |
| 301 ] | 301 ] |
| 302 }, | 302 }, |
| 303 { | 303 { |
| 304 "cmd": [ | 304 "cmd": [ |
| 305 "python", | 305 "python", |
| 306 "-u", | 306 "-u", |
| 307 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 307 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 308 "--show-path", | 308 "--show-path", |
| 309 "python", | 309 "python", |
| 310 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", | 310 "RECIPE_PACKAGE_REPO[build]/scripts/slave/extract_build.py", |
| 311 "--gsutil-py-path", | 311 "--gsutil-py-path", |
| 312 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 312 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 313 "--target", | 313 "--target", |
| 314 "Debug", | 314 "Debug", |
| 315 "--src-dir", | 315 "--src-dir", |
| 316 "[BUILDER_CACHE]/Android_Find_Annotated_Test/src", | 316 "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src", |
| 317 "--build-archive-url", | 317 "--build-archive-url", |
| 318 "gs://test-domain/test-archive.zip", | 318 "gs://test-domain/test-archive.zip", |
| 319 "--master-name", | 319 "--master-name", |
| 320 "chromium.fyi", | 320 "chromium.fyi", |
| 321 "--build-number", | 321 "--build-number", |
| 322 "571" | 322 "571" |
| 323 ], | 323 ], |
| 324 "name": "extract build" | 324 "name": "extract build" |
| 325 }, | 325 }, |
| 326 { | 326 { |
| 327 "cmd": [ | 327 "cmd": [ |
| 328 "python", | 328 "python", |
| 329 "-u", | 329 "-u", |
| 330 "[BUILDER_CACHE]/Android_Find_Annotated_Test/src/tools/android/find_annota
ted_tests.py", | 330 "RECIPE_PACKAGE_REPO[depot_tools]/gn.py", |
| 331 "--apk-output-dir", | 331 "--root=[BUILDER_CACHE]/Android_Blimp_Integration_Test/src", |
| 332 "[BUILDER_CACHE]/Android_Find_Annotated_Test/src/out/Debug", | 332 "gen", |
| 333 "--json-output-dir", | 333 "//out/Release", |
| 334 "[TMP_BASE]/annotated_tests_json_tmp_1", | 334 "--args=is_debug=false target_cpu=\"x64\" use_goma=true goma_dir=\"RECIPE_
PACKAGE_REPO[build]/goma\"" |
| 335 "--timestamp-string", | |
| 336 "20160101T000000", | |
| 337 "-v", | |
| 338 "--test-apks", | |
| 339 "ContentShellTest", | |
| 340 "SystemWebViewShellLayoutTest", | |
| 341 "ChromePublicTest", | |
| 342 "ChromeSyncShellTest", | |
| 343 "BlimpTest", | |
| 344 "AndroidWebViewTest" | |
| 345 ], | 335 ], |
| 346 "cwd": "[BUILDER_CACHE]/Android_Find_Annotated_Test/src", | 336 "cwd": "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src", |
| 347 "env": { | 337 "env": { |
| 348 "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", |
| 349 "PATH": "[BUILDER_CACHE]/Android_Find_Annotated_Test/src/third_party/andro
id_tools/sdk/platform-tools:[BUILDER_CACHE]/Android_Find_Annotated_Test/src/buil
d/android:%(PATH)s" | 339 "PATH": "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src/third_party/an
droid_tools/sdk/platform-tools:[BUILDER_CACHE]/Android_Blimp_Integration_Test/sr
c/build/android:%(PATH)s" |
| 350 }, | 340 }, |
| 351 "name": "run find_annotated_tests.py" | 341 "name": "gn" |
| 352 }, | 342 }, |
| 353 { | 343 { |
| 354 "cmd": [ | 344 "cmd": [ |
| 355 "python", | 345 "python", |
| 356 "-u", | 346 "-u", |
| 357 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 347 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 348 "--show-path", |
| 349 "python", |
| 350 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 351 "--gsutil-py-path", |
| 352 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 353 "--ninja-path", |
| 354 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 355 "--target", |
| 356 "Release", |
| 357 "--src-dir", |
| 358 "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src", |
| 359 "--goma-cache-dir", |
| 360 "[GOMA_CACHE]", |
| 361 "--goma-deps-cache-dir", |
| 362 "[GOMA_DEPS_CACHE]", |
| 363 "--build-data-dir", |
| 364 "[ROOT]/build_data_dir", |
| 365 "--compiler", |
| 366 "goma", |
| 367 "--goma-jsonstatus", |
| 368 "/path/to/tmp/json", |
| 369 "--goma-service-account-json-file", |
| 370 "/creds/service_accounts/service-account-goma-client.json", |
| 371 "--goma-dir", |
| 372 "RECIPE_PACKAGE_REPO[build]/goma", |
| 358 "--", | 373 "--", |
| 359 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 374 "blimp" |
| 360 "----", | |
| 361 "cp", | |
| 362 "[TMP_BASE]/annotated_tests_json_tmp_1/20160101T000000-android-chrome.json
", | |
| 363 "gs://chromium-annotated-tests/android" | |
| 364 ], | 375 ], |
| 365 "cwd": "[BUILDER_CACHE]/Android_Find_Annotated_Test", | 376 "cwd": "[BUILDER_CACHE]/Android_Blimp_Integration_Test", |
| 366 "env": { | 377 "env": { |
| 367 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 378 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 368 "PATH": "[BUILDER_CACHE]/Android_Find_Annotated_Test/src/third_party/andro
id_tools/sdk/platform-tools:[BUILDER_CACHE]/Android_Find_Annotated_Test/src/buil
d/android:%(PATH)s" | 379 "PATH": "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src/third_party/an
droid_tools/sdk/platform-tools:[BUILDER_CACHE]/Android_Blimp_Integration_Test/sr
c/build/android:%(PATH)s" |
| 369 }, | 380 }, |
| 370 "name": "gsutil upload", | 381 "name": "compile", |
| 371 "~followup_annotations": [ | 382 "~followup_annotations": [ |
| 372 "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-anno
tated-tests/android@@@" | 383 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 384 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 373 ] | 385 ] |
| 374 }, | 386 }, |
| 375 { | 387 { |
| 376 "cmd": [ | 388 "cmd": [ |
| 377 "python", | 389 "python", |
| 378 "-u", | 390 "-u", |
| 379 "RECIPE_MODULE[recipe_engine::shutil]/resources/rmtree.py", | 391 "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src/blimp/tools/client_eng
ine_integration.py", |
| 380 "[TMP_BASE]/annotated_tests_json_tmp_1" | 392 "--output-linux-directory", |
| 393 "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src/out-linux/Debug", |
| 394 "start" |
| 381 ], | 395 ], |
| 382 "cwd": "[BUILDER_CACHE]/Android_Find_Annotated_Test", | 396 "cwd": "[BUILDER_CACHE]/Android_Blimp_Integration_Test", |
| 383 "env": { | 397 "env": { |
| 384 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 398 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 385 "PATH": "[BUILDER_CACHE]/Android_Find_Annotated_Test/src/third_party/andro
id_tools/sdk/platform-tools:[BUILDER_CACHE]/Android_Find_Annotated_Test/src/buil
d/android:%(PATH)s" | 399 "PATH": "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src/third_party/an
droid_tools/sdk/platform-tools:[BUILDER_CACHE]/Android_Blimp_Integration_Test/sr
c/build/android:%(PATH)s" |
| 386 }, | 400 }, |
| 387 "name": "rmtree [TMP_BASE]/annotated_tests_json_tmp_1" | 401 "name": "client_engine_integration.py start" |
| 388 }, | 402 }, |
| 389 { | 403 { |
| 390 "cmd": [ | 404 "cmd": [ |
| 391 "python", | 405 "python", |
| 392 "-u", | 406 "-u", |
| 393 "\nimport glob, os, sys\nfor report in glob.glob(sys.argv[1]):\n with ope
n(report, 'r') as f:\n for l in f.readlines():\n print l\n os.remove(re
port)\n", | 407 "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src/blimp/tools/client_eng
ine_integration.py", |
| 394 "[BUILDER_CACHE]/Android_Find_Annotated_Test/src/out/Debug/test_logs/*.log
" | 408 "--output-linux-directory", |
| 409 "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src/out-linux/Debug", |
| 410 "load", |
| 411 "--apk-path", |
| 412 "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src/out-android/Debug/Blim
p.apk" |
| 395 ], | 413 ], |
| 396 "cwd": "[BUILDER_CACHE]/Android_Find_Annotated_Test", | 414 "cwd": "[BUILDER_CACHE]/Android_Blimp_Integration_Test", |
| 397 "env": { | 415 "env": { |
| 398 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 416 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 399 "PATH": "[BUILDER_CACHE]/Android_Find_Annotated_Test/src/third_party/andro
id_tools/sdk/platform-tools:[BUILDER_CACHE]/Android_Find_Annotated_Test/src/buil
d/android:%(PATH)s" | 417 "PATH": "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src/third_party/an
droid_tools/sdk/platform-tools:[BUILDER_CACHE]/Android_Blimp_Integration_Test/sr
c/build/android:%(PATH)s" |
| 400 }, | 418 }, |
| 401 "name": "test_report", | 419 "name": "client_engine_integration.py load" |
| 402 "~followup_annotations": [ | 420 }, |
| 403 "@@@STEP_LOG_LINE@python.inline@@@@", | 421 { |
| 404 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 422 "cmd": [ |
| 405 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 423 "python", |
| 406 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 424 "-u", |
| 407 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 425 "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src/blimp/tools/client_eng
ine_integration.py", |
| 408 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 426 "--output-linux-directory", |
| 409 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 427 "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src/out-linux/Debug", |
| 410 "@@@STEP_LOG_END@python.inline@@@" | 428 "stop" |
| 411 ] | 429 ], |
| 430 "cwd": "[BUILDER_CACHE]/Android_Blimp_Integration_Test", |
| 431 "env": { |
| 432 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 433 "PATH": "[BUILDER_CACHE]/Android_Blimp_Integration_Test/src/third_party/an
droid_tools/sdk/platform-tools:[BUILDER_CACHE]/Android_Blimp_Integration_Test/sr
c/build/android:%(PATH)s" |
| 434 }, |
| 435 "name": "client_engine_integration.py stop" |
| 412 }, | 436 }, |
| 413 { | 437 { |
| 414 "name": "$result", | 438 "name": "$result", |
| 415 "recipe_result": null, | 439 "recipe_result": null, |
| 416 "status_code": 0 | 440 "status_code": 0 |
| 417 } | 441 } |
| 418 ] | 442 ] |
| OLD | NEW |