action #162632
closedcoordination #58184: [saga][epic][use case] full version control awareness within openQA
coordination #48641: [epic] Trigger openQA tests in pull requests of any product github pull request
Ensure openqa-clone-custom-git-refspec works fine with git-only test distributions like os-autoinst-distri-openQA size:M
0%
Description
Motivation¶
See error report by Martchus aka. mkittler in https://github.com/os-autoinst/os-autoinst-distri-openQA/pull/177#issuecomment-2180542666
Acceptance criteria¶
- AC1:
openqa-clone-custom-git-refspec https://github.com/os-autoinst/os-autoinst-distri-openQA/pull/<id> https://openqa.opensuse.org/tests/<test_id>
yields passing openQA job without needing to set any needles URL specifically for<id>
pointing to any PR in that repo and<test_id>
pointing to any openQA-in-openQA job. Look up one of those from https://openqa.opensuse.org/group_overview/24 - AC2: Specifying NEEDLES_DIR as additional argument has precedence
- AC3: osado can still pass when triggered with
openqa-clone-custom-git-refspec
which do not use the git URL in their CASEDIR or NEEDLES_DIR without needing explict mentions of NEEDLES_DIR
Suggestions¶
- Start with the current test
prove -l t/40-script_openqa-clone-custom-git-refspec.t
which should be quick enough to execute - Look into https://github.com/os-autoinst/openQA/blob/master/script/openqa-clone-custom-git-refspec and how it processes NEEDLES_DIR in particular.
- Take a look at existing production openSUSE default tests like https://openqa.opensuse.org/tests/4300489 . Those ones have no setting for CASEDIR and no setting for NEEDLES_DIR. After processing vars.json has CASEDIR set to the value of DISTRI and no value for NEEDLES_DIR. In contrast a production openQA-in-openQA job like https://openqa.opensuse.org/tests/4301863 has both DIR variables set to git URLs and vars.json mentions a path like "/var/lib/openqa/pool/13/os-autoinst-needles-openQA" ending up in needing the workaround
- Read #44327-6 why the vars.json reading was initially included and try at best remove that completely. Maybe we have all the necessary features included by now so that we don't need to do that in openqa-clone-custom-git-refspec
Workaround¶
openqa-clone-custom-git-refspec https://github.com/os-autoinst/os-autoinst-distri-openQA/pull/177 https://openqa.opensuse.org/tests/4285633 NEEDLES_DIR=https://github.com/os-autoinst/os-autoinst-needles-openQA.git
Updated by mkittler 4 months ago
- Subject changed from Ensure openqa-clone-custom-git-refspec works fine with git-only test distributions like os-autoinst-distri-openQA to Ensure openqa-clone-custom-git-refspec works fine with git-only test distributions like os-autoinst-distri-openQA size:M
- Description updated (diff)
- Status changed from New to Workable
Updated by ybonatakis 4 months ago
- Status changed from Workable to In Progress
- Assignee set to ybonatakis
Updated by ybonatakis 4 months ago
Before I submit a PR I would like to ask. replacing .NEEDLES_DIR
with .NEEDLES_GIT_URL
will not fly for some reason??
https://openqa.opensuse.org/tests/4367939# run successfully as script/openqa-clone-custom-git-refspec https://github.com/os-autoinst/os-autoinst-distri-openQA/tree/master https://openqa.opensuse.org/tests/4360621
.
I just assume that we still need path_to_needles/needles
in some cases?
Updated by ybonatakis 4 months ago
ybonatakis wrote in #note-8:
Before I submit a PR I would like to ask. replacing
.NEEDLES_DIR
with.NEEDLES_GIT_URL
will not fly for some reason??
https://openqa.opensuse.org/tests/4367939# run successfully asscript/openqa-clone-custom-git-refspec https://github.com/os-autoinst/os-autoinst-distri-openQA/tree/master https://openqa.opensuse.org/tests/4360621
.I just assume that we still need
path_to_needles/needles
in some cases?
Got an answer https://openqa.opensuse.org/tests/4368744#details
Updated by ybonatakis 4 months ago
- Status changed from In Progress to Feedback
Updated by ybonatakis 4 months ago
I have updated the PR. As it turns out it was easier to just remove setup of NEEDLES_DIR.
Updated by ybonatakis 3 months ago
- Status changed from Feedback to Resolved
no respond on eng-testing. Lets see what will break