| commit | e7c48cf4ea02ebc11cd2b5a24ff9f163fd499042 | [log] [tgz] |
|---|---|---|
| author | Keyong Han <keyonghan@google.com> | Thu May 11 00:05:21 2023 +0000 |
| committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu May 11 00:05:21 2023 +0000 |
| tree | b11078b47c32e026418097de26221d2d9b6d1037 | |
| parent | a19bda1a26133c41b1bd37181f59d7c641dce91d [diff] |
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>
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.
Tricium configurations recipes repo.
Running python recipes.py test train will execute all of the tests in this repository
Required binary is not found on PATH: cipd when testing locallyYou need to ensure depot_tools is installed. See Depot Tools Installation Tutorial