<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:04:26 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>[INTTEST-53] integration-multipatch-test-neon job is currently broken and cannot currently be used to test un-merged changes in odlparent</title>
                <link>https://jira.opendaylight.org/browse/INTTEST-53</link>
                <project id="10189" key="INTTEST">integration-test</project>
                    <description>&lt;p&gt;On &lt;a href=&quot;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/integration-multipatch-test-neon/12/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/integration-multipatch-test-neon/12/ &lt;/a&gt;I&apos;ve run with PATCHES_TO_BUILD = odlparent:75/75675/1,infrautils:99/75699/6:91/74891/16,controller:55/74855/55,aaa:64/74964/12,netconf:66/74966/24 ...&#160;&lt;/p&gt;

&lt;p&gt;The idea is to test &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/75675/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/75675/&lt;/a&gt; with&#160;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/75699/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/75699/&lt;/a&gt; and &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/74891/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/74891/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So it&#160;bumps maven-bundle-plugin from 3.5.0 to 4.0.0, but&#160;if you look at the log of &lt;a href=&quot;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/integration-multipatch-test-neon/12/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/integration-multipatch-test-neon/12/&lt;/a&gt; and grep for &quot;maven-bundle-plugin&quot; then you see that odlparent buildt with maven-bundle-plug 4.0.0 but infrautils with 3.5.0 as if &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/75675/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/75675/&lt;/a&gt; was not applied.&lt;/p&gt;

&lt;p&gt;It seems to be because it&apos;s building and installing oldparent as 4.0.0 instead of 4.0.0-SNAPSHOT.&lt;/p&gt;</description>
                <environment></environment>
        <key id="30700">INTTEST-53</key>
            <summary>integration-multipatch-test-neon job is currently broken and cannot currently be used to test un-merged changes in odlparent</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="ecelgp">Luis Gomez</assignee>
                                    <reporter username="vorburger">Michael Vorburger</reporter>
                        <labels>
                    </labels>
                <created>Tue, 4 Sep 2018 20:10:06 +0000</created>
                <updated>Fri, 22 Nov 2019 00:20:39 +0000</updated>
                            <resolved>Fri, 22 Nov 2019 00:20:39 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="64886" author="ecelgp" created="Wed, 5 Sep 2018 05:00:06 +0000"  >&lt;p&gt;Current MP script adjusts odlparent project version to the version found in mdsal downloaded patch, if no mdsal project is downloaded (like in your job), then the odlparent project version is adjusted to release (removes -SNAPSHOT on current patch). On top of this MD-SAL in now an MRI project in neon, so its master branch may not include the same version the MSI projects are consuming, so as summary:&lt;/p&gt;

&lt;p&gt;1) I will have to change the existing MP script to add MD-SAL as MRI project and extract the version MSI projects are consuming some other way.&lt;/p&gt;

&lt;p&gt;2) Until these changes are done you can overcome this issue by changing the odlparent version in the odlparent patch to the version MSI projects in master (neon) consume or the same with -SNAPSHOT, I believe this is 3.1.3 or 3.1.3-SNAPSHOT. This way you have all versions aligned. Obviously you will have to revert the version change before you merge the odlparent patch.&lt;/p&gt;</comment>
                            <comment id="67412" author="ecelgp" created="Fri, 22 Nov 2019 00:20:39 +0000"  >&lt;p&gt;AFAIK, this was fixed 2 in Neon.&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_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03iin:</customfieldvalue>

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