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

Unified Diff: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux_swarming_collect_failure.json

Issue 2246503002: V8: Make sure infra failures fail overall build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: fix Created 4 years, 4 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 | « scripts/slave/recipes/v8.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux_swarming_collect_failure.json
diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux.json b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux_swarming_collect_failure.json
similarity index 99%
copy from scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux.json
copy to scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux_swarming_collect_failure.json
index c14e0ec9d5519222fc87cec82f35b1379d1ec967..8ddd3c216c942deefbb85d9ea1ceebc6bc555548 100644
--- a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux.json
+++ b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Linux_swarming_collect_failure.json
@@ -2680,6 +2680,7 @@
],
"name": "Check",
"~followup_annotations": [
+ "step returned non-zero exit code: 1",
"@@@STEP_LOG_LINE@durations@01:01:002 mjsunit/Cool.Test@@@",
"@@@STEP_LOG_LINE@durations@00:00:101 mjsunit/Cool.Test2@@@",
"@@@STEP_LOG_LINE@durations@@@@",
@@ -2693,7 +2694,8 @@
"@@@STEP_LOG_LINE@durations@Flags: -f -g@@@",
"@@@STEP_LOG_LINE@durations@Command: d8 -f mjsunit/Cool.Test2@@@",
"@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@",
- "@@@STEP_LOG_END@durations@@@"
+ "@@@STEP_LOG_END@durations@@@",
+ "@@@STEP_EXCEPTION@@@"
]
},
{
@@ -3753,7 +3755,8 @@
},
{
"name": "$result",
+ "reason": "Failures or flakes in build.",
"recipe_result": null,
- "status_code": 0
+ "status_code": 1
}
]
« no previous file with comments | « scripts/slave/recipes/v8.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698