diff --git a/upgrade/test-pprof-upload.sh b/upgrade/test-pprof-upload.sh index 0fce257..80425a9 100644 --- a/upgrade/test-pprof-upload.sh +++ b/upgrade/test-pprof-upload.sh @@ -26,13 +26,17 @@ function test_forgejo_pprof() { stop docker run --name test_pyroscope --rm -d -p 4040:4040 docker.io/grafana/pyroscope - log_info "run 8.0-test" - - start 8.0-test - + + log_info "run 7.0-test" + start 7.0-test test_upload_profiles stop + log_info "run 8.0-test" + start 8.0-test + test_upload_profiles + stop + docker stop test_pyroscope }