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

Issue 26747002: Add nacl sdk builders to default try list. (Closed)

Created:
7 years, 2 months ago by Sam Clegg
Modified:
6 years, 11 months ago
CC:
chromium-reviews, binji, Isaac (away)
Visibility:
Public.

Description

Add nacl sdk builders to default try list. These are the new "build-only" builders for that NaCl SDK which should be fast and reliable and catch basic build breaks. BUG=302579 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=244280

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : rebase #

Patch Set 5 : add new bots #

Patch Set 6 : #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M PRESUBMIT.py View 1 2 3 4 5 6 4 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
Sam Clegg
Still waiting on a tryserver restart to pull in this change: https://codereview.chromium.org/80003002/.
7 years ago (2013-11-25 19:29:54 UTC) #1
ghost stip (do not use)
just so you're aware, this doesn't affect CQ as CQ reads from it's projects.py. I'm ...
7 years ago (2013-12-02 20:07:21 UTC) #2
Sam Clegg
On 2013/12/02 20:07:21, stip wrote: > just so you're aware, this doesn't affect CQ as ...
7 years ago (2013-12-11 21:18:19 UTC) #3
Sam Clegg
friendly ping.
6 years, 12 months ago (2013-12-27 22:01:41 UTC) #4
ghost stip (do not use)
lgtm
6 years, 11 months ago (2014-01-07 00:36:18 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sbc@chromium.org/26747002/112001
6 years, 11 months ago (2014-01-07 18:46:27 UTC) #6
commit-bot: I haz the power
Failed to apply patch for PRESUBMIT.py: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 11 months ago (2014-01-07 18:46:29 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sbc@chromium.org/26747002/412001
6 years, 11 months ago (2014-01-09 22:16:37 UTC) #8
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=44189
6 years, 11 months ago (2014-01-09 22:54:48 UTC) #9
Sam Clegg
+maruel for PRESUBMIT.py OWNERS
6 years, 11 months ago (2014-01-10 17:12:21 UTC) #10
M-A Ruel
rubberstamp lgtm, note that 'compile' does force the builder to unconditionally build everything, independent of ...
6 years, 11 months ago (2014-01-10 17:15:17 UTC) #11
Sam Clegg
On 2014/01/10 17:15:17, M-A Ruel wrote: > rubberstamp lgtm, note that 'compile' does force the ...
6 years, 11 months ago (2014-01-10 17:28:00 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sbc@chromium.org/26747002/412001
6 years, 11 months ago (2014-01-10 18:20:04 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sbc@chromium.org/26747002/412001
6 years, 11 months ago (2014-01-10 22:53:30 UTC) #14
commit-bot: I haz the power
Change committed as 244280
6 years, 11 months ago (2014-01-11 00:12:05 UTC) #15
Nico
I've never seen a run of linux_nacl_sdk_build that didn't fail in "SDK Items". Can this ...
6 years, 11 months ago (2014-01-22 21:20:14 UTC) #16
sbc
Sorry about the redness here. This bot is in the default try set as a ...
6 years, 11 months ago (2014-01-22 22:09:34 UTC) #17
Nico
Can it be disabled until either of these changes has landed? Do you have an ...
6 years, 11 months ago (2014-01-22 22:11:30 UTC) #18
sbc
6 years, 11 months ago (2014-01-22 22:18:16 UTC) #19
Sure, I can temporarily remove these bots from the default try set.

We have a set of client bots that do superset of what these new trybots do:
http://build.chromium.org/p/client.nacl.sdk/waterfall



On Wed, Jan 22, 2014 at 2:11 PM, Nico Weber <thakis@chromium.org> wrote:
> Can it be disabled until either of these changes has landed?
>
> Do you have an FYI bot for this?
>
> During bringup for a new bot, I usually have an FYI instance that emails me
> every time it goes red, so that I can fix issues like this immediately (or,
> if necessary, temporarily turn of my developer-visible bot).
>
>
> On Wed, Jan 22, 2014 at 2:09 PM, Sam Clegg <sbc@google.com> wrote:
>>
>> Sorry about the redness here.  This bot is in the default try set as a
>> step towards getting it into the CQ.
>>
>> It was green for a long time until a recent NaCl roll broke it:
>> https://codereview.chromium.org/135713005.  If you look at try runs
>> prior to this they were green:
>>
>>
http://build.chromium.org/p/tryserver.chromium/builders/linux_nacl_sdk_build/...
>> By adding this bot the CQ we can stop future changes like this from
>> breaking the SDK build.
>>
>> I've got a CL which should make it green again (when combined with the
>> next NaCl Roll): https://codereview.chromium.org/132523006/.
>>
>> Updating the trybot image would also make them green again as it would
>> add the ARM cross compiler
>> (https://code.google.com/p/chromium/issues/detail?id=335303).
>>
>> cheers,
>> sam
>>
>> On Wed, Jan 22, 2014 at 1:20 PM,  <thakis@chromium.org> wrote:
>> > I've never seen a run of linux_nacl_sdk_build that didn't fail in "SDK
>> > Items".
>> > Can this bot be removed from the `git cl try` default set again?
>> >
>> > (Random example failure:
>> >
>> >
http://build.chromium.org/p/tryserver.chromium/builders/linux_nacl_sdk_build/...
>> >
>> > Last 200 builds are all red:
>> >
>> >
http://build.chromium.org/p/tryserver.chromium/builders/linux_nacl_sdk_build?...
>> > )
>> >
>> > https://codereview.chromium.org/26747002/
>
>

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698