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 <thefox@noreply.code.forgejo.org>
Co-committed-by: thefox <thefox@noreply.code.forgejo.org>
This commit is contained in:
thefox 2024-04-13 10:42:40 +00:00 committed by earl-warren
parent e9bb6f67e6
commit 9ca95cd19a

View file

@ -26,13 +26,17 @@ function test_forgejo_pprof() {
stop stop
docker run --name test_pyroscope --rm -d -p 4040:4040 docker.io/grafana/pyroscope docker run --name test_pyroscope --rm -d -p 4040:4040 docker.io/grafana/pyroscope
log_info "run 8.0-test"
log_info "run 7.0-test"
start 8.0-test start 7.0-test
test_upload_profiles test_upload_profiles
stop stop
log_info "run 8.0-test"
start 8.0-test
test_upload_profiles
stop
docker stop test_pyroscope docker stop test_pyroscope
} }