Update bucket name by triming the suffix .shadow

With https://flutter-review.googlesource.com/c/infra/+/40723, subbuild triggered by an orchestrator using LED is running against a pool with a sufix `.shadow`: see https://ci.chromium.org/ui/p/flutter/builders/staging.shadow/Mac%20Staging%20Engine%20Drone/4/overview

For devicelab build+test run via LED, the orchestrator get bucket as `staging`, and upload artifact to GCS under a dir `staging`. This cause not found from subbuild, which is looking for `staging.shadow`.

There are also existing logics based on explicit `staging` bucket.

Additionally, it would be good to keep consistency across all shard util v2 targets/subbuilds.

Change-Id: Ife29924491b249c7f4f530506f418fb2c0b1791e
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/44068
Reviewed-by: Godofredo Contreras <godofredoc@google.com>
Reviewed-by: Ricardo Amador <ricardoamador@google.com>
Commit-Queue: Keyong Han <keyonghan@google.com>
5 files changed
tree: b11078b47c32e026418097de26221d2d9b6d1037
  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