release 1.15.0: CHF fake-incoming ladder (23 rungs to 50k)
devtesting runs a log-spaced amount ladder up to CHF:50000 after the baseline plumbing probe. Each rung uses geniban debit funding. Defaults DEVTESTING_LADDER=1 STEPS=23 MAX=50000; stage RUN_TIMEOUT example 1800s.
This commit is contained in:
parent
8f3d221e02
commit
25cb8216b3
7 changed files with 257 additions and 65 deletions
8
host-agent/env/mytops-stage.env.example
vendored
8
host-agent/env/mytops-stage.env.example
vendored
|
|
@ -18,7 +18,8 @@ SKIP_SSH=1
|
|||
LOCAL_STACK=0
|
||||
INSIDE_PODMAN=0
|
||||
CONTINUE_ON_ERROR=1
|
||||
RUN_TIMEOUT=600
|
||||
# ladder needs wall time (23× fake-incoming SSH)
|
||||
RUN_TIMEOUT=1800
|
||||
STRICT_EXIT=1
|
||||
MONPAGES_REQUIRE_PUBLIC=1
|
||||
MONPAGES_INVENTORY=job
|
||||
|
|
@ -32,4 +33,9 @@ CHECK_LANDING=0
|
|||
# rusty devtesting (SSH Host taler-rusty-devtesting → devtesting@rusty.taler-ops.ch)
|
||||
DEVTESTING_SSH=taler-rusty-devtesting
|
||||
DEVTESTING_AMOUNT=CHF:1.00
|
||||
# CHF fake-incoming amount ladder (23 rungs → 50k)
|
||||
DEVTESTING_LADDER=1
|
||||
DEVTESTING_LADDER_STEPS=23
|
||||
DEVTESTING_LADDER_MAX=50000
|
||||
DEVTESTING_LADDER_MIN=0.01
|
||||
# DEVTESTING_SKIP=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue