From d80e79abdd6e7e03c89f2ffceafdaf290865e694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:43:15 +0100 Subject: [PATCH] cleaning --- manifest.toml | 4 ++-- tests.toml | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index ccfd12a..f3d70a8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,9 +19,9 @@ yunohost = ">= 11.2" architectures = "all" multi_instance = true -ldap = false +ldap = "not_relevant" -sso = false +sso = "not_relevant" disk = "50M" ram.build = "1500M" diff --git a/tests.toml b/tests.toml index 551936f..28c7d27 100644 --- a/tests.toml +++ b/tests.toml @@ -2,6 +2,20 @@ test_format = 1.0 [default] + # ------------ + # Tests to run + # ------------ + + # NB: the tests to run are automatically deduced by the CI script according to the + # content of the app's manifest. The declarations below allow to customize which + # tests are ran, possibly add special test suite to test special args, or + # declare which commits to test upgrade from. + # + # You can also decide (though this is discouraged!) to ban/ignore some tests, + + exclude = ["change_url", "install.multi"] # The test IDs to be used in only/exclude statements are: install.root, install.subdir, install.nourl, install.multi, backup_restore, upgrade, upgrade.someCommitId change_url + # NB: you should NOT need this except if you really have a good reason... + # ------------------------------- # Default args to use for install # -------------------------------