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

Unified Diff: appengine/findit/waterfall/test/try_job_util_test.py

Issue 1778153002: [Findit] Strip platform from step_name before triggering try job. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 9 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
Index: appengine/findit/waterfall/test/try_job_util_test.py
diff --git a/appengine/findit/waterfall/test/try_job_util_test.py b/appengine/findit/waterfall/test/try_job_util_test.py
index 1a39deb6d49d088006a5addc64010b240bb4bbcf..4e99d8641fdf3e550d135dcdc5085ae8ed99f186 100644
--- a/appengine/findit/waterfall/test/try_job_util_test.py
+++ b/appengine/findit/waterfall/test/try_job_util_test.py
@@ -273,7 +273,7 @@ class TryJobUtilTest(testing.AppengineTestCase):
builder_name = 'b'
build_number = 223
failed_steps = {
- 'a': {
+ 'a on platform': {
'current_failure': 223,
'first_failure': 222,
'last_pass': 221,
@@ -320,7 +320,7 @@ class TryJobUtilTest(testing.AppengineTestCase):
failed_steps, failure_result_map))
expected_failure_result_map = {
- 'a': {
+ 'a on platform': {
'a.t1': 'm/b/223',
'a.t2': 'm/b/222',
'a.t3': 'm/b/223'
« no previous file with comments | « no previous file | appengine/findit/waterfall/try_job_util.py » ('j') | appengine/findit/waterfall/try_job_util.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698