Use canonicalized runner debug symbol path for fuchsia.

There is always a 1:1 mapping of `$root_out_dir` and `flutter-debug-symbols-${flutter_runtime_mode}-${target_os}-${target_cpu}` as `$root_out_dir` is simply `${target_os}_${flutter_runtime_mode}_${target_cpu}`.
This means that we don't have to worry about any file/directory collisions.

http://go/fepr/26426 needs to land before `recipes-with-led` can pass.

Bug: fxbug.dev/76223
Change-Id: Idb53d4f2f5d957b5636792a79468413d0d746ed5
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/13960
Reviewed-by: Chase Latta <chaselatta@google.com>
Reviewed-by: Godofredo Contreras <godofredoc@google.com>
Commit-Queue: Darren Chan <chandarren@google.com>
123 files changed
tree: aba01f9989b1e9573fd8090b8e563e32ba158960
  1. infra/
  2. recipe_modules/
  3. recipes/
  4. .gitignore
  5. .style.yapf
  6. AUTHORS
  7. branch_recipes.py
  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 on GitHub. Actual builds can be seen at ci.chromium.org.

Configuration

Tricium configurations recipes repo.

Recipe Branching for Releases

The script branch_recipes.py is used to generate new copies of the LUCI recipes for a beta release. See Recipe Branching for Releases for more information. For usage:

$ ./branch_recipes.py --help