]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:59 +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 7d6177398091c954b17b645e1e199f93e28a6a24..8e709944a8db93a8b6cca498935faaebe76bba3d 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: