mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 08:20:01 -04:00
[9.18] chg: ci: Adjust respdiff threshold
Closes #5649 Backport of MR !11262 Merge branch 'backport-nicki/respdiff-threshold-9.18' into 'bind-9.18' See merge request isc-projects/bind9!11278
This commit is contained in:
commit
7144f5ac04
1 changed files with 2 additions and 2 deletions
|
|
@ -1955,7 +1955,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
|
||||
|
|
@ -1984,7 +1984,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