I've been meaning to ask these questions for awhile but keep forgetting. In regards to IoT test pages, such as for the latest nominated compose[0]:
1 - My understanding is the non-ostree composes aren't intended for general consumption[1]. Is it feasible to remove them from the downloads list? Where would I poke about to do that? Assuming it's feasible, I'll go double check on the IoT list[2] if it would be okay to do so.
2 - The "Wired Network" result doesn't appear in relval. Would that be fixed "automatically" if I add a "Wired Network" section to the QA:TestCase_IoT_Hardware[3] page, and then add a corresponding link to the Template:General_IoT_test_matrix page[4]?
Thanks for any guidance, just wanted to double check before I break everything.
[0] - https://fedoraproject.org/wiki/Test_Results:Fedora-IoT_36_RC_20220302.0_Summ... [1] - https://bugzilla.redhat.com/show_bug.cgi?id=2002840#c1 [2] - https://lists.fedoraproject.org/archives/list/iot@lists.fedoraproject.org/ [3] - https://fedoraproject.org/wiki/QA:Testcase_IoT_Hardware [4] - https://fedoraproject.org/wiki/Template:General_IoT_test_matrix
On Wed, 2022-03-02 at 15:03 -0600, Brandon Nielsen wrote:
I've been meaning to ask these questions for awhile but keep forgetting. In regards to IoT test pages, such as for the latest nominated compose[0]:
1 - My understanding is the non-ostree composes aren't intended for general consumption[1]. Is it feasible to remove them from the downloads list? Where would I poke about to do that? Assuming it's feasible, I'll go double check on the IoT list[2] if it would be okay to do so.
Probably around here would be the best place: https://pagure.io/fedora-qa/python-wikitcms/blob/main/f/src/wikitcms/page.py...
You can see we already exclude something there, just add another exclusion. It might be nice if the image could not be built at all, if it's not meant to be used, but not sure if that's possible.
2 - The "Wired Network" result doesn't appear in relval. Would that be fixed "automatically" if I add a "Wired Network" section to the QA:TestCase_IoT_Hardware[3] page, and then add a corresponding link to the Template:General_IoT_test_matrix page[4]?
Yes. wikitcms won't be seeing it as a 'result row' since there's no testcase link, so doing that should fix it.
Thanks for any guidance, just wanted to double check before I break everything.
Thanks for checking!
On 3/5/22 11:38 AM, Adam Williamson wrote:
On Wed, 2022-03-02 at 15:03 -0600, Brandon Nielsen wrote:
[Snip]
2 - The "Wired Network" result doesn't appear in relval. Would that be fixed "automatically" if I add a "Wired Network" section to the QA:TestCase_IoT_Hardware[3] page, and then add a corresponding link to the Template:General_IoT_test_matrix page[4]?
Yes. wikitcms won't be seeing it as a 'result row' since there's no testcase link, so doing that should fix it.
Thanks for any guidance, just wanted to double check before I break everything.
Thanks for checking!
Finally got around to doing this one. I'm open to any ideas for better steps in the testcase[0]. If I understand correctly, we should see these changes appear for the next nominated IoT compose?
Hopefully things settle down enough that I can look into excluding non-ostree composes from the downloads list soon.
[0] - https://fedoraproject.org/wiki/QA:Testcase_IoT_Hardware#Test_Wired_Network
On Tue, 2022-08-16 at 11:04 -0500, Brandon Nielsen via test wrote:
On 3/5/22 11:38 AM, Adam Williamson wrote:
On Wed, 2022-03-02 at 15:03 -0600, Brandon Nielsen wrote:
[Snip]
2 - The "Wired Network" result doesn't appear in relval. Would that be fixed "automatically" if I add a "Wired Network" section to the QA:TestCase_IoT_Hardware[3] page, and then add a corresponding link to the Template:General_IoT_test_matrix page[4]?
Yes. wikitcms won't be seeing it as a 'result row' since there's no testcase link, so doing that should fix it.
Thanks for any guidance, just wanted to double check before I break everything.
Thanks for checking!
Finally got around to doing this one. I'm open to any ideas for better steps in the testcase[0]. If I understand correctly, we should see these changes appear for the next nominated IoT compose?
Changes to the test case itself take 'effect' immediately and indeed retroactively, since it's just a simple page that the results pages link to, so links from even very old results pages point to the current test case page.
Changes to the matrix template will take effect from the next nominated compose, yup, as each new results page is 'cloned' from the template when it's created.
Thanks for the updates!