From fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:14:29 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../selectors/chooser/templates/chooser.html | 11 +++++++++++ tools/tryselect/selectors/fuzzy.py | 7 ++++++- tools/tryselect/selectors/perf.py | 23 ++++++++++++++++++++-- 3 files changed, 38 insertions(+), 3 deletions(-) (limited to 'tools/tryselect/selectors') diff --git a/tools/tryselect/selectors/chooser/templates/chooser.html b/tools/tryselect/selectors/chooser/templates/chooser.html index 4e009d94ac..1c3df39327 100644 --- a/tools/tryselect/selectors/chooser/templates/chooser.html +++ b/tools/tryselect/selectors/chooser/templates/chooser.html @@ -40,6 +40,17 @@ {% else %}
{% endif %} + {% if section.name == "perf" %} +
+

+ WARNING: The try chooser is no longer supported for selecting performance tests. + Please use + + ./mach try perf + . +

+
+ {% endif %} {% for label, meta in section.labels|dictsort %}