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

Issue 24311004: Use always_run v can_fail_build (Closed)

Created:
7 years, 3 months ago by iannucci
Modified:
7 years, 3 months ago
CC:
chromium-reviews, cmp-cc_chromium.org, ilevy-cc_chromium.org, xusydoc+watch_chromium.org, kjellander+cc_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Use always_run=True instead of can_fail_build=False, and make compile always a critical failure #

Patch Set 3 : more finesse #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+362 lines, -147 lines) Patch
M scripts/slave/annotated_run.py View 1 2 3 chunks +11 lines, -2 lines 0 comments Download
M scripts/slave/recipe_api.py View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M scripts/slave/recipe_modules/chromium/api.py View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M scripts/slave/recipe_modules/step/api.py View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
M scripts/slave/recipes/android/android_builder.expected/clang_builder.json View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/android/android_builder.expected/component_builder.json View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/android/android_builder.expected/klp_builder.json View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/android/android_builder.expected/main_builder.json View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/android/android_builder.expected/try_builder.json View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/android/android_builder.expected/x86_builder.json View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/linux_fail_debug.json View 1 7 chunks +7 lines, -3 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/linux_fail_debug_git.json View 1 7 chunks +7 lines, -3 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/linux_fail_release.json View 1 7 chunks +7 lines, -3 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/linux_fail_release_git.json View 1 7 chunks +7 lines, -3 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/linux_success_debug.json View 1 5 chunks +5 lines, -3 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/linux_success_debug_git.json View 1 5 chunks +5 lines, -3 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/linux_success_release.json View 1 5 chunks +5 lines, -3 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/linux_success_release_git.json View 1 5 chunks +5 lines, -3 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/mac_fail_debug.json View 1 7 chunks +7 lines, -3 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/mac_fail_debug_git.json View 1 7 chunks +7 lines, -3 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/mac_fail_release.json View 1 7 chunks +7 lines, -3 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/mac_fail_release_git.json View 1 7 chunks +7 lines, -3 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/mac_success_debug.json View 1 5 chunks +5 lines, -3 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/mac_success_debug_git.json View 1 5 chunks +5 lines, -3 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/mac_success_release.json View 1 5 chunks +5 lines, -3 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/mac_success_release_git.json View 1 5 chunks +5 lines, -3 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/warn_on_flakey.json View 1 7 chunks +7 lines, -3 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/win_fail_debug.json View 1 7 chunks +7 lines, -3 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/win_fail_debug_git.json View 1 7 chunks +7 lines, -3 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/win_fail_release.json View 1 7 chunks +7 lines, -3 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/win_fail_release_git.json View 1 7 chunks +7 lines, -3 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/win_success_debug.json View 1 5 chunks +5 lines, -3 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/win_success_debug_git.json View 1 5 chunks +5 lines, -3 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/win_success_release.json View 1 5 chunks +5 lines, -3 lines 0 comments Download
M scripts/slave/recipes/blink_trybot.expected/win_success_release_git.json View 1 5 chunks +5 lines, -3 lines 0 comments Download
M scripts/slave/recipes/chromium.py View 1 2 3 chunks +10 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/basic_linux_32.json View 1 2 2 chunks +13 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/basic_linux_64.json View 1 2 2 chunks +13 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/basic_mac_32.json View 1 2 2 chunks +13 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/basic_mac_64.json View 1 2 2 chunks +13 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/basic_win_32.json View 1 2 2 chunks +13 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/basic_win_64.json View 1 2 2 chunks +13 lines, -0 lines 0 comments Download
A + scripts/slave/recipes/chromium.expected/fail.json View 1 2 2 chunks +5 lines, -1 line 0 comments Download
M scripts/slave/recipes/gpu.expected/linux_debug.json View 1 2 3 5 chunks +5 lines, -4 lines 0 comments Download
M scripts/slave/recipes/gpu.expected/linux_debug_tryserver.json View 1 2 3 5 chunks +5 lines, -4 lines 0 comments Download
M scripts/slave/recipes/gpu.expected/linux_release.json View 1 2 3 8 chunks +8 lines, -7 lines 0 comments Download
M scripts/slave/recipes/gpu.expected/linux_release_tryserver.json View 1 2 3 8 chunks +8 lines, -7 lines 0 comments Download
M scripts/slave/recipes/gpu.expected/mac_debug.json View 1 2 3 5 chunks +5 lines, -4 lines 0 comments Download
M scripts/slave/recipes/gpu.expected/mac_debug_tryserver.json View 1 2 3 5 chunks +5 lines, -4 lines 0 comments Download
M scripts/slave/recipes/gpu.expected/mac_release.json View 1 2 3 8 chunks +8 lines, -7 lines 0 comments Download
M scripts/slave/recipes/gpu.expected/mac_release_tryserver.json View 1 2 3 8 chunks +8 lines, -7 lines 0 comments Download
M scripts/slave/recipes/gpu.expected/win_debug.json View 1 2 3 5 chunks +5 lines, -4 lines 0 comments Download
M scripts/slave/recipes/gpu.expected/win_debug_tryserver.json View 1 2 3 5 chunks +5 lines, -4 lines 0 comments Download
M scripts/slave/recipes/gpu.expected/win_release.json View 1 2 3 8 chunks +8 lines, -7 lines 0 comments Download
M scripts/slave/recipes/gpu.expected/win_release_tryserver.json View 1 2 3 8 chunks +8 lines, -7 lines 0 comments Download
M scripts/slave/recipes/v8.expected/Debug32.json View 1 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/Debug64.json View 1 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/Release32.json View 1 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/Release64.json View 1 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/arm_Debug.json View 1 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/arm_Release.json View 1 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/clobber.json View 1 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/v8.expected/default_platform.json View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
iannucci
7 years, 3 months ago (2013-09-20 22:43:18 UTC) #1
Ken Russell (switch to Gerrit)
LGTM if this is the right flag. Do you want to mention BUG=286398?
7 years, 3 months ago (2013-09-20 22:49:01 UTC) #2
iannucci
On 2013/09/20 22:49:01, Ken Russell wrote: > LGTM if this is the right flag. > ...
7 years, 3 months ago (2013-09-20 22:52:18 UTC) #3
Ken Russell (switch to Gerrit)
On 2013/09/20 22:52:18, iannucci wrote: > On 2013/09/20 22:49:01, Ken Russell wrote: > > LGTM ...
7 years, 3 months ago (2013-09-20 22:54:25 UTC) #4
iannucci
I've +'d a bunch of people for FYI. Previously: * All steps run until any ...
7 years, 3 months ago (2013-09-21 16:21:00 UTC) #5
Michael Achenbach
lgtm for v8 part
7 years, 3 months ago (2013-09-21 16:22:41 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/iannucci@chromium.org/24311004/10001
7 years, 3 months ago (2013-09-21 16:24:33 UTC) #7
commit-bot: I haz the power
Failed to apply patch for build/scripts/slave/recipes/gpu.expected/linux_debug.json: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 3 months ago (2013-09-21 16:24:53 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/iannucci@chromium.org/24311004/17001
7 years, 3 months ago (2013-09-21 16:29:35 UTC) #9
commit-bot: I haz the power
7 years, 3 months ago (2013-09-21 16:31:04 UTC) #10
Message was sent while issue was closed.
Change committed as 224593

Powered by Google App Engine
This is Rietveld 408576698