mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 06:40:00 -04:00
[9.20] chg: ci: Adjust respdiff threshold
Closes #5649 Backport of MR !11262 Merge branch 'backport-nicki/respdiff-threshold-9.20' into 'bind-9.20' See merge request isc-projects/bind9!11277
This commit is contained in:
commit
cf8bc68fdd
1 changed files with 2 additions and 2 deletions
|
|
@ -2122,7 +2122,7 @@ respdiff-third-party:
|
|||
variables:
|
||||
CC: gcc
|
||||
CFLAGS: "${CFLAGS_COMMON} -Og"
|
||||
MAX_DISAGREEMENTS_PERCENTAGE: "0.3"
|
||||
MAX_DISAGREEMENTS_PERCENTAGE: "0.4"
|
||||
script:
|
||||
- bash respdiff.sh -s third_party -q "${PWD}/100k_mixed.txt" -c 1 -w "${PWD}/rspworkdir" "${CI_PROJECT_DIR}"
|
||||
- cd ../.. && make clean >/dev/null 2>&1
|
||||
|
|
@ -2151,7 +2151,7 @@ respdiff:recent-named:
|
|||
variables:
|
||||
CC: gcc
|
||||
CFLAGS: "${CFLAGS_COMMON} -Og -DISC_TRACK_PTHREADS_OBJECTS"
|
||||
MAX_DISAGREEMENTS_PERCENTAGE: "0.3"
|
||||
MAX_DISAGREEMENTS_PERCENTAGE: "0.1"
|
||||
|
||||
# Performance tests
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue