Update web engine recipe to skip ios-safari test

This CL does:
1) remove obsolete `additional_args`
2) remove felt compile steps
3) add conditional xcode context when running GN
4) Update ios-safari to macOS safari

Success builds:
old xcode: https://ci.chromium.org/raw/build/logs.chromium.org/flutter/led/keyonghan_google.com/d0904cd01476a1665ae40e99400a9113e5722f6acb41ac6de4f044cd58c5660f/+/build.proto?server=chromium-swarm.appspot.com
Latest xcode: https://ci.chromium.org/raw/build/logs.chromium.org/flutter/led/keyonghan_google.com/608e071fe0e3f71c614fda82da5e51004eb39c32903e9b455593623737dc44de/+/build.proto?server=chromium-swarm.appspot.com

Change-Id: Ic355c7c54714b22ea4e278166ac4c0af59bd871d
Bug: https://github.com/flutter/flutter/issues/105721
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/31200
Reviewed-by: Yegor Jbanov <yjbanov@google.com>
Commit-Queue: Keyong Han <keyonghan@google.com>
Reviewed-by: Jackson Gardner <jacksongardner@google.com>
3 files changed
tree: a355887a5f00fe8a810b165e8368aa6369ad7f9c
  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