Revert "Dismiss Xcode automation permission dialog, kill Xcode when killing processes"

This reverts commit d180fa2917c2e3023f2bd2667dd867ded2b8a611.

Reason for revert: File permissions failing upstream.

Original change's description:
> Dismiss Xcode automation permission dialog, kill Xcode when killing processes
>
> Change-Id: I8e1e1e5b6c9a1b375f5cc589f46185dab1599111
> Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/49240
> Reviewed-by: Keyong Han <keyonghan@google.com>
> Commit-Queue: Victoria Ashworth <vashworth@google.com>

TBR=keyonghan@google.com,flutter-scoped@luci-project-accounts.iam.gserviceaccount.com,vashworth@google.com

Change-Id: I3f610b3bd002e1d8e23b66871a391e586574a3fe
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/49501
Reviewed-by: Victoria Ashworth <vashworth@google.com>
Commit-Queue: Victoria Ashworth <vashworth@google.com>
126 files changed
tree: 90abc55357c26beed89d92e2ffd9390989189939
  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 python3 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