Add arm64 ruby dep support for arm64 builders.

The arm64 ruby is not needed for all arm64 builders. It depends on depenency property defined in builder configs.

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

Change-Id: I500f29ab000184f9f196241175deaeb0a25c9954
Bug: https://github.com/flutter/flutter/issues/100638
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/30040
Reviewed-by: Godofredo Contreras <godofredoc@google.com>
Commit-Queue: Keyong Han <keyonghan@google.com>
3 files changed
tree: dc4172ac2cb8740ce6f503393f533a3f86be7ac6
  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