]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
oeqa/selftest: Update the BB_HASHSERVE_UPSTREAM
authorJose Quaresma <quaresma.jose@gmail.com>
Thu, 31 Oct 2024 12:06:45 +0000 (12:06 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Oct 2024 13:23:44 +0000 (13:23 +0000)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/cases/devtool.py
meta/lib/oeqa/selftest/cases/sstatetests.py

index 1739c84853bc6284ced2d41d40e43902e49a395b..8d80501becb615571db27699d4f38f433252fda8 100644 (file)
@@ -317,7 +317,7 @@ class DevtoolBase(DevtoolTestCase):
         cls.sstate_conf  = 'SSTATE_DIR = "%s"\n' % cls.devtool_sstate
         cls.sstate_conf += ('SSTATE_MIRRORS += "file://.* file:///%s/PATH"\n'
                             % cls.original_sstate)
-        cls.sstate_conf += ('BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"\n')
+        cls.sstate_conf += ('BB_HASHSERVE_UPSTREAM = "hashserv.yoctoproject.org:8686"\n')
 
     @classmethod
     def tearDownClass(cls):
index ae295bef5f79fd886fc6cf717d50a0b27da025ff..faaf7f6b0cb86324468a12683fae2b382cf07578 100644 (file)
@@ -963,7 +963,7 @@ class SStateMirrors(SStateCheckObjectPresence):
             self.config_sstate(True)
             self.append_config("""
 MACHINE = "{}"
-BB_HASHSERVE_UPSTREAM = "hashserv.yocto.io:8687"
+BB_HASHSERVE_UPSTREAM = "hashserv.yoctoproject.org:8686"
 SSTATE_MIRRORS ?= "file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH"
 """.format(machine))
         else: