From: Michal Nowak Date: Thu, 18 Feb 2021 15:28:31 +0000 (+0100) Subject: Run respdiff also for scheduled and web pipelines X-Git-Tag: v9.17.17~12^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=561b58196bfe75fbbea4598b214afd7fffe2b537;p=thirdparty%2Fbind9.git Run respdiff also for scheduled and web pipelines respdiff needs to be run regularly to identify problems with query responses discrepancies sooner than after tagging a release. MAX_DISAGREEMENTS_PERCENTAGE variable is set to 0.5 on the main branch to make room for a greater number of response disagreements between a relatively old baseline version and the Development Version. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f99f2d3d55..dc16836a41e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1281,11 +1281,13 @@ coverity: respdiff: <<: *base_image + <<: *schedules_tags_web_triggering_rules stage: system variables: CC: gcc CFLAGS: "${CFLAGS_COMMON} -Og" BIND_BASELINE_VERSION: v9_11_24 + MAX_DISAGREEMENTS_PERCENTAGE: "0.5" script: - autoreconf -fi - ./configure @@ -1301,14 +1303,13 @@ respdiff: needs: - job: tarball-create artifacts: true - only: - - tags artifacts: paths: - refbind + - bind-qa/bind9/respdiff untracked: true expire_in: "1 day" - when: on_failure + when: always # "Stress" tests