fix: upgrades: teach renovate about the pyroscope version
This commit is contained in:
parent
66c6a0f456
commit
efc1a9f21b
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