Revert "Notify on completion"

This reverts commit 8a7fae97ceb938695b1f2783e7145c342440120a.

Reason for revert: This closed engine tree.

Original change's description:
> Notify on completion
>
> Now sending a pubsub message on recipe completion which will enable running
> tests as soon as builds are complete.
>
> Tested locally:
>
> led get-builder 'luci.flutter.try:Mac Host Engine' | led edit-recipe-bundle | led launch
> led get-builder 'luci.flutter.try:Linux Fuchsia' | led edit-recipe-bundle | led launch
>
> and verified that expected messages appeared in the topic:
>
> {"buildername" : "Linux Fuchsia", "githash" : "60b003915d131fb5d2b134742dd7b04e246f338d"}
>
> This change will be superceded by user defined pubsub topic (crbug.com/843720).
>
> Bug: https://github.com/flutter/flutter/issues/69621
> Change-Id: Ie60e6ce3345811ec3f0a5687a2dc4e458bfb9b73
> Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/9000
> Commit-Queue: Yusuf Mohsinally <mohsinally@google.com>
> Reviewed-by: Keyong Han <keyonghan@google.com>

TBR=godofredoc@google.com,keyonghan@google.com,mohsinally@google.com

Change-Id: I1ee7eb4f299e1cf75785c629c2d369d3d469023b
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: https://github.com/flutter/flutter/issues/69621
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/9182
Reviewed-by: Keyong Han <keyonghan@google.com>
Commit-Queue: Keyong Han <keyonghan@google.com>
56 files changed
tree: 052a77df97733baef9b971ad12a8e6100310b755
  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 on GitHub. Actual builds can be seen at ci.chromium.org.

Config

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