]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: disable respdiff diff-index guard 1800/head
authorHynek Šabacký <hynek.sabacky@nic.cz>
Mon, 26 Jan 2026 09:23:22 +0000 (10:23 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 27 Jan 2026 08:42:36 +0000 (09:42 +0100)
.gitlab-ci.yml

index a6199ccd5109a013424b85101f075913e345f1bf..5b2517c01f5718c1a583a37ef126adc0ea2acd52 100644 (file)
@@ -502,7 +502,8 @@ pytests:
   <<: *condor
   stage: respdiff
   script:
-    - git diff-index --name-only origin/master | grep -qEv '^(AUTHORS|ci/|config.mk|COPYING|distro/|doc/|etc/|NEWS|README.md|scripts/|tests/|\.gitignore|\.gitlab-ci\.yml|\.travis\.yml)' || test $RESPDIFF_FORCE -gt 0 || exit 77
+    # since the test are now only being run manually, there is no longer a need for the condition on the next line
+    # - git diff-index --name-only origin/master | grep -qEv '^(AUTHORS|ci/|config.mk|COPYING|distro/|doc/|etc/|NEWS|README.md|scripts/|tests/|\.gitignore|\.gitlab-ci\.yml|\.travis\.yml)' || test $RESPDIFF_FORCE -gt 0 || exit 77
     - test ! -f /var/tmp/respdiff-jobs/buffer/buffer_$RESPDIFF_TEST_stats.json || test $RESPDIFF_FORCE -gt 0 || ( echo "Reference unstable, try again in ~3h or use RESPDIFF_FORCE=1."; exit 1 )
     - export LABEL=gl$(date +%s)
     - export COMMITDIR="/var/tmp/respdiff-jobs/$(git rev-parse --short HEAD)-$LABEL"