release 1.10.11: force surface/aptdeploy job scope (MON_HOSTS)
This commit is contained in:
parent
09aaf4e1ee
commit
ed6c2a333e
5 changed files with 15 additions and 13 deletions
|
|
@ -27,10 +27,10 @@ export INSIDE_MODE="${INSIDE_MODE:-local-podman}"
|
|||
export CONTINUE_ON_ERROR="${CONTINUE_ON_ERROR:-1}"
|
||||
export RUN_TIMEOUT="${RUN_TIMEOUT:-2400}"
|
||||
|
||||
# All ecosystem checks → one surface HTML report
|
||||
export PHASES="${PHASES:-surface mattermost mail versions monpages}"
|
||||
# All ecosystem checks → one surface HTML report (force — do not inherit main-timer env)
|
||||
export PHASES="surface mattermost mail versions monpages"
|
||||
|
||||
export MON_HOSTS="${MON_HOSTS:-taler.hacktivism.ch}"
|
||||
export MON_HOSTS="taler.hacktivism.ch"
|
||||
export HTML_OUT="${HTML_OUT:-$HOME/monitoring-sites-staging}"
|
||||
export DEPLOY_WWW_ROOT="${DEPLOY_WWW_ROOT:-/var/www/monitoring-sites}"
|
||||
|
||||
|
|
@ -43,8 +43,8 @@ export PAGE_LABEL="taler-monitoring-surface"
|
|||
export SURFACE_SCOPE="${SURFACE_SCOPE:-ecosystem}"
|
||||
export TALER_DOMAIN_FROM_CLI=0
|
||||
export APT_DEPLOY_ENSURE=0
|
||||
# monpages job-only for this path (surface HTML); not the 9 landings
|
||||
export MONPAGES_INVENTORY="${MONPAGES_INVENTORY:-job}"
|
||||
# monpages job-only for surface paths on taler.hacktivism.ch
|
||||
export MONPAGES_INVENTORY="job"
|
||||
# package behind → ERROR (v1.8.0)
|
||||
export TALER_PKG_BEHIND="${TALER_PKG_BEHIND:-error}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue