mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
73107d538b
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
30 lines
816 B
TOML
30 lines
816 B
TOML
test_format = 1.0
|
|
|
|
[default]
|
|
|
|
# -------------------------------
|
|
# Default args to use for install
|
|
# -------------------------------
|
|
|
|
args.email = "john@gmail.com"
|
|
args.admin_password = "admin!42"
|
|
args.version = "Enterprise"
|
|
args.team_display_name = "Mon équipe"
|
|
|
|
# -------------------------------
|
|
# Commits to test upgrade from
|
|
# -------------------------------
|
|
|
|
test_upgrade_from.1677cb9f.name = "Upgrade from 7.3.0"
|
|
test_upgrade_from.c88d6ea7.name = "Upgrade from 7.5.2"
|
|
|
|
["Test-with-Team-Edition"]
|
|
|
|
only = ["install.subdir", "backup_restore", "upgrade" ]
|
|
|
|
args.email = "john@gmail.com"
|
|
args.admin_password = "admin!42"
|
|
args.version = "Team"
|
|
args.team_display_name = "Mon équipe"
|
|
|
|
test_upgrade_from.c88d6ea7.name = "Upgrade from 7.5.2"
|