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

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

Issue 2098203002: swarmbucket: task TIMED_OUT is infra failure (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: rebase 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 a9f0e90d30ce7c62bfbd39af7e157a85b66090fb..7e6c4e19517b84dccda3150f5d0cebc7ebe62c79 100755
--- a/appengine/cr-buildbucket/swarming/test/swarming_test.py
+++ b/appengine/cr-buildbucket/swarming/test/swarming_test.py
@@ -385,8 +385,8 @@ class SwarmingTest(testing.AppengineTestCase):
'state': 'EXPIRED',
},
'status': model.BuildStatus.COMPLETED,
- 'result': model.BuildResult.CANCELED,
- 'cancelation_reason': model.CancelationReason.TIMEOUT,
+ 'result': model.BuildResult.FAILURE,
+ 'failure_reason': model.FailureReason.INFRA_FAILURE,
},
{
« 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