2023-06-04 11:23:42 +02:00
|
|
|
test_format = 1.0
|
|
|
|
|
|
|
|
[default]
|
2023-06-04 11:57:04 +02:00
|
|
|
|
|
|
|
|
|
|
|
# ------------
|
|
|
|
# Tests to run
|
|
|
|
# ------------
|
|
|
|
|
|
|
|
exclude = ["change_url"]
|
|
|
|
|
|
|
|
# -------------------------------
|
|
|
|
# Default args to use for install
|
|
|
|
# -------------------------------
|
|
|
|
|
|
|
|
args.database="mysql"
|
|
|
|
|
2023-06-04 11:58:09 +02:00
|
|
|
# -------------------------------
|
|
|
|
# Commits to test upgrade from
|
|
|
|
# -------------------------------
|
|
|
|
|
2024-01-11 23:41:35 +01:00
|
|
|
test_upgrade_from.3e89436957f5a6f9b426836d671ffbb133d7db62.name = "Upgrade from 8.6.3~ynh1"
|
2023-06-04 11:58:09 +02:00
|
|
|
|
|
|
|
|
2023-06-04 12:32:25 +02:00
|
|
|
[with_postgresql]
|
2023-06-04 11:57:04 +02:00
|
|
|
|
|
|
|
only = ["install.subdir"]
|
|
|
|
|
2024-01-11 23:41:35 +01:00
|
|
|
args.database="postgresql"
|