You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Maria Catherine Tan (JIRA)" <ji...@codehaus.org> on 2010/05/05 03:10:12 UTC

[jira] Created: (CONTINUUM-2517) Project should not be queued in the build agent while it is currently building there

Project should not be queued in the build agent while it is currently building there
------------------------------------------------------------------------------------

                 Key: CONTINUUM-2517
                 URL: http://jira.codehaus.org/browse/CONTINUUM-2517
             Project: Continuum
          Issue Type: Bug
          Components: Distributed Builds
    Affects Versions: 1.3.6
            Reporter: Maria Catherine Tan


I have a project with 2 build definitions and both have the same build environment( with attached build agent A)

1. Build project with build definition A
2. Project will build in build agent A
3. while project is still building, build project again using build definition B

Actual Result: Project will be queued/build in build agent A

Expected Result: Project will not be queued/build in build agent A because it's still building there.

If the build agent group only consist of one build agent, then the project will not build at all.
If the build agent group contains many build agent, then the project will build on the other build agents in the group where it isn't currently building.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CONTINUUM-2517) Project should not be queued in the build agent while it is currently building there

Posted by "Maria Catherine Tan (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Catherine Tan updated CONTINUUM-2517:
-------------------------------------------

    Fix Version/s: 1.4.2 (Beta)

> Project should not be queued in the build agent while it is currently building there
> ------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2517
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2517
>             Project: Continuum
>          Issue Type: Bug
>          Components: Distributed Builds
>    Affects Versions: 1.3.6
>            Reporter: Maria Catherine Tan
>             Fix For: 1.4.2 (Beta)
>
>
> I have a project with 2 build definitions and both have the same build environment( with attached build agent A)
> 1. Build project with build definition A
> 2. Project will build in build agent A
> 3. while project is still building, build project again using build definition B
> Actual Result: Project will be queued/build in build agent A
> Expected Result: Project will not be queued/build in build agent A because it's still building there.
> If the build agent group only consist of one build agent, then the project will not build at all.
> If the build agent group contains many build agent, then the project will build on the other build agents in the group where it isn't currently building.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-2517) Project should not be queued in the build agent while it is currently building there

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-2517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=231158#action_231158 ] 

Brett Porter commented on CONTINUUM-2517:
-----------------------------------------

Marica? Where should we schedule this?

> Project should not be queued in the build agent while it is currently building there
> ------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2517
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2517
>             Project: Continuum
>          Issue Type: Bug
>          Components: Distributed Builds
>    Affects Versions: 1.3.6
>            Reporter: Maria Catherine Tan
>
> I have a project with 2 build definitions and both have the same build environment( with attached build agent A)
> 1. Build project with build definition A
> 2. Project will build in build agent A
> 3. while project is still building, build project again using build definition B
> Actual Result: Project will be queued/build in build agent A
> Expected Result: Project will not be queued/build in build agent A because it's still building there.
> If the build agent group only consist of one build agent, then the project will not build at all.
> If the build agent group contains many build agent, then the project will build on the other build agents in the group where it isn't currently building.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-2517) Project should not be queued in the build agent while it is currently building there

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-2517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=220014#action_220014 ] 

Wendy Smoak commented on CONTINUUM-2517:
----------------------------------------

Projects don't get queued in build agents.  Can you clarify what you mean in the subject?

>From the Expected Result, I don't like that it will build sometimes and not other times depending on the configuration (how many agents).  That's going to be confusing for a user who doesn't know how many agents there are, he just wants his project to build.

Considering that there is another feature request open to split up a multi-module build across agents, it seems safer to say that if a project is currently building, it must not be built again until the first one is finished.

(I don't think that precludes queueing it, I just don't want it building at the same time, which seems like it would step all over itself in the remote repository.)

Do we have user stories for this feature?  I'm concerned that changing this one bit of functionality will affect other things we're not considering.  I'm going for simple and consistent.


> Project should not be queued in the build agent while it is currently building there
> ------------------------------------------------------------------------------------
>
>                 Key: CONTINUUM-2517
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2517
>             Project: Continuum
>          Issue Type: Bug
>          Components: Distributed Builds
>    Affects Versions: 1.3.6
>            Reporter: Maria Catherine Tan
>
> I have a project with 2 build definitions and both have the same build environment( with attached build agent A)
> 1. Build project with build definition A
> 2. Project will build in build agent A
> 3. while project is still building, build project again using build definition B
> Actual Result: Project will be queued/build in build agent A
> Expected Result: Project will not be queued/build in build agent A because it's still building there.
> If the build agent group only consist of one build agent, then the project will not build at all.
> If the build agent group contains many build agent, then the project will build on the other build agents in the group where it isn't currently building.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira