commit | e3974c4236a67c116f364cd15cc04e68390aa716 | [log] [tgz] |
---|---|---|
author | Godofredo Contreras <godofredoc@google.com> | Mon Aug 17 18:12:17 2020 +0000 |
committer | CQ Bot Account <flutter-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 17 18:12:17 2020 +0000 |
tree | 8be4531ad6e6b48a980808821e44fe43fd09b67a | |
parent | 5193a66ba19793f5e3d97b32b3e86de3fa4de270 [diff] |
Fix the logic to kill processes on windows. For windows we need to kill all the processes started by the task to ensure the task can cleanup all the created temporary folders. The existent logic was killing the processes but still raising and infra failure if the task failed to kill one of the commands. Change-Id: I9c7421b7a659fc27d753fa05b5bb907cfe083dd5 Bug: https://github.com/flutter/flutter/issues/63699 Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/5803 Commit-Queue: Godofredo Contreras <godofredoc@google.com> Reviewed-by: Keyong Han <keyonghan@google.com>