Merge branch '2473-run-respdiff-as-part-of-daily-runs-v9_16' into 'v9_16'
[v9_16] Run respdiff also for scheduled and web pipelines See merge request isc-projects/bind9!5297
This commit is contained in:
@@ -1377,11 +1377,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.1"
|
||||
script:
|
||||
- ./configure --without-make-clean
|
||||
- make -j${BUILD_PARALLEL_JOBS:-1} V=1
|
||||
@@ -1396,14 +1398,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user