Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1724)

Unified Diff: appengine/findit/waterfall/try_job_util.py

Issue 2139093002: [Findit] Trigger swarming tasks after detech_first_faliure_pipeline (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: . Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/findit/waterfall/trigger_swarming_tasks_pipeline.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/waterfall/try_job_util.py
diff --git a/appengine/findit/waterfall/try_job_util.py b/appengine/findit/waterfall/try_job_util.py
index a8a02982009158751f642088488f19a089e39e7b..c544dbe77e031486de21928cbcbac22cad4c44ec 100644
--- a/appengine/findit/waterfall/try_job_util.py
+++ b/appengine/findit/waterfall/try_job_util.py
@@ -70,7 +70,7 @@ def _CheckIfNeedNewTryJobForTestFailure(
if failure_level == 'step':
targeted_tests[failure_name] = []
else:
- targeted_tests.append(failure_name)
+ targeted_tests.append(failure.get('base_test_name', failure_name))
need_new_try_job = need_new_try_job or failure_need_try_job
last_pass = (failure_last_pass if failure_last_pass and
« no previous file with comments | « appengine/findit/waterfall/trigger_swarming_tasks_pipeline.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698