Revert "Pass buildername to devicelab test runner"

This reverts commit 6414c147e32305b59431e420d851671243161873.

Reason for revert: This isn't needed as the task name is
already unique in the devicelab/manifest.

There will be at most two entries for a task during migration.
We can check for the stageName=chromebot task in Cocoon
when making an update with LUCI information.

After migration we can remove the check.

Original change's description:
> Pass buildername to devicelab test runner
>
> Bug: https://github.com/flutter/flutter/issues/66191
> Test: https://chromium-swarm.appspot.com/task?id=4fdbc92205c59e10
> Change-Id: I98a49bd0711fcf6809004a1f160e88382d77f512
> Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/8660
> Reviewed-by: Godofredo Contreras <godofredoc@google.com>
> Reviewed-by: Keyong Han <keyonghan@google.com>
> Commit-Queue: Casey Hillers <chillers@google.com>

TBR=godofredoc@google.com,keyonghan@google.com,chillers@google.com,flutter-scoped@luci-project-accounts.iam.gserviceaccount.com

Change-Id: Ic62cfb29a52617e50897b5170df33d0c3f6b4b77
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: https://github.com/flutter/flutter/issues/66191
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/8643
Reviewed-by: Casey Hillers <chillers@google.com>
Commit-Queue: Casey Hillers <chillers@google.com>
4 files changed
tree: c2f5bee01603f1110454885a155c808101de6627
  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