<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:37:32 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-119] Run (something like?) the bot directly on existing multipatch job?</title>
                <link>https://jira.opendaylight.org/browse/RELENG-119</link>
                <project id="10164" key="RELENG">releng</project>
                    <description>&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=ecelgp&quot; class=&quot;user-hover&quot; rel=&quot;ecelgp&quot;&gt;ecelgp&lt;/a&gt; in a comment on the parent task raised this idea, which I think I worth this new sub-task to discussion that further in its own right here:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;I wonder whether we could enhance the existing multipatch job to:&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;Get a topic and figure out the patch-list (same you do in your bot).&lt;/li&gt;
	&lt;li&gt;Send an automatic mail when a project build fails (same we do for AR failure).&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;I also wonder whether the above could be done by just running a bash/python script from jenkins.&lt;/p&gt;&lt;/blockquote&gt;</description>
                <environment></environment>
        <key id="29940">RELENG-119</key>
            <summary>Run (something like?) the bot directly on existing multipatch job?</summary>
                <type id="10102" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10316&amp;avatarType=issuetype">Sub-task</type>
                            <parent id="29870">RELENG-101</parent>
                                    <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, 8 May 2018 07:40:47 +0000</created>
                <updated>Fri, 22 Nov 2019 00:17:45 +0000</updated>
                            <resolved>Fri, 22 Nov 2019 00:17:45 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="62875" author="vorburger" created="Tue, 8 May 2018 07:45:04 +0000"  >&lt;p&gt;&amp;gt;&#160;I also wonder whether the above could be done by just running a bash/python script from jenkins.&lt;/p&gt;

&lt;p&gt;you would have to rewrite what I did in &lt;a href=&quot;https://github.com/vorburger/opendaylight-bot&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/vorburger/opendaylight-bot&lt;/a&gt;&#160;(in Java) in a ash/python script... the last week has taught me that interacting with the Gerrit REST API and doing things like correctly ordering the list of changes etc. etc. is not so trivial. Why would you want to restart a new effort to do the same?&lt;/p&gt;

&lt;p&gt;I have an another idea... if you don&apos;t like The Bot&apos;s current Web UI (hosted, currently, on &lt;a href=&quot;http://opendaylight-bot-opendaylight-bot.6923.rh-us-east-1.openshiftapps.com%29%2C/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://opendaylight-bot-opendaylight-bot.6923.rh-us-east-1.openshiftapps.com),&lt;/a&gt;&#160;then would you be interested in instead&#160;simply running it yourself as a CLI build locally, e.g. at the start of the multipatch job? This may be quite trivial - would you be interested in making this issue dependant on&#160;&lt;a href=&quot;https://jira.opendaylight.org/browse/RELENG-118&quot; title=&quot;Simple distribution of The Bot for local CLI usage, alternative to its Web UI&quot; class=&quot;issue-link&quot; data-issue-key=&quot;RELENG-118&quot;&gt;&lt;del&gt;RELENG-118&lt;/del&gt;&lt;/a&gt; and motivate me to provide that?&lt;/p&gt;</comment>
                            <comment id="62886" author="ecelgp" created="Tue, 8 May 2018 18:57:55 +0000"  >&lt;p&gt;For item 1) create list of patches from topic, this patch should work:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/71857&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/71857&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For item 2) automatic mail, it will take me some time to go through this script, but it is feasible imo:&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/gitweb?p=releng/builder.git;a=blob;f=jjb/autorelease/notify-build-failure.sh&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/gitweb?p=releng/builder.git;a=blob;f=jjb/autorelease/notify-build-failure.sh&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;BR/Luis&lt;/p&gt;</comment>
                            <comment id="63031" author="vorburger" created="Tue, 22 May 2018 08:56:42 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=ecelgp&quot; class=&quot;user-hover&quot; rel=&quot;ecelgp&quot;&gt;ecelgp&lt;/a&gt; so 1) is done, and 2) is still pending here, right? Do you want to assign this issue to you to do 2) some time?&lt;/p&gt;</comment>
                            <comment id="63062" author="ecelgp" created="Tue, 22 May 2018 22:37:26 +0000"  >&lt;p&gt;Thats fine, I have an internal peak right now but I can eventually take care of this next week.&lt;/p&gt;</comment>
                            <comment id="67410" author="ecelgp" created="Fri, 22 Nov 2019 00:17:45 +0000"  >&lt;p&gt;This was added few releases back.&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|i03ee7:</customfieldvalue>

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