| [ |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "rmtree", |
| "[CACHE]\\builder\\src\\out" |
| ], |
| "infra_step": true, |
| "name": "Clobber build output" |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "ensure-directory", |
| "--mode", |
| "0777", |
| "[CACHE]\\builder" |
| ], |
| "infra_step": true, |
| "name": "Ensure checkout cache" |
| }, |
| { |
| "cmd": [], |
| "name": "ensure goma" |
| }, |
| { |
| "cmd": [ |
| "cipd.bat", |
| "ensure", |
| "-root", |
| "[CACHE]\\goma\\client", |
| "-ensure-file", |
| "fuchsia/third_party/goma/client/${platform} integration", |
| "-max-threads", |
| "0", |
| "-json-output", |
| "/path/to/tmp/json" |
| ], |
| "infra_step": true, |
| "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@ {@@@", |
| "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-integration-----\", @@@", |
| "@@@STEP_LOG_LINE@json.output@ \"package\": \"fuchsia/third_party/goma/client/resolved-platform\"@@@", |
| "@@@STEP_LOG_LINE@json.output@ }@@@", |
| "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| "@@@STEP_LOG_LINE@json.output@ }@@@", |
| "@@@STEP_LOG_LINE@json.output@}@@@", |
| "@@@STEP_LOG_END@json.output@@@" |
| ] |
| }, |
| { |
| "cmd": [], |
| "name": "Install certs" |
| }, |
| { |
| "cmd": [ |
| "cipd.bat", |
| "ensure", |
| "-root", |
| "[CACHE]\\certs", |
| "-ensure-file", |
| "flutter_internal/certs latest", |
| "-max-threads", |
| "0", |
| "-json-output", |
| "/path/to/tmp/json" |
| ], |
| "name": "Install certs.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@ {@@@", |
| "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-latest----------\", @@@", |
| "@@@STEP_LOG_LINE@json.output@ \"package\": \"flutter_internal/certs\"@@@", |
| "@@@STEP_LOG_LINE@json.output@ }@@@", |
| "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| "@@@STEP_LOG_LINE@json.output@ }@@@", |
| "@@@STEP_LOG_LINE@json.output@}@@@", |
| "@@@STEP_LOG_END@json.output@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "powershell.exe", |
| "[CACHE]\\certs\\install.ps1" |
| ], |
| "cwd": "[CACHE]\\certs", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GOMA_DIR": "[CACHE]\\goma\\client" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "name": "Install Certs" |
| }, |
| { |
| "cmd": [], |
| "name": "Enable long path support" |
| }, |
| { |
| "cmd": [ |
| "powershell.exe", |
| "RECIPE_MODULE[flutter::os_utils]\\resources\\long_paths.ps1" |
| ], |
| "name": "Enable long path support.Run long path support script", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@" |
| ] |
| }, |
| { |
| "cmd": [], |
| "name": "Checkout source code" |
| }, |
| { |
| "cmd": [ |
| "cipd.bat", |
| "ensure", |
| "-root", |
| "RECIPE_REPO[depot_tools]\\.cipd_bin", |
| "-ensure-file", |
| "RECIPE_REPO[depot_tools]\\cipd_manifest.txt", |
| "-max-threads", |
| "0", |
| "-json-output", |
| "/path/to/tmp/json" |
| ], |
| "name": "Checkout source code.ensure depot_tools/.cipd_bin", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@", |
| "@@@STEP_LOG_LINE@json.output@{@@@", |
| "@@@STEP_LOG_LINE@json.output@ \"result\": {}@@@", |
| "@@@STEP_LOG_LINE@json.output@}@@@", |
| "@@@STEP_LOG_END@json.output@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "copy", |
| "RECIPE_REPO[depot_tools]\\.cipd_bin\\ninja.exe", |
| "RECIPE_REPO[depot_tools]\\ninja.exe" |
| ], |
| "infra_step": true, |
| "name": "Checkout source code.copy depot_tools/.cipd_bin/ninja.exe to depot_tools/", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "rmcontents", |
| "[CACHE]\\builder" |
| ], |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "infra_step": true, |
| "name": "Checkout source code.Clobber cache", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "rmtree", |
| "[CACHE]\\git" |
| ], |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "infra_step": true, |
| "name": "Checkout source code.Clobber git cache", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "ensure-directory", |
| "--mode", |
| "0777", |
| "[CACHE]\\builder" |
| ], |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "infra_step": true, |
| "name": "Checkout source code.Ensure checkout cache", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py", |
| "--spec-path", |
| "cache_dir = '[CACHE]\\\\git'\nsolutions = [{'deps_file': '.DEPS.git', 'managed': False, 'name': 'src/flutter', 'url': 'https://flutter.googlesource.com/mirrors/engine'}]", |
| "--revision_mapping_file", |
| "{\"got_engine_revision\": \"src/flutter\"}", |
| "--git-cache-dir", |
| "[CACHE]\\git", |
| "--cleanup-dir", |
| "[CLEANUP]\\bot_update", |
| "--output_json", |
| "/path/to/tmp/json", |
| "--revision", |
| "src/flutter@HEAD" |
| ], |
| "cwd": "[CACHE]\\builder", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "DEPOT_TOOLS_COLLECT_METRICS": "0", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GIT_HTTP_LOW_SPEED_LIMIT": "102400", |
| "GIT_HTTP_LOW_SPEED_TIME": "1800", |
| "GOMA_DIR": "[CACHE]\\goma\\client" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0", |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]", |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "infra_step": true, |
| "name": "Checkout source code.bot_update", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@", |
| "@@@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/flutter\": \"HEAD\"@@@", |
| "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@", |
| "@@@STEP_LOG_LINE@json.output@ \"src/flutter\": {@@@", |
| "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src/flutter.git\", @@@", |
| "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9221bca00ddbd888260084def81f09543281b952\"@@@", |
| "@@@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/flutter\", @@@", |
| "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@", |
| "@@@STEP_LOG_LINE@json.output@ \"got_engine_revision\": \"9221bca00ddbd888260084def81f09543281b952\", @@@", |
| "@@@STEP_LOG_LINE@json.output@ \"got_engine_revision_cp\": \"refs/heads/main@{#84512}\", @@@", |
| "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"9221bca00ddbd888260084def81f09543281b952\"@@@", |
| "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| "@@@STEP_LOG_LINE@json.output@ \"root\": \"src/flutter\", @@@", |
| "@@@STEP_LOG_LINE@json.output@ \"source_manifest\": {@@@", |
| "@@@STEP_LOG_LINE@json.output@ \"directories\": {@@@", |
| "@@@STEP_LOG_LINE@json.output@ \"src/flutter\": {@@@", |
| "@@@STEP_LOG_LINE@json.output@ \"git_checkout\": {@@@", |
| "@@@STEP_LOG_LINE@json.output@ \"repo_url\": \"https://fake.org/src/flutter.git\", @@@", |
| "@@@STEP_LOG_LINE@json.output@ \"revision\": \"9221bca00ddbd888260084def81f09543281b952\"@@@", |
| "@@@STEP_LOG_LINE@json.output@ }@@@", |
| "@@@STEP_LOG_LINE@json.output@ }@@@", |
| "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| "@@@STEP_LOG_LINE@json.output@ \"version\": 0@@@", |
| "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@", |
| "@@@STEP_LOG_LINE@json.output@}@@@", |
| "@@@STEP_LOG_END@json.output@@@", |
| "@@@SET_BUILD_PROPERTY@got_engine_revision@\"9221bca00ddbd888260084def81f09543281b952\"@@@", |
| "@@@SET_BUILD_PROPERTY@got_engine_revision_cp@\"refs/heads/main@{#84512}\"@@@", |
| "@@@SET_BUILD_PROPERTY@got_revision@\"9221bca00ddbd888260084def81f09543281b952\"@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_REPO[depot_tools]\\gclient.py", |
| "runhooks" |
| ], |
| "cwd": "[CACHE]\\builder", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GOMA_DIR": "[CACHE]\\goma\\client" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]", |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "name": "Checkout source code.gclient runhooks", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_REPO[depot_tools]\\gclient.py", |
| "runhooks" |
| ], |
| "cwd": "[CACHE]\\builder", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GOMA_DIR": "[CACHE]\\goma\\client" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]", |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "name": "gclient runhooks" |
| }, |
| { |
| "cmd": [ |
| "python", |
| "[CACHE]\\builder\\src\\flutter/tools/gn", |
| "--goma", |
| "--unoptimized", |
| "--full-dart-sdk", |
| "--prebuilt-dart-sdk" |
| ], |
| "cwd": "[CACHE]\\builder", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GOMA_DIR": "[CACHE]\\goma\\client" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "name": "gn --unoptimized --full-dart-sdk --prebuilt-dart-sdk" |
| }, |
| { |
| "cmd": [], |
| "name": "setup goma" |
| }, |
| { |
| "cmd": [], |
| "name": "setup goma.ensure cpython3", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "copy", |
| "RECIPE_MODULE[fuchsia::python3]\\resources\\tool_manifest.json", |
| "/path/to/tmp/json" |
| ], |
| "cwd": "[CACHE]\\builder", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GLOG_log_dir": "[CLEANUP]", |
| "GOMA_ARBITRARY_TOOLCHAIN_SUPPORT": "True", |
| "GOMA_CACHE_DIR": "[CACHE]\\goma", |
| "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", |
| "GOMA_DIR": "[CACHE]\\goma\\client", |
| "GOMA_DUMP_STATS_FILE": "[CACHE]\\goma\\client\\goma_stats.json", |
| "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]\\goma\\localoutputcache", |
| "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", |
| "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", |
| "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", |
| "GOMA_TMP_DIR": "[CLEANUP]\\goma", |
| "GOMA_USE_LOCAL": "False" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "infra_step": true, |
| "name": "setup goma.ensure cpython3.read manifest", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@2@@@", |
| "@@@STEP_LOG_LINE@tool_manifest.json@{@@@", |
| "@@@STEP_LOG_LINE@tool_manifest.json@ \"path\": \"path/to/cpython3\",@@@", |
| "@@@STEP_LOG_LINE@tool_manifest.json@ \"version\": \"version:pinned-version\"@@@", |
| "@@@STEP_LOG_LINE@tool_manifest.json@}@@@", |
| "@@@STEP_LOG_END@tool_manifest.json@@@" |
| ] |
| }, |
| { |
| "cmd": [], |
| "name": "setup goma.ensure cpython3.install path/to/cpython3", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@2@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "ensure-directory", |
| "--mode", |
| "0777", |
| "[START_DIR]\\cipd_tool\\path\\to\\cpython3\\version%3Apinned-version" |
| ], |
| "cwd": "[CACHE]\\builder", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GLOG_log_dir": "[CLEANUP]", |
| "GOMA_ARBITRARY_TOOLCHAIN_SUPPORT": "True", |
| "GOMA_CACHE_DIR": "[CACHE]\\goma", |
| "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", |
| "GOMA_DIR": "[CACHE]\\goma\\client", |
| "GOMA_DUMP_STATS_FILE": "[CACHE]\\goma\\client\\goma_stats.json", |
| "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]\\goma\\localoutputcache", |
| "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", |
| "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", |
| "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", |
| "GOMA_TMP_DIR": "[CLEANUP]\\goma", |
| "GOMA_USE_LOCAL": "False" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "infra_step": true, |
| "name": "setup goma.ensure cpython3.install path/to/cpython3.ensure package directory", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@3@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "cipd.bat", |
| "ensure", |
| "-root", |
| "[START_DIR]\\cipd_tool\\path\\to\\cpython3\\version%3Apinned-version", |
| "-ensure-file", |
| "path/to/cpython3 version:pinned-version", |
| "-max-threads", |
| "0", |
| "-json-output", |
| "/path/to/tmp/json" |
| ], |
| "cwd": "[CACHE]\\builder", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GLOG_log_dir": "[CLEANUP]", |
| "GOMA_ARBITRARY_TOOLCHAIN_SUPPORT": "True", |
| "GOMA_CACHE_DIR": "[CACHE]\\goma", |
| "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", |
| "GOMA_DIR": "[CACHE]\\goma\\client", |
| "GOMA_DUMP_STATS_FILE": "[CACHE]\\goma\\client\\goma_stats.json", |
| "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]\\goma\\localoutputcache", |
| "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", |
| "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", |
| "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", |
| "GOMA_TMP_DIR": "[CLEANUP]\\goma", |
| "GOMA_USE_LOCAL": "False" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "infra_step": true, |
| "name": "setup goma.ensure cpython3.install path/to/cpython3.ensure_installed", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@3@@@", |
| "@@@STEP_LOG_LINE@json.output@{@@@", |
| "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", |
| "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", |
| "@@@STEP_LOG_LINE@json.output@ {@@@", |
| "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-version:pinned-v\", @@@", |
| "@@@STEP_LOG_LINE@json.output@ \"package\": \"path/to/cpython3\"@@@", |
| "@@@STEP_LOG_LINE@json.output@ }@@@", |
| "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| "@@@STEP_LOG_LINE@json.output@ }@@@", |
| "@@@STEP_LOG_LINE@json.output@}@@@", |
| "@@@STEP_LOG_END@json.output@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "[START_DIR]\\cipd_tool\\path\\to\\cpython3\\version%3Apinned-version\\bin\\python3.exe", |
| "[CACHE]\\goma\\client\\goma_ctl.py", |
| "restart" |
| ], |
| "cwd": "[CACHE]\\builder", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GLOG_log_dir": "[CLEANUP]", |
| "GOMA_ARBITRARY_TOOLCHAIN_SUPPORT": "True", |
| "GOMA_CACHE_DIR": "[CACHE]\\goma", |
| "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", |
| "GOMA_DIR": "[CACHE]\\goma\\client", |
| "GOMA_DUMP_STATS_FILE": "[CACHE]\\goma\\client\\goma_stats.json", |
| "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]\\goma\\localoutputcache", |
| "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", |
| "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", |
| "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", |
| "GOMA_TMP_DIR": "[CLEANUP]\\goma", |
| "GOMA_USE_LOCAL": "False" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "infra_step": true, |
| "name": "setup goma.start goma", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "RECIPE_REPO[depot_tools]\\ninja.exe", |
| "-j", |
| "200", |
| "-C", |
| "[CACHE]\\builder\\src\\out/host_debug_unopt" |
| ], |
| "cwd": "[CACHE]\\builder", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GOMA_DIR": "[CACHE]\\goma\\client", |
| "GOMA_TMP_DIR": "[CLEANUP]\\goma", |
| "GOMA_USE_LOCAL": "False" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "name": "build host_debug_unopt" |
| }, |
| { |
| "cmd": [], |
| "name": "teardown goma" |
| }, |
| { |
| "cmd": [ |
| "[START_DIR]\\cipd_tool\\path\\to\\cpython3\\version%3Apinned-version\\bin\\python3.exe", |
| "[CACHE]\\goma\\client\\goma_ctl.py", |
| "jsonstatus", |
| "[CACHE]\\goma\\client\\jsonstatus" |
| ], |
| "cwd": "[CACHE]\\builder", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GLOG_log_dir": "[CLEANUP]", |
| "GOMA_ARBITRARY_TOOLCHAIN_SUPPORT": "True", |
| "GOMA_CACHE_DIR": "[CACHE]\\goma", |
| "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", |
| "GOMA_DIR": "[CACHE]\\goma\\client", |
| "GOMA_DUMP_STATS_FILE": "[CACHE]\\goma\\client\\goma_stats.json", |
| "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]\\goma\\localoutputcache", |
| "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", |
| "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", |
| "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", |
| "GOMA_TMP_DIR": "[CLEANUP]\\goma", |
| "GOMA_USE_LOCAL": "False" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "name": "teardown goma.goma jsonstatus", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@", |
| "@@@STEP_LOG_LINE@json.output@{@@@", |
| "@@@STEP_LOG_LINE@json.output@ \"notice\": [@@@", |
| "@@@STEP_LOG_LINE@json.output@ {@@@", |
| "@@@STEP_LOG_LINE@json.output@ \"infra_status\": {@@@", |
| "@@@STEP_LOG_LINE@json.output@ \"num_user_error\": 0, @@@", |
| "@@@STEP_LOG_LINE@json.output@ \"ping_status_code\": 200@@@", |
| "@@@STEP_LOG_LINE@json.output@ }@@@", |
| "@@@STEP_LOG_LINE@json.output@ }@@@", |
| "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| "@@@STEP_LOG_LINE@json.output@}@@@", |
| "@@@STEP_LOG_END@json.output@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "[START_DIR]\\cipd_tool\\path\\to\\cpython3\\version%3Apinned-version\\bin\\python3.exe", |
| "[CACHE]\\goma\\client\\goma_ctl.py", |
| "stat" |
| ], |
| "cwd": "[CACHE]\\builder", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GLOG_log_dir": "[CLEANUP]", |
| "GOMA_ARBITRARY_TOOLCHAIN_SUPPORT": "True", |
| "GOMA_CACHE_DIR": "[CACHE]\\goma", |
| "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", |
| "GOMA_DIR": "[CACHE]\\goma\\client", |
| "GOMA_DUMP_STATS_FILE": "[CACHE]\\goma\\client\\goma_stats.json", |
| "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]\\goma\\localoutputcache", |
| "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", |
| "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", |
| "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", |
| "GOMA_TMP_DIR": "[CLEANUP]\\goma", |
| "GOMA_USE_LOCAL": "False" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "name": "teardown goma.goma stats", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "[START_DIR]\\cipd_tool\\path\\to\\cpython3\\version%3Apinned-version\\bin\\python3.exe", |
| "[CACHE]\\goma\\client\\goma_ctl.py", |
| "stop" |
| ], |
| "cwd": "[CACHE]\\builder", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GLOG_log_dir": "[CLEANUP]", |
| "GOMA_ARBITRARY_TOOLCHAIN_SUPPORT": "True", |
| "GOMA_CACHE_DIR": "[CACHE]\\goma", |
| "GOMA_DEPS_CACHE_FILE": "goma_deps_cache", |
| "GOMA_DIR": "[CACHE]\\goma\\client", |
| "GOMA_DUMP_STATS_FILE": "[CACHE]\\goma\\client\\goma_stats.json", |
| "GOMA_LOCAL_OUTPUT_CACHE_DIR": "[CACHE]\\goma\\localoutputcache", |
| "GOMA_MAX_SUM_OUTPUT_SIZE_IN_MB": "256", |
| "GOMA_SERVER_HOST": "rbe-prod1.endpoints.fuchsia-infra-goma-prod.cloud.goog", |
| "GOMA_STORE_LOCAL_RUN_OUTPUT": "True", |
| "GOMA_TMP_DIR": "[CLEANUP]\\goma", |
| "GOMA_USE_LOCAL": "False" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "name": "teardown goma.stop goma", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "copy", |
| "[CLEANUP]\\compiler_proxy.WARNING", |
| "/path/to/tmp/" |
| ], |
| "cwd": "[CACHE]\\builder", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GOMA_DIR": "[CACHE]\\goma\\client", |
| "GOMA_TMP_DIR": "[CLEANUP]\\goma", |
| "GOMA_USE_LOCAL": "False" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "infra_step": true, |
| "name": "teardown goma.read goma_client warning log", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@", |
| "@@@STEP_LOG_LINE@compiler_proxy.WARNING@test log@@@", |
| "@@@STEP_LOG_END@compiler_proxy.WARNING@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "copy", |
| "[CACHE]\\goma\\client\\goma_stats.json", |
| "/path/to/tmp/" |
| ], |
| "cwd": "[CACHE]\\builder", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GOMA_DIR": "[CACHE]\\goma\\client", |
| "GOMA_TMP_DIR": "[CLEANUP]\\goma", |
| "GOMA_USE_LOCAL": "False" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "infra_step": true, |
| "name": "teardown goma.read goma_stats.json", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "[CACHE]\\builder\\src\\out\\host_debug_unopt\\dart-sdk\\bin\\dart", |
| "pub", |
| "get" |
| ], |
| "cwd": "[CACHE]\\builder\\src\\flutter\\web_sdk\\web_engine_tester", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GOMA_DIR": "[CACHE]\\goma\\client" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "name": "dart pub get in web_engine_tester" |
| }, |
| { |
| "cmd": [ |
| "[CACHE]\\builder\\src\\out\\host_debug_unopt\\dart-sdk\\bin\\dart", |
| "pub", |
| "get" |
| ], |
| "cwd": "[CACHE]\\builder\\src\\flutter\\lib\\web_ui", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GOMA_DIR": "[CACHE]\\goma\\client" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "name": "dart pub get in web_engine_tester (2)" |
| }, |
| { |
| "cmd": [ |
| "[CACHE]\\builder\\src\\flutter\\lib\\web_ui\\dev\\felt_windows.bat", |
| "check-licenses" |
| ], |
| "cwd": "[CACHE]\\builder\\src\\flutter\\lib\\web_ui", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GOMA_DIR": "[CACHE]\\goma\\client" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "name": "felt licenses" |
| }, |
| { |
| "cmd": [], |
| "name": "read browser lock yaml", |
| "~followup_annotations": [ |
| "@@@STEP_LOG_LINE@yaml@@@@", |
| "@@@STEP_LOG_END@yaml@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython3", |
| "-u", |
| "RECIPE_MODULE[recipe_engine::file]\\resources\\fileutil.py", |
| "--json-output", |
| "/path/to/tmp/json", |
| "copy", |
| "[CACHE]\\builder\\src\\flutter\\lib\\web_ui\\dev\\browser_lock.yaml", |
| "/path/to/tmp/" |
| ], |
| "cwd": "[CACHE]\\builder\\src", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GOMA_DIR": "[CACHE]\\goma\\client" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "infra_step": true, |
| "name": "read browser lock yaml.read", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@", |
| "@@@STEP_LOG_END@browser_lock.yaml@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "vpython", |
| "RECIPE_MODULE[flutter::yaml]\\resources\\parse_yaml.py", |
| "--yaml_file", |
| "[CACHE]\\builder\\src\\flutter\\lib\\web_ui\\dev\\browser_lock.yaml", |
| "--json_file", |
| "/path/to/tmp/json" |
| ], |
| "cwd": "[CACHE]\\builder\\src", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GOMA_DIR": "[CACHE]\\goma\\client" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "infra_step": true, |
| "name": "read browser lock yaml.parse", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@", |
| "@@@STEP_LOG_LINE@json.output@{@@@", |
| "@@@STEP_LOG_LINE@json.output@ \"chrome\": {@@@", |
| "@@@STEP_LOG_LINE@json.output@ \"Linux\": \"768968\", @@@", |
| "@@@STEP_LOG_LINE@json.output@ \"Mac\": \"768985\", @@@", |
| "@@@STEP_LOG_LINE@json.output@ \"Win\": \"768975\"@@@", |
| "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| "@@@STEP_LOG_LINE@json.output@ \"required_driver_version\": {@@@", |
| "@@@STEP_LOG_LINE@json.output@ \"chrome\": 84@@@", |
| "@@@STEP_LOG_LINE@json.output@ }@@@", |
| "@@@STEP_LOG_LINE@json.output@}@@@", |
| "@@@STEP_LOG_END@json.output@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "cipd.bat", |
| "ensure", |
| "-root", |
| "[CACHE]\\builder\\src\\flutter\\lib\\web_ui\\.dart_tool\\chrome\\768975", |
| "-ensure-file", |
| "flutter_internal/browsers/chrome/${platform} 768975", |
| "-max-threads", |
| "0", |
| "-json-output", |
| "/path/to/tmp/json" |
| ], |
| "cwd": "[CACHE]\\builder\\src\\flutter\\lib\\web_ui", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GOMA_DIR": "[CACHE]\\goma\\client" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "name": "ensure_installed", |
| "~followup_annotations": [ |
| "@@@STEP_LOG_LINE@json.output@{@@@", |
| "@@@STEP_LOG_LINE@json.output@ \"result\": {@@@", |
| "@@@STEP_LOG_LINE@json.output@ \"\": [@@@", |
| "@@@STEP_LOG_LINE@json.output@ {@@@", |
| "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-768975----------\", @@@", |
| "@@@STEP_LOG_LINE@json.output@ \"package\": \"flutter_internal/browsers/chrome/resolved-platform\"@@@", |
| "@@@STEP_LOG_LINE@json.output@ }@@@", |
| "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| "@@@STEP_LOG_LINE@json.output@ }@@@", |
| "@@@STEP_LOG_LINE@json.output@}@@@", |
| "@@@STEP_LOG_END@json.output@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "[CACHE]\\builder\\src\\flutter\\lib\\web_ui\\dev\\felt_windows.bat", |
| "test" |
| ], |
| "cwd": "[CACHE]\\builder\\src\\flutter\\lib\\web_ui", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GOMA_DIR": "[CACHE]\\goma\\client" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "name": "test: felt test chrome" |
| }, |
| { |
| "cmd": [], |
| "name": "Killing Processes" |
| }, |
| { |
| "cmd": [ |
| "taskkill", |
| "/f", |
| "/im", |
| "java.exe", |
| "/t" |
| ], |
| "cwd": "[CACHE]\\builder\\src\\flutter\\lib\\web_ui", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GOMA_DIR": "[CACHE]\\goma\\client" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "name": "Killing Processes.stop gradle daemon", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "taskkill", |
| "/f", |
| "/im", |
| "dart.exe", |
| "/t" |
| ], |
| "cwd": "[CACHE]\\builder\\src\\flutter\\lib\\web_ui", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GOMA_DIR": "[CACHE]\\goma\\client" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "name": "Killing Processes.stop dart", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "taskkill", |
| "/f", |
| "/im", |
| "adb.exe", |
| "/t" |
| ], |
| "cwd": "[CACHE]\\builder\\src\\flutter\\lib\\web_ui", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GOMA_DIR": "[CACHE]\\goma\\client" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "name": "Killing Processes.stop adb", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@" |
| ] |
| }, |
| { |
| "cmd": [ |
| "taskkill", |
| "/f", |
| "/im", |
| "flutter_tester.exe", |
| "/t" |
| ], |
| "cwd": "[CACHE]\\builder\\src\\flutter\\lib\\web_ui", |
| "env": { |
| "ANDROID_HOME": "[CACHE]\\builder\\src\\third_party\\android_tools\\sdk", |
| "CHROME_NO_SANDBOX": "true", |
| "ENGINE_PATH": "[CACHE]\\builder", |
| "FLUTTER_PREBUILT_DART_SDK": "True", |
| "GOMA_DIR": "[CACHE]\\goma\\client" |
| }, |
| "env_prefixes": { |
| "PATH": [ |
| "[CACHE]\\certs", |
| "[CACHE]\\builder\\src\\third_party\\dart\\tools\\sdks\\dart-sdk\\bin" |
| ] |
| }, |
| "env_suffixes": { |
| "DEPOT_TOOLS_UPDATE": [ |
| "0" |
| ], |
| "PATH": [ |
| "RECIPE_REPO[depot_tools]" |
| ] |
| }, |
| "name": "Killing Processes.stop flutter_tester", |
| "~followup_annotations": [ |
| "@@@STEP_NEST_LEVEL@1@@@" |
| ] |
| }, |
| { |
| "name": "$result" |
| } |
| ] |