<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:37:22 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-50] Add option to autorelease-carbon to provide test ExcludesFile</title>
                <link>https://jira.opendaylight.org/browse/RELENG-50</link>
                <project id="10164" key="RELENG">releng</project>
                    <description>&lt;p&gt;As we identify sporadic failures, we want to be able to ignore them from autorelease if possible until they are fixed so we unblock progress. The way to do this is documented here:&lt;br/&gt;
&lt;a href=&quot;https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#excludesFile&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#excludesFile&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;See this thread for even more info:&lt;br/&gt;
&lt;a href=&quot;https://lists.opendaylight.org/pipermail/release/2017-April/010347.html&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://lists.opendaylight.org/pipermail/release/2017-April/010347.html&lt;/a&gt;&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="19458">RELENG-50</key>
            <summary>Add option to autorelease-carbon to provide test ExcludesFile</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="6" iconUrl="https://jira.opendaylight.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10001">Won&apos;t Do</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="colindixon">Colin Dixon</reporter>
                        <labels>
                    </labels>
                <created>Thu, 27 Apr 2017 17:06:29 +0000</created>
                <updated>Thu, 23 Aug 2018 02:38:56 +0000</updated>
                            <resolved>Thu, 23 Aug 2018 02:38:56 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>Autorelease</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="35311" author="askb" created="Wed, 3 May 2017 09:08:42 +0000"  >&lt;p&gt;// for my reference only!&lt;/p&gt;

&lt;p&gt;I don&apos;t think patch 56329 will help. Maven uses inheritance to determine what plugin configuration to use. pom.xml inside of autorelease is not a parent pom of any projects which means the configuration stored there won&apos;t get read in by the module in bgpcep.&lt;/p&gt;

&lt;p&gt;We either have to disable it at the module level or at odlparent which is the top level parent pom of all projects.&lt;/p&gt;

&lt;p&gt;Therefore, I am reverting the original patch &lt;span class=&quot;error&quot;&gt;&amp;#91;3.&amp;#93;&lt;/span&gt; with &lt;span class=&quot;error&quot;&gt;&amp;#91;1.&amp;#93;&lt;/span&gt; and retrigger autorelease carbon, since we also have the issue resolved with the project test in &lt;span class=&quot;error&quot;&gt;&amp;#91;2.&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;1.&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://git.opendaylight.org/gerrit/56360&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/56360&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;2.&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/56282/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/56282/&lt;/a&gt;&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;3.&amp;#93;&lt;/span&gt; &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/56329/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/56329/&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="35312" author="askb" created="Wed, 3 May 2017 09:29:18 +0000"  >&lt;p&gt;I have added the section in odlparent pom.xml and created an excludes file which should contain the paths/tests/regex of tests which potentially require to be disabled temporarily. &lt;/p&gt;

&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Add excludesFile options for autorelease&lt;br/&gt;
  &lt;a href=&quot;https://git.opendaylight.org/gerrit/56438&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/56438&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="35313" author="colin@colindixon.com" created="Wed, 3 May 2017 18:56:55 +0000"  >&lt;p&gt;I think now that BUG-8335 is fixed and if we get the fix to BUG-8365 (to skip SingleFeatureTests) that this is no longer a blocker for BUG-8322 or the Carbon release in general.&lt;/p&gt;</comment>
                            <comment id="64721" author="zxiiro" created="Thu, 23 Aug 2018 02:38:56 +0000"  >&lt;p&gt;stable/carbon is no longer supported.&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>8325</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=8325]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10308"><![CDATA[New Feature]]></customfieldvalue>

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

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