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

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: 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
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 b1fa9e160e0c871729991a137f4f90bd4ce35ec4..3df0284c1e26aa3a212ef20a00656d8365856376 100755
--- a/appengine/cr-buildbucket/swarming/test/swarming_test.py
+++ b/appengine/cr-buildbucket/swarming/test/swarming_test.py
@@ -370,8 +370,8 @@ class SwarmingTest(testing.AppengineTestCase):
'state': 'TIMED_OUT',
},
'status': model.BuildStatus.COMPLETED,
- 'result': model.BuildResult.CANCELED,
- 'cancelation_reason': model.CancelationReason.TIMEOUT,
+ 'result': model.BuildResult.FAILURE,
+ 'failure_reason': model.FailureReason.INFRA_FAILURE,
},
{

Powered by Google App Engine
This is Rietveld 408576698