mirror of
https://github.com/YunoHost-Apps/yunomonitor_ynh.git
synced 2024-09-03 17:46:11 +02:00
Attempt to fix tests of the CI
This commit is contained in:
parent
fdf3745ca4
commit
bdfb5adc29
2 changed files with 18 additions and 36 deletions
18
check_process
Normal file
18
check_process
Normal file
|
@ -0,0 +1,18 @@
|
|||
;; Test complet
|
||||
; Manifest
|
||||
monitored_servers="remote_domain.tld,remote_domain2.tld"
|
||||
monitoring_servers=""
|
||||
mails="john@example.com"
|
||||
sms_api=""
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=0
|
||||
setup_root=0
|
||||
setup_nourl=1
|
||||
setup_private=0
|
||||
setup_public=0
|
||||
upgrade=1
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
port_already_use=0
|
||||
change_url=0
|
|
@ -1,36 +0,0 @@
|
|||
# See here for more information
|
||||
# https://github.com/YunoHost/package_check#syntax-check_process-file
|
||||
|
||||
# Move this file from check_process.default to check_process when you have filled it.
|
||||
|
||||
;; Test complet
|
||||
; Manifest
|
||||
monitored_servers="remote_domain.tld,remote_domain2.tld"
|
||||
monitoring_servers=""
|
||||
mails="john@example.com"
|
||||
sms_api=""
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=0
|
||||
setup_root=0
|
||||
setup_nourl=1
|
||||
setup_private=0
|
||||
setup_public=0
|
||||
upgrade=1
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
# This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version.
|
||||
# incorrect_path=1
|
||||
port_already_use=0
|
||||
change_url=0
|
||||
;;; Levels
|
||||
# If the level 5 (Package linter) is forced to 1. Please add justifications here.
|
||||
Level 5=auto
|
||||
;;; Options
|
||||
Email=ljf+yunomonitor_ynh@reflexlibre.net
|
||||
Notification=down
|
||||
#;;; Upgrade options
|
||||
# ; commit=CommitHash
|
||||
# name=Name and date of the commit.
|
||||
# manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&
|
||||
|
Loading…
Reference in a new issue