mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
[9.18] fix: ci: Update DNS Shotgun parameters for an updated dataset
We've switched to an updated dataset for shotgun jobs. The change in underlying traffic caused the more sensitive doh-get (and partially dot) jobs to overload the resolver, making the jobs unstable and unreliable, due to an increased number of timeouts. Readjust the load parameters slightly to avoid exceeding ~2 % of timeouts in the cold cache scenario to stabilize the job results. Backport of MR !10841 Merge branch 'backport-nicki/ci-shotgun-load-new-dataset-9.18' into 'bind-9.18' See merge request isc-projects/bind9!10857
This commit is contained in:
commit
2270946186
1 changed files with 1 additions and 1 deletions
|
|
@ -1724,7 +1724,7 @@ shotgun:doh-get:
|
|||
<<: *shotgun_job
|
||||
variables:
|
||||
SHOTGUN_SCENARIO: doh-get
|
||||
SHOTGUN_TRAFFIC_MULTIPLIER: 3
|
||||
SHOTGUN_TRAFFIC_MULTIPLIER: 2
|
||||
SHOTGUN_EVAL_THRESHOLD_LATENCY_PCTL_MAX: 0.4 # bump from the default due to increased tail-end jitter
|
||||
rules: *shotgun_rules_manual_mr
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue