fix dart sdk not being on path.

Three fixes here:

1. Ensured that `api.signing.code_sign(signing_paths)` is called with the engine environment from `engine_v2/engine_v2.py`, so that the Dart SDK will be on `$PATH`
2. Fix CIPD failing to ensure the gsutil tool by changing usage of the `flutter/gsutil` recipe module (which appears otherwise unused and broken) with `depot_tools/gsutil`, which we are currently using via `flutter/logs_util`
3. log (to the secure log file) the output of
`security find-certificate -a` when `setup_keychain.sh` failed

Bug: b/333426905
Change-Id: I1b647f53b5a269c59b945fcaa8147dacacf1d08b
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/57160
Reviewed-by: Xilai Zhang <xilaizhang@google.com>
8 files changed
tree: 605cb21b08b56c5ef660b86b071c6f5666e1a989
  1. infra/
  2. recipe_modules/
  3. recipes/
  4. .gitignore
  5. .style.yapf
  6. AUTHORS
  7. CONTRIBUTING.md
  8. LICENSE
  9. OWNERS
  10. README.md
  11. recipes.py
README.md

Flutter LUCI Recipes

This repository contains Flutter's LUCI recipes. For the LUCI infrastructure config, see flutter/infra. Builds can be found in the Flutter Dashboard.

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.

Contributing

Please follow instructions on Contributing docs to set up your development environment.