[roll] Roll fuchsia [power][broker] Set required level for consumer elements

* The required level of consumer elements is now set to the maximum
  level of all satisfied leases on that element.
* When a consumer requests a lease, required level will rise to the
  requested level once their dependencies have been satisfied. If the
  lease should become pending (e.g. because there are no active leases
  that would satisfy their passive claims), the required level of the
  consumer element will be lowered.
* Consumers are now expected to behave like other managed elements and
  respond to required level instructions with current level updates.

Test: fx test src/power/broker
Fixes: b/330223394
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1035332
Original-Revision: a618968360172187634b1426cae974c35261523f
GitOrigin-RevId: 0f274239bad183a5952d62e22a8d9a00db5ffebb
Change-Id: I204517e776e9c6896b920ed1db9e53b9fcc81324
1 file changed
tree: 6277c28085ba00218a90badaf2f2fbd9d2481632
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.