| Index: scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64_builder.json
|
| diff --git a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64_builder.json b/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64_builder.json
|
| deleted file mode 100644
|
| index 3f7dc669b26803dd6a22cfbef9ddd9deed524853..0000000000000000000000000000000000000000
|
| --- a/scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_android64_builder.json
|
| +++ /dev/null
|
| @@ -1,438 +0,0 @@
|
| -[
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "\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",
|
| - "[BUILDER_CACHE]/Android64_Builder",
|
| - "511"
|
| - ],
|
| - "name": "makedirs checkout path",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@python.inline@@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
|
| - "@@@STEP_LOG_END@python.inline@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
|
| - "--spec",
|
| - "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome-internal.googlesource.com/chrome/deps/webrtc-limited'}]\ntarget_os = ['android']",
|
| - "--patch_root",
|
| - "src",
|
| - "--revision_mapping_file",
|
| - "{\"src\": \"got_revision\"}",
|
| - "--git-cache-dir",
|
| - "[GIT_CACHE]",
|
| - "--output_json",
|
| - "/path/to/tmp/json",
|
| - "--revision",
|
| - "src@12345",
|
| - "--output_manifest"
|
| - ],
|
| - "cwd": "[BUILDER_CACHE]/Android64_Builder",
|
| - "env": {
|
| - "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| - },
|
| - "name": "bot_update",
|
| - "~followup_annotations": [
|
| - "@@@STEP_TEXT@Some step text@@@",
|
| - "@@@STEP_LOG_LINE@json.output@{@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"src\": \"12345\"@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ }, @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src.git\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\"@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ }@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ }, @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master@{#170242}\"@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ }, @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
|
| - "@@@STEP_LOG_LINE@json.output@}@@@",
|
| - "@@@STEP_LOG_END@json.output@@@",
|
| - "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\"@@@",
|
| - "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_MODULE[build::webrtc]/resources/cleanup_files.py",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/out"
|
| - ],
|
| - "name": "clean test output files"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "\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\nfor base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endswith('.pyc'):\n os.remove(os.path.join(base, f))\n",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/out/Release/debug_info_dumps",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/out/Release/test_logs",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/out/build_product.zip",
|
| - "[BUILDER_CACHE]/Android64_Builder/src"
|
| - ],
|
| - "name": "clean local files",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@python.inline@@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@import shutil, sys, os@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[1], True)@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@shutil.rmtree(sys.argv[2], True)@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@try:@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@ os.remove(sys.argv[3])@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@except OSError:@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@ pass@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv[4]):@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@",
|
| - "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@",
|
| - "@@@STEP_LOG_END@python.inline@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_MODULE[build::isolate]/resources/find_isolated_tests.py",
|
| - "--build-dir",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/out/Release",
|
| - "--clean-isolated-files"
|
| - ],
|
| - "name": "clean isolated files"
|
| - },
|
| - {
|
| - "cmd": [],
|
| - "name": "ensure_goma"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
|
| - "--platform",
|
| - "linux-amd64",
|
| - "--dest-directory",
|
| - "[SLAVE_BUILD]/cipd",
|
| - "--json-output",
|
| - "/path/to/tmp/json"
|
| - ],
|
| - "name": "ensure_goma.install cipd",
|
| - "~followup_annotations": [
|
| - "@@@STEP_NEST_LEVEL@1@@@",
|
| - "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@@",
|
| - "@@@STEP_LOG_LINE@json.output@{@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-package-instance_id\"@@@",
|
| - "@@@STEP_LOG_LINE@json.output@}@@@",
|
| - "@@@STEP_LOG_END@json.output@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "[SLAVE_BUILD]/cipd/cipd",
|
| - "ensure",
|
| - "--root",
|
| - "[CACHE]/cipd/goma",
|
| - "--list",
|
| - "infra/tools/cloudtail/linux-amd64 goma_recipe_module\ninfra_internal/goma/client/linux-amd64 release",
|
| - "--json-output",
|
| - "/path/to/tmp/json",
|
| - "--service-account-json",
|
| - "/creds/service_accounts/service-account-goma-client.json"
|
| - ],
|
| - "name": "ensure_goma.ensure_installed",
|
| - "~followup_annotations": [
|
| - "@@@STEP_NEST_LEVEL@1@@@",
|
| - "@@@STEP_LOG_LINE@json.output@{@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ {@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-goma_recipe_modu\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra/tools/cloudtail/linux-amd64\"@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ }, @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ {@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-release---------\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/client/linux-amd64\"@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ }@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ ]@@@",
|
| - "@@@STEP_LOG_LINE@json.output@}@@@",
|
| - "@@@STEP_LOG_END@json.output@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
|
| - "runhooks"
|
| - ],
|
| - "cwd": "[BUILDER_CACHE]/Android64_Builder/src",
|
| - "env": {
|
| - "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
|
| - "GYP_CROSSCOMPILE": "1",
|
| - "GYP_DEFINES": "OS=android component=static_library fastbuild=1 gomadir='[CACHE]/cipd/goma' target_arch=arm64 test_isolation_mode=prepare use_goma=1",
|
| - "PATH": "[BUILDER_CACHE]/Android64_Builder/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/Android64_Builder/src/build/android:%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| - },
|
| - "name": "gclient runhooks"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/tools/mb/mb.py",
|
| - "gen",
|
| - "-m",
|
| - "client.webrtc",
|
| - "-b",
|
| - "Android64 Builder",
|
| - "--config-file",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/webrtc/build/mb_config.pyl",
|
| - "--goma-dir",
|
| - "[CACHE]/cipd/goma",
|
| - "--swarming-targets-file",
|
| - "AppRTCMobileTest\nandroid_junit_tests\naudio_decoder_unittests\ncommon_audio_unittests\ncommon_video_unittests\nlibjingle_peerconnection_android_unittest\nmodules_tests\nmodules_unittests\npeerconnection_unittests\nrtc_stats_unittests\nrtc_unittests\nsystem_wrappers_unittests\ntest_support_unittests\ntools_unittests\nvideo_engine_tests\nvoice_engine_unittests\nwebrtc_nonparallel_tests\n",
|
| - "--gyp-script=[BUILDER_CACHE]/Android64_Builder/src/webrtc/build/gyp_webrtc.py",
|
| - "//out/Release"
|
| - ],
|
| - "cwd": "[BUILDER_CACHE]/Android64_Builder/src",
|
| - "env": {
|
| - "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json"
|
| - },
|
| - "name": "generate_build_files",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@swarming-targets-file.txt@AppRTCMobileTest@@@",
|
| - "@@@STEP_LOG_LINE@swarming-targets-file.txt@android_junit_tests@@@",
|
| - "@@@STEP_LOG_LINE@swarming-targets-file.txt@audio_decoder_unittests@@@",
|
| - "@@@STEP_LOG_LINE@swarming-targets-file.txt@common_audio_unittests@@@",
|
| - "@@@STEP_LOG_LINE@swarming-targets-file.txt@common_video_unittests@@@",
|
| - "@@@STEP_LOG_LINE@swarming-targets-file.txt@libjingle_peerconnection_android_unittest@@@",
|
| - "@@@STEP_LOG_LINE@swarming-targets-file.txt@modules_tests@@@",
|
| - "@@@STEP_LOG_LINE@swarming-targets-file.txt@modules_unittests@@@",
|
| - "@@@STEP_LOG_LINE@swarming-targets-file.txt@peerconnection_unittests@@@",
|
| - "@@@STEP_LOG_LINE@swarming-targets-file.txt@rtc_stats_unittests@@@",
|
| - "@@@STEP_LOG_LINE@swarming-targets-file.txt@rtc_unittests@@@",
|
| - "@@@STEP_LOG_LINE@swarming-targets-file.txt@system_wrappers_unittests@@@",
|
| - "@@@STEP_LOG_LINE@swarming-targets-file.txt@test_support_unittests@@@",
|
| - "@@@STEP_LOG_LINE@swarming-targets-file.txt@tools_unittests@@@",
|
| - "@@@STEP_LOG_LINE@swarming-targets-file.txt@video_engine_tests@@@",
|
| - "@@@STEP_LOG_LINE@swarming-targets-file.txt@voice_engine_unittests@@@",
|
| - "@@@STEP_LOG_LINE@swarming-targets-file.txt@webrtc_nonparallel_tests@@@",
|
| - "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
| - "--show-path",
|
| - "python",
|
| - "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
|
| - "--gsutil-py-path",
|
| - "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
|
| - "--ninja-path",
|
| - "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
|
| - "--target",
|
| - "Release",
|
| - "--src-dir",
|
| - "[BUILDER_CACHE]/Android64_Builder/src",
|
| - "--goma-cache-dir",
|
| - "[GOMA_CACHE]",
|
| - "--buildbot-buildername",
|
| - "Android64 Builder",
|
| - "--buildbot-mastername",
|
| - "client.webrtc",
|
| - "--buildbot-slavename",
|
| - "slavename",
|
| - "--goma-deps-cache-file",
|
| - "Android64_Builder.gomadeps",
|
| - "--compiler",
|
| - "goma",
|
| - "--goma-jsonstatus",
|
| - "/path/to/tmp/json",
|
| - "--goma-service-account-json-file",
|
| - "/creds/service_accounts/service-account-goma-client.json",
|
| - "--goma-dir",
|
| - "[CACHE]/cipd/goma",
|
| - "--"
|
| - ],
|
| - "env": {
|
| - "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account-goma-client.json",
|
| - "PATH": "[BUILDER_CACHE]/Android64_Builder/src/third_party/android_tools/sdk/platform-tools:[BUILDER_CACHE]/Android64_Builder/src/build/android:%(PATH)s"
|
| - },
|
| - "name": "compile",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
|
| - "@@@STEP_LOG_END@json.output (invalid)@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/tools/determinism/remove_build_metadata.py",
|
| - "--build-dir",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/out/Release"
|
| - ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| - "name": "remove_build_metadata"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_MODULE[build::isolate]/resources/isolate.py",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/tools/swarming_client",
|
| - "batcharchive",
|
| - "--dump-json",
|
| - "/path/to/tmp/json",
|
| - "--isolate-server",
|
| - "https://isolateserver.appspot.com",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/out/Release/AppRTCMobileTest.isolated.gen.json",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/out/Release/android_junit_tests.isolated.gen.json",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/out/Release/audio_decoder_unittests.isolated.gen.json",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/out/Release/common_audio_unittests.isolated.gen.json",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/out/Release/common_video_unittests.isolated.gen.json",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/out/Release/libjingle_peerconnection_android_unittest.isolated.gen.json",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/out/Release/modules_tests.isolated.gen.json",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/out/Release/modules_unittests.isolated.gen.json",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/out/Release/peerconnection_unittests.isolated.gen.json",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/out/Release/rtc_stats_unittests.isolated.gen.json",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/out/Release/rtc_unittests.isolated.gen.json",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/out/Release/system_wrappers_unittests.isolated.gen.json",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/out/Release/test_support_unittests.isolated.gen.json",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/out/Release/tools_unittests.isolated.gen.json",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/out/Release/video_engine_tests.isolated.gen.json",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/out/Release/voice_engine_unittests.isolated.gen.json",
|
| - "[BUILDER_CACHE]/Android64_Builder/src/out/Release/webrtc_nonparallel_tests.isolated.gen.json"
|
| - ],
|
| - "name": "isolate tests",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LOG_LINE@json.output@{@@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"AppRTCMobileTest\": \"[dummy hash for AppRTCMobileTest]\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"android_junit_tests\": \"[dummy hash for android_junit_tests]\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"audio_decoder_unittests\": \"[dummy hash for audio_decoder_unittests]\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"common_audio_unittests\": \"[dummy hash for common_audio_unittests]\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"common_video_unittests\": \"[dummy hash for common_video_unittests]\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"libjingle_peerconnection_android_unittest\": \"[dummy hash for libjingle_peerconnection_android_unittest]\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"modules_tests\": \"[dummy hash for modules_tests]\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"modules_unittests\": \"[dummy hash for modules_unittests]\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"peerconnection_unittests\": \"[dummy hash for peerconnection_unittests]\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"rtc_stats_unittests\": \"[dummy hash for rtc_stats_unittests]\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"rtc_unittests\": \"[dummy hash for rtc_unittests]\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"system_wrappers_unittests\": \"[dummy hash for system_wrappers_unittests]\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"test_support_unittests\": \"[dummy hash for test_support_unittests]\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"tools_unittests\": \"[dummy hash for tools_unittests]\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"video_engine_tests\": \"[dummy hash for video_engine_tests]\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"voice_engine_unittests\": \"[dummy hash for voice_engine_unittests]\", @@@",
|
| - "@@@STEP_LOG_LINE@json.output@ \"webrtc_nonparallel_tests\": \"[dummy hash for webrtc_nonparallel_tests]\"@@@",
|
| - "@@@STEP_LOG_LINE@json.output@}@@@",
|
| - "@@@STEP_LOG_END@json.output@@@",
|
| - "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"AppRTCMobileTest\": \"[dummy hash for AppRTCMobileTest]\", \"android_junit_tests\": \"[dummy hash for android_junit_tests]\", \"audio_decoder_unittests\": \"[dummy hash for audio_decoder_unittests]\", \"common_audio_unittests\": \"[dummy hash for common_audio_unittests]\", \"common_video_unittests\": \"[dummy hash for common_video_unittests]\", \"libjingle_peerconnection_android_unittest\": \"[dummy hash for libjingle_peerconnection_android_unittest]\", \"modules_tests\": \"[dummy hash for modules_tests]\", \"modules_unittests\": \"[dummy hash for modules_unittests]\", \"peerconnection_unittests\": \"[dummy hash for peerconnection_unittests]\", \"rtc_stats_unittests\": \"[dummy hash for rtc_stats_unittests]\", \"rtc_unittests\": \"[dummy hash for rtc_unittests]\", \"system_wrappers_unittests\": \"[dummy hash for system_wrappers_unittests]\", \"test_support_unittests\": \"[dummy hash for test_support_unittests]\", \"tools_unittests\": \"[dummy hash for tools_unittests]\", \"video_engine_tests\": \"[dummy hash for video_engine_tests]\", \"voice_engine_unittests\": \"[dummy hash for voice_engine_unittests]\", \"webrtc_nonparallel_tests\": \"[dummy hash for webrtc_nonparallel_tests]\"}@@@"
|
| - ]
|
| - },
|
| - {
|
| - "allow_subannotations": true,
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
|
| - "--show-path",
|
| - "python",
|
| - "RECIPE_PACKAGE_REPO[build]/scripts/slave/zip_build.py",
|
| - "--target",
|
| - "Release",
|
| - "--gsutil-py-path",
|
| - "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
|
| - "--staging-dir",
|
| - "[CACHE]/chrome_staging",
|
| - "--src-dir",
|
| - "[BUILDER_CACHE]/Android64_Builder/src",
|
| - "--build-url",
|
| - "gs://chromium-webrtc/client.webrtc/Android64 Builder",
|
| - "--build_revision",
|
| - "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
|
| - "--factory-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android64 Builder\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}",
|
| - "--build-properties",
|
| - "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android64 Builder\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"path_config\": \"kitchen\", \"recipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavename\"}"
|
| - ],
|
| - "name": "package build"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_MODULE[build::zip]/resources/zip.py"
|
| - ],
|
| - "name": "AppRTCMobile zip archive",
|
| - "stdin": "{\"entries\": [{\"archive_name\": null, \"path\": \"[BUILDER_CACHE]/Android64_Builder/src/out/Release/apks/AppRTCMobile.apk\", \"type\": \"file\"}], \"output\": \"[SLAVE_BUILD]/AppRTCMobile_apk.zip\", \"root\": \"[BUILDER_CACHE]/Android64_Builder/src/out/Release/apks\"}"
|
| - },
|
| - {
|
| - "cmd": [
|
| - "python",
|
| - "-u",
|
| - "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
|
| - "--",
|
| - "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
|
| - "----",
|
| - "cp",
|
| - "-a",
|
| - "public-read",
|
| - "[SLAVE_BUILD]/AppRTCMobile_apk.zip",
|
| - "gs://chromium-webrtc/client.webrtc/Android64 Builder/AppRTCMobile_apk_170242.zip"
|
| - ],
|
| - "name": "gsutil upload",
|
| - "~followup_annotations": [
|
| - "@@@STEP_LINK@gsutil.upload@https://storage.googleapis.com/chromium-webrtc/client.webrtc/Android64 Builder/AppRTCMobile_apk_170242.zip@@@"
|
| - ]
|
| - },
|
| - {
|
| - "cmd": [],
|
| - "name": "trigger",
|
| - "trigger_specs": [
|
| - {
|
| - "builder_name": "Android64 Tests (M Nexus5X)",
|
| - "properties": {
|
| - "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
|
| - "parent_got_revision_cp": "refs/heads/master@{#170242}",
|
| - "revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9"
|
| - }
|
| - },
|
| - {
|
| - "builder_name": "Android64 Tests (L Nexus9)",
|
| - "properties": {
|
| - "parent_got_revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
|
| - "parent_got_revision_cp": "refs/heads/master@{#170242}",
|
| - "revision": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9"
|
| - }
|
| - }
|
| - ],
|
| - "~followup_annotations": [
|
| - "@@@STEP_TEXT@Android64 Tests (L Nexus9)<br />Android64 Tests (M Nexus5X)@@@"
|
| - ]
|
| - },
|
| - {
|
| - "name": "$result",
|
| - "recipe_result": null,
|
| - "status_code": 0
|
| - }
|
| -]
|
|
|