Skip to content

Commit

Permalink
ci: add kas mirror as an independent configuration
Browse files Browse the repository at this point in the history
There are situations when the upstream hash equivalent server is
not available or even if its use is not desired.
Having this as an independent configuration gives more freedom
to choose how to use it.

Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose committed Oct 17, 2024
1 parent 6615b55 commit 691a642
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,5 @@ local_conf_header:
INHERIT += "buildstats buildstats-summary"
INHERIT += "buildhistory"
INHERIT += "rm_work"
mirror: |
BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
SSTATE_MIRRORS = "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"
machine: unset
9 changes: 9 additions & 0 deletions ci/mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json

header:
version: 14

local_conf_header:
mirror: |
BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
SSTATE_MIRRORS = "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"

0 comments on commit 691a642

Please sign in to comment.