Allow force push

After the previous release it is essential to allow for force pushing through the release recipe. The tool proxy is also being changed to allow this flag to pass through. In addition, the dry_run flag has already been removed from tool proxy, so this change removes the use of the dry run flag.

Successful led run https://luci-milo.appspot.com/raw/build/logs.chromium.org/flutter/led/jseales_google.com/8bb2ded6dc0e13be1a850877e97aff97a90a6716e2840b4e15e31c0d2d2314a4/+/build.proto

led run with extra output to see the engine hash https://chromium-swarm.appspot.com/task?id=619a1cd26f0d8a10

Github issue to address https://github.com/flutter/flutter/issues/124738
Corresponding tool-proxy change: cl/523993842

Change-Id: I89e1c21c5be9cf58315c1b0dfa3301881ed79bd5
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/41760
Reviewed-by: Casey Hillers <chillers@google.com>
Commit-Queue: Jesse Seales <jseales@google.com>
14 files changed
tree: 8230ab38fd7c2b1f8ff70c8509cf1a602c129ab2
  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