From 5c2eebc521b653079f822e67aface0769f31e0fd Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Wed, 15 Jan 2025 13:18:19 +0100 Subject: [PATCH] fix: upgrade must use code.forgejo.org/oci Otherwise it may get rate limited in the CI verifying it works --- upgrade/test-pprof-upload.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/upgrade/test-pprof-upload.sh b/upgrade/test-pprof-upload.sh index 5c67687..732fae7 100644 --- a/upgrade/test-pprof-upload.sh +++ b/upgrade/test-pprof-upload.sh @@ -25,7 +25,7 @@ function test_upload_profiles() { function test_forgejo_pprof() { stop docker rm -f test_pyroscope - docker run --name test_pyroscope --rm -d -p 4040:4040 docker.io/grafana/pyroscope + docker run --name test_pyroscope --rm -d -p 4040:4040 code.forgejo.org/oci/pyroscope:1.12.0 reset_forgejo $UPGRADE_DIR/default-app.ini log_info "run 7.0" @@ -39,5 +39,4 @@ function test_forgejo_pprof() { stop docker stop test_pyroscope - }