Skip to content

Commit

Permalink
Switch SP6+ to public-dl.suse.com
Browse files Browse the repository at this point in the history
We'll move installer-updates to a fixed-ip setup to maximize
interoperability. However BCI should use the direct CDN link, so switch
to that.
  • Loading branch information
dirkmueller authored and dcermak committed Jan 8, 2025
1 parent 8a3228e commit f38b614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bci_tester/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def create_container_version_mark(
BCI_DEVEL_REPO = "http://download.opensuse.org/tumbleweed/repo/oss/"
else:
# from SLE 15 SP6 onward we use the unauthenticated CDN
cdn_prefix = "installer-updates" if OS_SP_VERSION >= 6 else "updates"
cdn_prefix = "public-dl" if OS_SP_VERSION >= 6 else "updates"
BCI_DEVEL_REPO = f"https://{cdn_prefix}.suse.com/SUSE/Products/SLE-BCI/{OS_MAJOR_VERSION}-SP{OS_SP_VERSION}/{LOCALHOST.system_info.arch}/product/"
_BCI_REPLACE_REPO_CONTAINERFILE = ""
else:
Expand Down

0 comments on commit f38b614

Please sign in to comment.