Message ID | 20250529162556.3115477-1-richard.purdie@linuxfoundation.org |
---|---|
State | Accepted, archived |
Commit | 3372524cb961d95993b27fe4a8d794cdb7255e09 |
Headers | show |
Series | toaster/tests/buildtest: Switch to new CDN | expand |
diff --git a/lib/toaster/tests/builds/buildtest.py b/lib/toaster/tests/builds/buildtest.py index cacfccd4d3..e54d561334 100644 --- a/lib/toaster/tests/builds/buildtest.py +++ b/lib/toaster/tests/builds/buildtest.py @@ -128,7 +128,7 @@ class BuildTest(unittest.TestCase): if os.environ.get("TOASTER_TEST_USE_SSTATE_MIRROR"): ProjectVariable.objects.get_or_create( name="SSTATE_MIRRORS", - value="file://.* http://cdn.jsdelivr.net/yocto/sstate/all/PATH;downloadfilename=PATH", + value="file://.* http://sstate.yoctoproject.org/all/PATH;downloadfilename=PATH", project=project) ProjectTarget.objects.create(project=project,
The project is switching the way handle our CDN provision of sstate objects, update the URL accordingly. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- lib/toaster/tests/builds/buildtest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)