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

Unified Diff: appengine/cr-buildbucket/swarming/test/swarming_test.py

Issue 2044253002: swarmbucket: add support for blamelist (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: fix coverage Created 4 years, 6 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/cr-buildbucket/swarming/swarming.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/cr-buildbucket/swarming/test/swarming_test.py
diff --git a/appengine/cr-buildbucket/swarming/test/swarming_test.py b/appengine/cr-buildbucket/swarming/test/swarming_test.py
index 5523e8673943a3ac3953427bf41335455efddccb..3d660ba957c48f7c958cfd5194e9bae7779a7861 100755
--- a/appengine/cr-buildbucket/swarming/test/swarming_test.py
+++ b/appengine/cr-buildbucket/swarming/test/swarming_test.py
@@ -146,7 +146,10 @@ class SwarmingTest(testing.AppengineTestCase):
},
'properties': {
'a': 'b',
- }
+ },
+ 'changes': [{
+ 'author': {'email': 'bob@example.com'},
+ }]
},
)
@@ -209,6 +212,7 @@ class SwarmingTest(testing.AppengineTestCase):
'-recipe', 'recipe',
'-properties', json.dumps({
'a': 'b',
+ 'blamelist': ['bob@example.com'],
'buildername': 'builder',
'predefined-property': 'x',
}, sort_keys=True)
« no previous file with comments | « appengine/cr-buildbucket/swarming/swarming.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698