chore(cleanup): v1.20 is EOL, trim it
This commit is contained in:
parent
456dab5002
commit
e80f12ace9
12 changed files with 6 additions and 697 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue