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:
parent
e9bb6f67e6
commit
9ca95cd19a
1 changed files with 8 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue