Patch ios-usb-dependencies binaries with relative paths

This CL does:
1) uses regex to detect paths that need to be updated
2) patches paths for iproxy, libcrypto.3.dylib, idevicescreenshot, idevicesyslog
3) also uploads libimobiledeviceglue lib to GCS

Led run: https://ci.chromium.org/raw/build/logs.chromium.org/flutter/led/keyonghan_google.com/ab1258510096a02701ed9fcdc3bdb8fc0df0f1e9e1dab127587204cfd6960014/+/build.proto?server=chromium-swarm.appspot.com

Change-Id: I4c1b7157bc9a39e611fcd3eec5e5e1fada1f8458
Bug: https://github.com/flutter/flutter/issues/36019
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/34240
Commit-Queue: Keyong Han <keyonghan@google.com>
Reviewed-by: Jenn Magder <magder@google.com>
3 files changed
tree: 2ed10603cb30f75476234c8e3b44d0cbc836bcaf
  1. infra/
  2. recipe_modules/
  3. recipes/
  4. .gitignore
  5. .style.yapf
  6. AUTHORS
  7. LICENSE
  8. OWNERS
  9. README.md
  10. recipes.py
README.md

Flutter LUCI Recipes

This repository contains Flutter's LUCI recipes. For the LUCI infrastructure config, see flutter/infra. Actual builds can be seen at ci.chromium.org.

Supported repositories roll their .ci.yaml into flutter/infra, which updates what properties builds have. For example, flutter config specifies various dependencies the different tests require, which are then used by the flutter_deps recipe_module No modifications to flutter/infra are required to work on the recipes.

Configuration

Tricium configurations recipes repo.

Testing locally

Running python recipes.py test train will execute all of the tests in this repository

Troubleshooting

Required binary is not found on PATH: cipd when testing locally

You need to ensure depot_tools is installed. See Depot Tools Installation Tutorial