<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:37:18 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[RELENG-27] Create template for {project}-verify-python-{stream}</title>
                <link>https://jira.opendaylight.org/browse/RELENG-27</link>
                <project id="10164" key="RELENG">releng</project>
                    <description>&lt;p&gt;Currently there are few projects with customized verify-python jobs, I recall integration(/test) and Bgpcep. More projects may follow (currently integration/distribution), so it would be good to have a common template for easier maintainance.&lt;/p&gt;

&lt;p&gt;Few possible caveats:&lt;/p&gt;

&lt;p&gt;integration/test is two-level project name, care should be taken to distinguish project short and full names.&lt;/p&gt;

&lt;p&gt;Bgpcep python code is frozen, but pep8 checker changes versions and adds checks, so bgpcep has fixed pep8 to a specific version.&lt;br/&gt;
Currently this is handled by tox.ini files in projects (integration/test sets higher pep8 version), but I had to synchronize other things in the two tox.ini files manually.&lt;br/&gt;
It would be good if pep8 version string was given as a template parameter &lt;/p&gt;
{pep8}
&lt;p&gt;, and otherwise tox.ini contents would be common and stored in releng/builder.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="19435">RELENG-27</key>
            <summary>Create template for {project}-verify-python-{stream}</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="1" iconUrl="https://jira.opendaylight.org/images/icons/statuses/open.png" description="The issue is open and ready for the assignee to start work on it.">Open</status>
                    <statusCategory id="2" key="new" colorName="blue-gray"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="vrpolak">Vratko Polak</reporter>
                        <labels>
                    </labels>
                <created>Wed, 24 Feb 2016 19:41:23 +0000</created>
                <updated>Wed, 28 Feb 2018 15:53:25 +0000</updated>
                            <resolved>Mon, 11 Apr 2016 14:42:13 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>Jenkins Job Builder</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="35233" author="zxiiro" created="Wed, 24 Feb 2016 22:13:37 +0000"  >&lt;p&gt;tox.ini should be project specific. It&apos;s because you can run multiple things with tox.ini and there&apos;s no way to know ahead of time what kind of testing configuration the project wants.&lt;/p&gt;

&lt;p&gt;For example in spectrometer we use tox to launch a pytest suite to run unit tests against our code.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;testenv&amp;#93;&lt;/span&gt;&lt;br/&gt;
deps = -r&lt;/p&gt;
{toxinidir}
&lt;p&gt;/test-requirements.txt&lt;br/&gt;
commands = python setup.py test&lt;/p&gt;

&lt;p&gt;Another use I&apos;ve seen with tox is to test against multiple Python versions.&lt;/p&gt;


&lt;p&gt;As an example of a complex tox.ini configuration. Here&apos;s the one used by jenkins-job-builder.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/openstack-infra/jenkins-job-builder/blob/master/tox.ini&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/openstack-infra/jenkins-job-builder/blob/master/tox.ini&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="35234" author="vrpolak" created="Thu, 25 Feb 2016 09:10:33 +0000"  >&lt;p&gt;Alright, tox.ini should remain project specific.&lt;br/&gt;
The &lt;/p&gt;
{directory}
&lt;p&gt; to cd into before running tox should be configurable instead.&lt;/p&gt;</comment>
                            <comment id="35235" author="zxiiro" created="Mon, 7 Mar 2016 23:30:19 +0000"  >&lt;p&gt;Proposed patch: &lt;a href=&quot;https://git.opendaylight.org/gerrit/35896/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/35896/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="35236" author="zxiiro" created="Thu, 10 Mar 2016 15:02:52 +0000"  >&lt;p&gt;Patch was merged.&lt;/p&gt;</comment>
                            <comment id="35237" author="vrpolak" created="Mon, 11 Apr 2016 14:42:13 +0000"  >&lt;p&gt;The template work correctly for integration/distribution: &lt;a href=&quot;https://jenkins.opendaylight.org/releng/job/integration-distribution-verify-python-boron/16/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://jenkins.opendaylight.org/releng/job/integration-distribution-verify-python-boron/16/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>5424</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=5424]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i01m3j:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>