[roll] Roll fuchsia [superproject] Roll antlion [runner] Forward termination signals to Python

Fix an issue where test timeouts in infrastructure resulted in no logs
uploaded to LUCI artifacts. This was caused by SIGTERM not being
forwarded to the Python process running antlion, communicating to the
Swarming bot that the test is unresponsive, resulting in a forced kill
before antlion-runner is able to run teardown() on the InfraDriver.
Since teardown wasn't being called, symlinks weren't being removed from
the output directory causing errors while uploading to CAS.

Original-Fixed: b/356240967
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1162412
Original-Revision: 153882c48ffc3035ffb886f516b44a1370753fc2
GitOrigin-RevId: 794940246b0b3c5e4cd1f4727cb7e37fd7609bcf
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1172332
Original-Revision: e5ac786cae4b0591c28a51b6f4cad25d4d6bdef0
Change-Id: I7eb8720c295666192658d7511eab4496f2c8a86e
1 file changed
tree: fd09d37de9ddc73d2f0180d69593befe5a816d37
  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 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.