Merge pull request 'fix: upgrades: teach renovate about the pyroscope version' (#613) from earl-warren/end-to-end:wip-versions into main
Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/613 Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
commit
5a339800d3
1 changed files with 3 additions and 1 deletions
|
|
@ -22,10 +22,12 @@ function test_upload_profiles() {
|
|||
done
|
||||
}
|
||||
|
||||
PYROSCOPE_VERSION=1.12.0 # renovate: datasource=docker depName=data.forgejo.org/oci/pyroscope
|
||||
|
||||
function test_forgejo_pprof() {
|
||||
stop
|
||||
docker rm -f test_pyroscope
|
||||
docker run --name test_pyroscope --rm -d -p 4040:4040 code.forgejo.org/oci/pyroscope:1.12.0
|
||||
docker run --name test_pyroscope --rm -d -p 4040:4040 data.forgejo.org/oci/pyroscope:$PYROSCOPE_VERSION
|
||||
|
||||
reset_forgejo $UPGRADE_DIR/default-app.ini
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue