Stop uploading unused podspecs

These files are no longer used, see https://github.com/flutter/flutter/pull/70224 and https://github.com/flutter/flutter/pull/72020

Recipe part of https://github.com/flutter/engine/pull/33115

Mac Host Engine: https://ci.chromium.org/raw/build/logs.chromium.org/flutter/led/magder_google.com/c5bb12741a5115953618b59db5e6f15a1ee9efacf3890fae2482d7381ac19c15/+/build.proto?server=chromium-swarm.appspot.com

Mac iOS Engine: https://ci.chromium.org/raw/build/logs.chromium.org/flutter/led/magder_google.com/58b2a9ee67603e3dd4e4402ead699d03452ff62971973f9d06f6b9da63dc5e17/+/build.proto?server=chromium-swarm.appspot.com

Change-Id: I813d317800f9f19ff916ca13e1b379d437c5ce2b
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/29840
Commit-Queue: Jenn Magder <magder@google.com>
Reviewed-by: Godofredo Contreras <godofredoc@google.com>
(cherry picked from commit a260ebfbda38af11bec308ae1f551a5ffa927b44)
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/32935
Reviewed-by: Casey Hillers <chillers@google.com>
17 files changed
tree: 5094359194645b81facd468a55ab3094e06086b8
  1. infra/
  2. recipe_modules/
  3. recipes/
  4. .gitignore
  5. .style.yapf
  6. AUTHORS
  7. branch_recipes.py
  8. LICENSE
  9. OWNERS
  10. README.md
  11. 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.

Recipe Branching for Releases

The script branch_recipes.py is used to generate new copies of the LUCI recipes for a beta release. See Recipe Branching for Releases for more information. For usage:

$ ./branch_recipes.py --help