You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@giraph.apache.org by "Nitay Joffe (JIRA)" <ji...@apache.org> on 2012/10/17 11:18:03 UTC

[jira] [Created] (GIRAPH-377) Jenkins not happy

Nitay Joffe created GIRAPH-377:
----------------------------------

             Summary: Jenkins not happy
                 Key: GIRAPH-377
                 URL: https://issues.apache.org/jira/browse/GIRAPH-377
             Project: Giraph
          Issue Type: Bug
            Reporter: Nitay Joffe
            Assignee: Nitay Joffe
            Priority: Minor


https://builds.apache.org/job/Giraph-trunk-Commit/

The butler is not happy since the top-level-pom change.
Code is building fine, but some final reporting step is making it register as failed.

In other words, I forgot to tip the butler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GIRAPH-377) Jenkins not happy

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13488093#comment-13488093 ] 

Nitay Joffe commented on GIRAPH-377:
------------------------------------

Sweet. We should also enable the setting to make it send emails to the list / whoever committed breaking code.
                
> Jenkins not happy
> -----------------
>
>                 Key: GIRAPH-377
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-377
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>            Priority: Minor
>
> https://builds.apache.org/job/Giraph-trunk-Commit/
> The butler is not happy since the top-level-pom change.
> Code is building fine, but some final reporting step is making it register as failed.
> In other words, I forgot to tip the butler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (GIRAPH-377) Jenkins not happy

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GIRAPH-377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nitay Joffe resolved GIRAPH-377.
--------------------------------

    Resolution: Fixed
    
> Jenkins not happy
> -----------------
>
>                 Key: GIRAPH-377
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-377
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Nitay Joffe
>            Assignee: Avery Ching
>            Priority: Minor
>
> https://builds.apache.org/job/Giraph-trunk-Commit/
> The butler is not happy since the top-level-pom change.
> Code is building fine, but some final reporting step is making it register as failed.
> In other words, I forgot to tip the butler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GIRAPH-377) Jenkins not happy

Posted by "Avery Ching (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13488088#comment-13488088 ] 

Avery Ching commented on GIRAPH-377:
------------------------------------

You are right, I changed the build profiles and now they are happy!  Well, at least some of them.  We have some real errors in some of the other builds.  I also removed giraph-formats-contrib as per your reco.
                
> Jenkins not happy
> -----------------
>
>                 Key: GIRAPH-377
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-377
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>            Priority: Minor
>
> https://builds.apache.org/job/Giraph-trunk-Commit/
> The butler is not happy since the top-level-pom change.
> Code is building fine, but some final reporting step is making it register as failed.
> In other words, I forgot to tip the butler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GIRAPH-377) Jenkins not happy

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13487920#comment-13487920 ] 

Nitay Joffe commented on GIRAPH-377:
------------------------------------

Ok. What is the info under reporting test results? Presumably there is some option that specifies where Hudson is looking for it's test results. It is probably set to something like <top-level>/target/foo when it should be <top-level>/giraph/target/foo. Well really we should include the stuff in giraph-formats-contrib/target/foo as well.

Also we probably want to cleanup the builds, namely remove giraph-formats-contrib (should be built by everything now), and update the builds to match the profiles we currently have?
                
> Jenkins not happy
> -----------------
>
>                 Key: GIRAPH-377
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-377
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>            Priority: Minor
>
> https://builds.apache.org/job/Giraph-trunk-Commit/
> The butler is not happy since the top-level-pom change.
> Code is building fine, but some final reporting step is making it register as failed.
> In other words, I forgot to tip the butler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GIRAPH-377) Jenkins not happy

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13487800#comment-13487800 ] 

Nitay Joffe commented on GIRAPH-377:
------------------------------------

I think to fix this will require looking into the build configuration of Hudson, which I don't seem to have access to. Who has access rights to this / how do I get them?
                
> Jenkins not happy
> -----------------
>
>                 Key: GIRAPH-377
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-377
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>            Priority: Minor
>
> https://builds.apache.org/job/Giraph-trunk-Commit/
> The butler is not happy since the top-level-pom change.
> Code is building fine, but some final reporting step is making it register as failed.
> In other words, I forgot to tip the butler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GIRAPH-377) Jenkins not happy

Posted by "Avery Ching (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13487910#comment-13487910 ] 

Avery Ching commented on GIRAPH-377:
------------------------------------

I do, I'm not sure how to give them out.  I can find out whatever you need though.
                
> Jenkins not happy
> -----------------
>
>                 Key: GIRAPH-377
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-377
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>            Priority: Minor
>
> https://builds.apache.org/job/Giraph-trunk-Commit/
> The butler is not happy since the top-level-pom change.
> Code is building fine, but some final reporting step is making it register as failed.
> In other words, I forgot to tip the butler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GIRAPH-377) Jenkins not happy

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13489580#comment-13489580 ] 

Nitay Joffe commented on GIRAPH-377:
------------------------------------

What else should we do here? Avery seems like most of it falls on you as I don't have access to Jenkins. Going to assign to you to do as you wish.
                
> Jenkins not happy
> -----------------
>
>                 Key: GIRAPH-377
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-377
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Nitay Joffe
>            Assignee: Avery Ching
>            Priority: Minor
>
> https://builds.apache.org/job/Giraph-trunk-Commit/
> The butler is not happy since the top-level-pom change.
> Code is building fine, but some final reporting step is making it register as failed.
> In other words, I forgot to tip the butler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (GIRAPH-377) Jenkins not happy

Posted by "Nitay Joffe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GIRAPH-377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nitay Joffe updated GIRAPH-377:
-------------------------------

    Assignee: Avery Ching  (was: Nitay Joffe)
    
> Jenkins not happy
> -----------------
>
>                 Key: GIRAPH-377
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-377
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Nitay Joffe
>            Assignee: Avery Ching
>            Priority: Minor
>
> https://builds.apache.org/job/Giraph-trunk-Commit/
> The butler is not happy since the top-level-pom change.
> Code is building fine, but some final reporting step is making it register as failed.
> In other words, I forgot to tip the butler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GIRAPH-377) Jenkins not happy

Posted by "Avery Ching (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477758#comment-13477758 ] 

Avery Ching commented on GIRAPH-377:
------------------------------------

Yeah, no test xml files!
                
> Jenkins not happy
> -----------------
>
>                 Key: GIRAPH-377
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-377
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Nitay Joffe
>            Assignee: Nitay Joffe
>            Priority: Minor
>
> https://builds.apache.org/job/Giraph-trunk-Commit/
> The butler is not happy since the top-level-pom change.
> Code is building fine, but some final reporting step is making it register as failed.
> In other words, I forgot to tip the butler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (GIRAPH-377) Jenkins not happy

Posted by "Avery Ching (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GIRAPH-377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13489589#comment-13489589 ] 

Avery Ching commented on GIRAPH-377:
------------------------------------

Sounds good.  I suspect most of it is fixed, but right now hudson is down.
                
> Jenkins not happy
> -----------------
>
>                 Key: GIRAPH-377
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-377
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Nitay Joffe
>            Assignee: Avery Ching
>            Priority: Minor
>
> https://builds.apache.org/job/Giraph-trunk-Commit/
> The butler is not happy since the top-level-pom change.
> Code is building fine, but some final reporting step is making it register as failed.
> In other words, I forgot to tip the butler.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira