Ironic dependency is located in different project when in internal obs
All checks were successful
Build PR in OBS / Build PR in OBS (pull_request_target) Successful in 5s
All checks were successful
Build PR in OBS / Build PR in OBS (pull_request_target) Successful in 5s
Signed-off-by: Nicolas Belouin <nicolas.belouin@suse.com>
This commit is contained in:
parent
eff9a9b0c5
commit
0cb039a9df
@ -8,6 +8,7 @@ def render(base_project, subproject, internal, scm_url=None):
|
||||
context = {
|
||||
"base_project": subproject == "",
|
||||
"title": f"SUSE Edge {version} {subproject}".rstrip(),
|
||||
"ironic_base": "ISV:SUSE:Edge:Ironic" if internal else "Cloud:OpenStack",
|
||||
}
|
||||
if subproject == "ToTest":
|
||||
context["project"] = f"{base_project}:ToTest"
|
||||
|
2
_meta
2
_meta
@ -47,7 +47,7 @@
|
||||
{%- if release_project is defined and not for_release %}
|
||||
<releasetarget project="{{ release_project }}" repository="standard" trigger="manual"/>
|
||||
{%- endif %}
|
||||
<path project="Cloud:OpenStack:2024.2" repository="15.6"/>
|
||||
<path project="{{ ironic_base }}:2024.2" repository="15.6"/>
|
||||
<path project="SUSE:SLE-15-SP6:Update" repository="standard"/>
|
||||
<arch>x86_64</arch>
|
||||
<arch>aarch64</arch>
|
||||
|
Loading…
x
Reference in New Issue
Block a user