chore(cleanup): v1.20 is EOL, trim it

This commit is contained in:
Earl Warren 2024-04-25 12:39:48 +02:00
parent 456dab5002
commit e80f12ace9
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
12 changed files with 6 additions and 697 deletions

View file

@ -30,7 +30,7 @@ function test_successful_upgrades() {
log_info "using $config app.ini"
upgrade_reset $config
version=1.18
version=1.21
log_info "run $version"
cleanup_storage
start $version
@ -38,7 +38,7 @@ function test_successful_upgrades() {
fixture_assert
doctor_run $version
for version in 1.19 1.20 1.21 $RELEASE_NUMBERS_AND_DEV ; do
for version in $RELEASE_NUMBERS_AND_DEV ; do
stop
log_info "run $version"
start $version
@ -92,7 +92,6 @@ function test_gitea_upgrades() {
done
}
source $UPGRADE_DIR/test-upgrade-forgejo-database-v3.sh
source $UPGRADE_DIR/test-pprof-upload.sh
function test_upgrades() {
@ -100,7 +99,6 @@ function test_upgrades() {
run build_all
run test_successful_upgrades
run test_forgejo_database_v3_upgrades
run test_forgejo_pprof
run test_gitea_upgrades
}