Index: infra/bots/recipes/swarm_trigger.py |
diff --git a/infra/bots/recipes/swarm_trigger.py b/infra/bots/recipes/swarm_trigger.py |
index 6ff27ea9295d89994b0d1ec57b7dc78e2ca753ca..cecf379224737a1c807f547f96ca7941b5c3068c 100644 |
--- a/infra/bots/recipes/swarm_trigger.py |
+++ b/infra/bots/recipes/swarm_trigger.py |
@@ -687,8 +687,7 @@ def test_for_bot(api, builder, mastername, slavename, testname=None): |
test += api.step_data( |
'upload new .isolated file for test_skia', |
stdout=api.raw_io.output('def456 XYZ.isolated')) |
- if ('Test' in builder and 'Debug' in builder) or 'Perf' in builder or ( |
- 'Valgrind' in builder and 'Test' in builder): |
+ if 'Perf' in builder: |
test += api.step_data( |
'upload new .isolated file for perf_skia', |
stdout=api.raw_io.output('def456 XYZ.isolated')) |