From 9ca95cd19a350e066dbbbfa1f7f3e1516c42de2b Mon Sep 17 00:00:00 2001 From: thefox Date: Sat, 13 Apr 2024 10:42:40 +0000 Subject: [PATCH] add 7.0-test to pprof (#148) Test backport of pprof to 7.0 Closes #143 Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/148 Co-authored-by: thefox Co-committed-by: thefox --- upgrade/test-pprof-upload.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/upgrade/test-pprof-upload.sh b/upgrade/test-pprof-upload.sh index 0fce2577..80425a9c 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 }