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

Issue 653793003: Mark all chromium test swarming task requests as idempotent. (Closed)

Created:
6 years, 2 months ago by M-A Ruel
Modified:
6 years, 2 months ago
Reviewers:
Vadim Sh.
CC:
chromium-reviews, pgervais+watch_chromium.org, kjellander-cc_chromium.org, cmp-cc_chromium.org, stip+watch_chromium.org, borenet2
Project:
tools
Visibility:
Public.

Description

Mark all chromium test swarming task requests as idempotent. As the build becomes more and more deterministic, the utilization will lower by deduping the tasks. The staging server was previous set as idempotent and we're still fine. R=vadimsh@chromium.org BUG=314403 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=292620

Patch Set 1 #

Patch Set 2 : Rebase #

Patch Set 3 : Fix for skia #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -4 lines) Patch
M scripts/slave/recipes/chromium.py View 1 chunk +1 line, -2 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_Linux_ChromiumOS_Tests__1_.json View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_Linux_ChromiumOS_Tests__dbg__1_.json View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_Tests.json View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_Tests__dbg__1_.json View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_linux_Linux_Tests__dbg__1__32_.json View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac10_6_Tests__1_.json View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac10_7_Tests__1_.json View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac_10_6_Tests__dbg__1_.json View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_mac_Mac_10_7_Tests__dbg__1_.json View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_memory_Linux_ASan_LSan_Tests__1_.json View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_memory_Linux_ASan_Tests__sandboxed_.json View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_memory_Linux_Chromium_OS_ASan_LSan_Tests__1_.json View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_memory_Mac_ASan_64_Tests__1_.json View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_memory_Mac_ASan_Tests__1_.json View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_webkit_Linux_ChromiumOS_Tests__1_.json View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_webkit_Linux_ChromiumOS_Tests__dbg__1_.json View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_win_Vista_Tests__1_.json View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_win_Win7_Tests__1_.json View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_win_Win7_Tests__dbg__1_.json View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_win_Win_7_Tests_x64__1_.json View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_win_XP_Tests__1_.json View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_client_skia_Linux_Tests.json View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_client_skia_Linux_Tests_Trybot.json View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_client_skia_Mac10_7_Tests__1_.json View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_client_skia_Mac10_7_Tests__1__Trybot.json View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_client_skia_Win7_Tests__1_.json View 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/full_client_skia_Win7_Tests__1__Trybot.json View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.py View 1 1 chunk +1 line, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/swarming_basic_cq.json View 1 2 chunks +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/swarming_basic_try_job.json View 1 2 chunks +2 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/swarming_deapply_patch.json View 1 3 chunks +3 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/swarming_missing_isolated.json View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (5 generated)
M-A Ruel
6 years, 2 months ago (2014-10-22 19:42:22 UTC) #1
Vadim Sh.
lgtm
6 years, 2 months ago (2014-10-23 10:38:45 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/653793003/1
6 years, 2 months ago (2014-10-23 12:13:32 UTC) #4
commit-bot: I haz the power
Failed to apply patch for build/scripts/slave/recipes/chromium_trybot.expected/swarming_basic_cq.json: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 2 months ago (2014-10-23 12:13:43 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/653793003/20001
6 years, 2 months ago (2014-10-23 12:19:32 UTC) #8
commit-bot: I haz the power
Presubmit check for 653793003-20001 failed and returned exit status 1. Running presubmit commit checks ...
6 years, 2 months ago (2014-10-23 12:20:48 UTC) #10
M-A Ruel
cc'ing Eric because it's impacting Skia. As long as Skia tests do not use remote ...
6 years, 2 months ago (2014-10-23 12:35:12 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/653793003/40001
6 years, 2 months ago (2014-10-23 12:35:43 UTC) #13
commit-bot: I haz the power
6 years, 2 months ago (2014-10-23 12:37:15 UTC) #14
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as 292620

Powered by Google App Engine
This is Rietveld 408576698