-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temporary fix on mirror leap repositories #1786
Conversation
- baseurl: http://download.opensuse.org/update/leap/{{ grains['osrelease'] }}/oss/ | ||
- refresh: True | ||
|
||
{% if grains['osrelease_info'][0] == 15 and grains['osrelease_info'][1] >= 3 %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI tests are failing with a syntax error:
jinja2.exceptions.TemplateSyntaxError: Unexpected end of template. Jinja was looking for the following tags: 'elif' or 'else' or 'endif'. The innermost block that needs to be closed is 'if'.
You opened 2 if
s, but closed only one and are missing a second %{ endif }
.
@@ -69,8 +69,8 @@ zypper ar http://${ use_mirror_images ? mirror : "download.opensuse.org" }/repos | |||
zypper ar http://${ use_mirror_images ? mirror : "download.opensuse.org" }/repositories/systemsmanagement:/Uyuni:/Test-Packages:/Pool/rpm/ test_repo_rpm_pool | |||
|
|||
# Leap repos are required to install expect | |||
zypper ar http://${ use_mirror_images ? mirror : "download.opensuse.org" }/distribution/leap/15.5/repo/oss/ leap_pool_repo | |||
zypper ar http://${ use_mirror_images ? mirror : "download.opensuse.org" }/update/leap/15.5/oss/ leap_update_repo | |||
zypper ar http://${ use_mirror_images ? mirror : "download.opensuse.org" }/distribution/leap/15.5/repo/${ use_mirror_images ? "oss-old" : "oss" }/ leap_pool_repo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I said during the standup, rather than modifying sumaform, even temporarily, I would just trigger minima again on the mirrors.
Closing as most problems with mirror are solved now. |
What does this PR change?
Pipelines are failing due to mirror repository renaming:
The following repositories are affected:
Seems like someone is doing some operations now, so I am not retriggering highstate on the mirror: