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

Issue 2434353002: Change archive_retry_summary step to happen also when there are new failures. (Closed)

Created:
4 years, 2 months ago by qyearsley
Modified:
4 years, 2 months ago
Reviewers:
Dirk Pranke
CC:
chromium-reviews, infra-reviews+build_chromium.org, kjellander-cc_chromium.org, wkorman, iannucci
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

Change archive_retry_summary step to happen also when there are new failures. In http://crrev.com/2421733002, I added a step after "webkit_tests (retry_summary)" that calls archive_layout_test_retry_summary.py which archives the retry summary JSON along with the layout tests results in Google Storage. But, this step was added in a function after a try/finally block, where if there are failures that didn't occur without the patch, a StepFailure exception is raised inside the try block (I think) -- so, when there is a StepFailure raised, the retry results are not archived, which is not what I wanted. This CL just changes it so that the archive retry results step is inside the finally block so that the step should always appear after "webkit_tests (retry summary)". BUG=642980 Committed: https://chromium.googlesource.com/chromium/tools/build/+/75023e2d624be7d2535efdb683e05f1697713a1e

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -4 lines) Patch
M scripts/slave/recipe_modules/test_utils/api.py View 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/blink_minimal_pass_continues.json View 1 chunk +23 lines, -1 line 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/too_many_failures_for_retcode.json View 1 chunk +23 lines, -1 line 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/use_v8_patch_on_blink_trybot_test_failures.json View 1 chunk +23 lines, -1 line 0 comments Download

Messages

Total messages: 7 (3 generated)
qyearsley
4 years, 2 months ago (2016-10-20 20:40:12 UTC) #2
Dirk Pranke
lgtm
4 years, 2 months ago (2016-10-21 03:15:38 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2434353002/1
4 years, 2 months ago (2016-10-21 16:23:17 UTC) #5
commit-bot: I haz the power
4 years, 2 months ago (2016-10-21 16:35:10 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/tools/build/+/75023e2d624be7d2535e...

Powered by Google App Engine
This is Rietveld 408576698