Make engine ToT assertion equal to flutter sdk engine.version a print statement.

After the issue of this assertion blocking the release team even though it is desired for the ToT for engine to sometimes not align with flutter sdk engine.version, updating the assertion to instead be a informative print statement might help reduce blocking.

Change-Id: I10db93a23959e3ffe49d37c956f11c1fdbcf5eab
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/50500
Reviewed-by: Godofredo Contreras <godofredoc@google.com>
Commit-Queue: Jesse Seales <jseales@google.com>
1 file changed
tree: 4d61ed5ce386d883f64cead034b026f3e97a01c1
  1. infra/
  2. recipe_modules/
  3. recipes/
  4. .gitignore
  5. .style.yapf
  6. AUTHORS
  7. CONTRIBUTING.md
  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. Builds can be found in the Flutter Dashboard.

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.

Contributing

Please follow instructions on Contributing docs to set up your development environment.