upgrade: test pprof against the two active stable releases

This commit is contained in:
Earl Warren 2024-08-07 11:49:17 +02:00
parent 0f4173555f
commit 6224249696
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -28,13 +28,13 @@ function test_forgejo_pprof() {
docker run --name test_pyroscope --rm -d -p 4040:4040 docker.io/grafana/pyroscope
reset_forgejo $UPGRADE_DIR/default-app.ini
log_info "run 7.0-test"
start 7.0-test
log_info "run 7.0-dev"
start 7.0-dev
test_upload_profiles
stop
log_info "run 8.0-test"
start 8.0-test
log_info "run 9.0-dev"
start 9.0-dev
test_upload_profiles
stop