[roll] Roll fuchsia Revert "[lacewing] Run async on the same event loop everywhere"

This reverts commit 3d11c5210b1601f7f82a0a1903cecdfb62eb4a74.

Reason for revert: Broke CI
First known failure: go/bbid/8688701886522434225

Original change's description:
> [lacewing] Run async on the same event loop everywhere
>
> Instead of creating a new loop every time a test needs to run a
> coroutine, this change runs all the coroutines on the same global event
> loop. This is a preparatory change for spreading the use of async to all
> the tests.
>
> Depends-on: turquoise-internal:I526098579b1e6444874fb880e0c098efa6ba2288
> Change-Id: If23a4f15ce3c2931ce226f4a25ea9a152cc9c5f9
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1514764
> Dependencies-Satisfied: CL Deps Checker <cl-deps-checker@fuchsia-internal-service-accts.iam.gserviceaccount.com>
> Commit-Queue: Charles Celerier <chcl@google.com>
> Owners-Override: Hunter Freyer <hjfreyer@google.com>
> Reviewed-by: Andrew Davies <awdavies@google.com>
> Fuchsia-Auto-Submit: Charles Celerier <chcl@google.com>

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1521140
Exempt: RubberStamper 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Original-Revision: 652b9e17a0fb920c0818082e7fa97509f4490f01
GitOrigin-RevId: 95a5d4fd8c4f3149775d50c31bd2d7e38ebd8910
Change-Id: Ieb3071ade457057f07b8385c15f323fb27a642c8
1 file changed
tree: 6e078031c0376ccd58390e0678a8ebfbe1c31eb8
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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 in one of the communication channels documented at get involved.

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.