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
|
@ -33,7 +33,7 @@ function test_storage_stable_s3() {
|
|||
|
||||
log_info "See also https://codeberg.org/forgejo/forgejo/issues/1338"
|
||||
|
||||
for version in 1.18 1.19 1.20.2-0 1.20.3-0 1.20 1.21 $RELEASE_NUMBERS_AND_DEV ; do
|
||||
for version in 1.21 $RELEASE_NUMBERS_AND_DEV ; do
|
||||
log_info "Forgejo $version & $s3_backend"
|
||||
stop
|
||||
storage_reset stable-s3
|
||||
|
@ -45,12 +45,7 @@ function test_storage_stable_s3() {
|
|||
done
|
||||
}
|
||||
|
||||
source $STORAGE_DIR/test-upgrade-1.20-storage.sh
|
||||
|
||||
function test_storage() {
|
||||
run test_storage_stable_s3 minio
|
||||
run test_storage_stable_s3 garage
|
||||
|
||||
test_upgrade_1_20_storage
|
||||
run test_forgejo_database_v3_upgrades
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue