You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Tomaz Muraus (Created) (JIRA)" <ji...@apache.org> on 2011/12/04 19:21:39 UTC

[jira] [Created] (INFRA-4177) Need a PyPy and Python 3 builder for Libcloud

Need a PyPy and Python 3 builder for Libcloud
---------------------------------------------

                 Key: INFRA-4177
                 URL: https://issues.apache.org/jira/browse/INFRA-4177
             Project: Infrastructure
          Issue Type: New Feature
      Security Level: public (Regular issues)
          Components: Buildbot
            Reporter: Tomaz Muraus


Currently we already have a builder for Python 2.5, 2.6 and 2.7, but we would also need a builder for PyPy and Python 3 (support for Python 3 has just been merged into trunk yesterday).

Ideally, we would also merge all the existing builders into a single one which would run "tox" command instead of a current "compile" step.

Tox is a Python library (http://pypi.python.org/pypi/tox) which allows you to easily test your application with different Python versions. Tox also handles creating a virtual environment and installing dependencies for each of the defined version.

Let me know if you need more info or if I can help.

Thanks,
Tomaz

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (INFRA-4177) Need a PyPy and Python 3 builder for Libcloud

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

Gavin reassigned INFRA-4177:
----------------------------

    Assignee: Gavin
    
> Need a PyPy and Python 3 builder for Libcloud
> ---------------------------------------------
>
>                 Key: INFRA-4177
>                 URL: https://issues.apache.org/jira/browse/INFRA-4177
>             Project: Infrastructure
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>            Reporter: Tomaz Muraus
>            Assignee: Gavin
>
> Currently we already have a builder for Python 2.5, 2.6 and 2.7, but we would also need a builder for PyPy and Python 3 (support for Python 3 has just been merged into trunk yesterday).
> Ideally, we would also merge all the existing builders into a single one which would run "tox" command instead of a current "compile" step.
> Tox is a Python library (http://pypi.python.org/pypi/tox) which allows you to easily test your application with different Python versions. Tox also handles creating a virtual environment and installing dependencies for each of the defined version.
> Let me know if you need more info or if I can help.
> Thanks,
> Tomaz

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (INFRA-4177) Need a PyPy and Python 3 builder for Libcloud

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

Gavin closed INFRA-4177.
------------------------

    Resolution: Fixed
      Assignee:     (was: Gavin)

Done.
                
> Need a PyPy and Python 3 builder for Libcloud
> ---------------------------------------------
>
>                 Key: INFRA-4177
>                 URL: https://issues.apache.org/jira/browse/INFRA-4177
>             Project: Infrastructure
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>            Reporter: Tomaz Muraus
>
> Currently we already have a builder for Python 2.5, 2.6 and 2.7, but we would also need a builder for PyPy and Python 3 (support for Python 3 has just been merged into trunk yesterday).
> Ideally, we would also merge all the existing builders into a single one which would run "tox" command instead of a current "compile" step.
> Tox is a Python library (http://pypi.python.org/pypi/tox) which allows you to easily test your application with different Python versions. Tox also handles creating a virtual environment and installing dependencies for each of the defined version.
> Let me know if you need more info or if I can help.
> Thanks,
> Tomaz

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (INFRA-4177) Need a PyPy and Python 3 builder for Libcloud

Posted by "Gavin (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/INFRA-4177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13162520#comment-13162520 ] 

Gavin commented on INFRA-4177:
------------------------------

working on it.

Although in general it is a good idea to merge so that tox builds all envs at once, buildbot will interpret a failure of one of the envs as a failed build, whether or not all other envs pass. The all in one logging of the results in buildbot will be something to see too. I will configure it as you request, then go from there.
                
> Need a PyPy and Python 3 builder for Libcloud
> ---------------------------------------------
>
>                 Key: INFRA-4177
>                 URL: https://issues.apache.org/jira/browse/INFRA-4177
>             Project: Infrastructure
>          Issue Type: New Feature
>      Security Level: public(Regular issues) 
>          Components: Buildbot
>            Reporter: Tomaz Muraus
>            Assignee: Gavin
>
> Currently we already have a builder for Python 2.5, 2.6 and 2.7, but we would also need a builder for PyPy and Python 3 (support for Python 3 has just been merged into trunk yesterday).
> Ideally, we would also merge all the existing builders into a single one which would run "tox" command instead of a current "compile" step.
> Tox is a Python library (http://pypi.python.org/pypi/tox) which allows you to easily test your application with different Python versions. Tox also handles creating a virtual environment and installing dependencies for each of the defined version.
> Let me know if you need more info or if I can help.
> Thanks,
> Tomaz

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira