<!-- 
RSS generated by JIRA (9.4.5#940005-sha1:e3094934eac4fd8653cf39da58f39364fb9cc7c1) at Sat Feb 10 06:07:11 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>Akraino JIRA</title>
    <link>https://jira.akraino.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.5</version>
        <build-number>940005</build-number>
        <build-date>11-04-2023</build-date>
    </build-info>


<item>
            <title>[VAL-84] conformance.robot failing if k8s version not supported by sonobuoy</title>
                <link>https://jira.akraino.org/browse/VAL-84</link>
                <project id="10308" key="VAL">Validation</project>
                    <description>&lt;blockquote&gt;&lt;p&gt;/ # sonobuoy version --kubeconfig /root/.kube/config&lt;br/&gt;
Sonobuoy Version: v0.15.1&lt;br/&gt;
MinimumKubeVersion: 1.13.0&lt;br/&gt;
MaximumKubeVersion: 1.15.99&lt;br/&gt;
GitSHA:&lt;br/&gt;
API Version: v1.16.0&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Because of this version mismatch following is failing.&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;/ # sonobuoy images&lt;br/&gt;
ERRO&lt;span class=&quot;error&quot;&gt;&amp;#91;0000&amp;#93;&lt;/span&gt; couldn&apos;t get images for version: No matching configuration for k8s version: 1.16.0&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Attached the complete logs files and also variables.yaml&lt;/p&gt;

&lt;p&gt;Note: k8s-latest is not really latest so built it on my local with latest code available&lt;/p&gt;</description>
                <environment></environment>
        <key id="10927">VAL-84</key>
            <summary>conformance.robot failing if k8s version not supported by sonobuoy</summary>
                <type id="10004" iconUrl="https://jira.akraino.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.akraino.org/images/icons/priorities/medium.svg">Medium</priority>
                        <status id="10001" iconUrl="https://jira.akraino.org/" description="">Done</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="jukosone">Juha Kosonen</assignee>
                                    <reporter username="ns156u">Naga Sugguna</reporter>
                        <labels>
                    </labels>
                <created>Fri, 1 Nov 2019 13:54:27 +0000</created>
                <updated>Wed, 6 Nov 2019 21:51:39 +0000</updated>
                            <resolved>Wed, 6 Nov 2019 21:51:39 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="10905" author="ns156u" created="Wed, 6 Nov 2019 21:51:28 +0000"  >&lt;p&gt;&lt;a href=&quot;https://gerrit.akraino.org/r/c/validation/+/1919&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://gerrit.akraino.org/r/c/validation/+/1919&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="10860" author="jukosone" created="Tue, 5 Nov 2019 11:17:26 +0000"  >&lt;p&gt;A patch submitted for a review:&#160; &lt;a href=&quot;https://gerrit.akraino.org/r/c/validation/+/1919&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://gerrit.akraino.org/r/c/validation/+/1919&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Test passed on REC:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;==============================================================================
Conformance :: Run k8s conformance test using sonobuoy 
==============================================================================
Run Sonobuoy Conformance Test | PASS |
------------------------------------------------------------------------------
Conformance :: Run k8s conformance test using sonobuoy | PASS |
1 critical test, 1 passed, 0 failed
1 test total, 1 passed, 0 failed
==============================================================================&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Excerpt from e2e.log:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;Ran 269 of 4897 Specs in 7096.547 seconds
SUCCESS! -- 269 Passed | 0 Failed | 0 Pending | 4628 Skipped
PASS
Ginkgo ran 1 suite in 1h58m17.936640865s
Test Suite Passed
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Version info:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;[cloudadmin@controller-1 ~]$ cat /etc/product-release 
release=TA-1
build=223&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="10857" author="jukosone" created="Mon, 4 Nov 2019 09:28:15 +0000"  >&lt;p&gt;Well, it seems that REC has upgraged k8s 1.15.3 -&amp;gt; 1.16.x. Nice...&lt;/p&gt;</comment>
                            <comment id="10853" author="ns156u" created="Fri, 1 Nov 2019 14:31:09 +0000"  >&lt;p&gt;Same issue reproduced on akraino/validation:k8s-amd64-latest also&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="10206" name="Conformance.Conformance.log" size="11850" author="ns156u" created="Fri, 1 Nov 2019 13:54:57 +0000"/>
                            <attachment id="10207" name="log.html" size="231320" author="ns156u" created="Fri, 1 Nov 2019 13:54:57 +0000"/>
                            <attachment id="10208" name="output.xml" size="25878" author="ns156u" created="Fri, 1 Nov 2019 13:54:57 +0000"/>
                            <attachment id="10209" name="report.html" size="229565" author="ns156u" created="Fri, 1 Nov 2019 13:54:57 +0000"/>
                            <attachment id="10210" name="variables-rec-oe2.yaml" size="522" author="ns156u" created="Fri, 1 Nov 2019 13:57:51 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10105" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i002ms:</customfieldvalue>

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