[roll] Roll third_party/pigweed Revert "pw_cli: Kill child processes of timed-out `run`"

This reverts commit 06ba62b842c224c55a8ae52c4113181bf201e5bd.

Reason for revert: Rollers are broken, investigation TBD

Original change's description:
> pw_cli: Kill child processes of timed-out `run`
>
> Tests run using `run`/`run_async` which timed out would previously leave
> around their child processes. This could disrupt system state.
>
> After this CL, when a timeout occurs, child processes will be killed and
> waited for completion before killing and waiting for the completion of
> the main process.
>
> Original-Fixed: b/243591004
> Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/131527

TBR=mohrr@google.com,hepler@google.com,pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com,afoxley@google.com,tonymd@google.com,cramertj@google.com

No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/131970
Original-Revision: 92cc78c7504ae40cdc923c535378af18feb1db66
GitOrigin-RevId: 08227db97c613653656cf7e3d6ab66ae2f02553f
Change-Id: I427ac822530bcaabd8f38455d112ba75e3cbfcb0
1 file changed
tree: 7608f8d19b3a834d69268d43086ada0f08d8c76c
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.