Skip to content

Commit bdbf5c0

Browse files
global-integration-rollercopybara-github
authored andcommitted
[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 parent 7943fb6 commit bdbf5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
githooks="integration/git-hooks"
1212
remote="https://fuchsia.googlesource.com/fuchsia"
1313
gerrithost="https://fuchsia-review.googlesource.com"
14-
revision="20d6582ca168d8f6b513ea223ab3de0eb8bc1dbc"/>
14+
revision="e5ac786cae4b0591c28a51b6f4cad25d4d6bdef0"/>
1515
</projects>
1616
<hooks>
1717
<hook name="install-environment"

0 commit comments

Comments
 (0)