-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listteam-iosOwned by iOS platform teamOwned by iOS platform teamtriaged-iosTriaged by iOS platform teamTriaged by iOS platform team
Description
Prerequisites
Instructions
Update to latest depot_tools by running gclient:
For each macOS engine test, you have to run the sub-builds individually. Using test/orchestrator Linux linux_web_engine as an example:
- Open https://ci.chromium.org/ui/p/flutter/builders/luci.flutter.prod/Linux%20linux_web_engine
- Click the top build
- Ensure build is for main branch (Under the Infra tab, check
git_branchunder "Input Properties" section) - Check what sub-builds use macOS
- Copy sub-build BuildbucketID

- Run
led get-build "[insert BuildbucketID]" > properties.json - Replace the following in the properties.json:
"bucket": "prod.shadow",->"bucket": "staging.shadow","shadowed_bucket": "prod"->"shadowed_bucket": "staging""service_account": "flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com"->"service_account": "flutter-staging-builder@chops-service-accounts.iam.gserviceaccount.com""value": "luci.flutter.prod"->"value": "luci.flutter.staging"
- Run
cat properties.json | led edit-recipes-bundle | led launch
❗ File issues for tests that fail and add links to the issues in #148882. This is important so we can track any fixes that need to be cherrypicked to beta/stable and so steps that are steps are not completed before issues are resolved.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listteam-iosOwned by iOS platform teamOwned by iOS platform teamtriaged-iosTriaged by iOS platform teamTriaged by iOS platform team