commit | 7b3372a2d3702faab669b68fa1ff15fd4b4135cd | [log] [tgz] |
---|---|---|
author | Wenbin Zhang <wenbinzhang@google.com> | Thu Feb 09 10:10:41 2023 -0800 |
committer | Catapult LUCI CQ <catapult-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 09 22:09:57 2023 +0000 |
tree | eda3f761217686143a14aed35071e30920a1f80b | |
parent | 37e879a7d13cbaa4925e09fc02b0f9276e060f0a [diff] |
[catapult] use python3 instead of python to remove stale files in windows trybot Started to see failure on Catapult Windows Tryserver complaining on 'Remove Stale files' step: cmd0 'python' not found. E.g.: https://ci.chromium.org/ui/p/catapult/builders/try/Catapult%20Windows%20Tryserver/7317/overview It is possible that python (python 2 executable) is no longer available. Try using python3 instead. The remove_stale_files.py does not depends on third parties so I don't think vpython3 is needed. Change-Id: If2823bf587fb9c965494f3610b6f981eadab06d3 Reviewed-on: https://chromium-review.googlesource.com/c/catapult/+/4234412 Reviewed-by: John Chen <johnchen@chromium.org> Auto-Submit: Wenbin Zhang <wenbinzhang@google.com> Commit-Queue: John Chen <johnchen@chromium.org>
Catapult is the home for several performance tools that span from gathering, displaying and analyzing performance data. This includes:
These tools were created by Chromium developers for performance analysis, testing, and monitoring of Chrome, but they can also be used for analyzing and monitoring websites, and eventually Android apps.
Please see our contributor's guide