]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove remnant Kyua references
authorMichal Nowak <mnowak@isc.org>
Tue, 2 Feb 2021 09:21:19 +0000 (10:21 +0100)
committerMichal Nowak <mnowak@isc.org>
Tue, 9 Feb 2021 11:45:53 +0000 (12:45 +0100)
Unit tests were ported from Kyua to Automake.  All references to Kyua
thus should be removed from the main branch.

.gitignore
.gitlab-ci.yml

index 38abeef2ce6dff885a009bb67ef54d6e125fd12a..839e5452df99dd5d942b40683388cfc48efe5a1c 100644 (file)
@@ -56,7 +56,6 @@ Makefile
 Makefile.in
 ans.run
 gen.dSYM/
-kyua.log
 named.memstats
 named.run
 timestamp
index 98d800490d213a16e8c17f90a635398ee13fa8b6..03d6ae6cb4b3e84f1a77cf486d2a17ed80c634e9 100644 (file)
@@ -8,9 +8,6 @@ variables:
   CCACHE_DIR: "/ccache"
   SOFTHSM2_CONF: "/var/tmp/softhsm2/softhsm2.conf"
 
-  # VirtualBox driver needs to set build_dir to "/builds" in gitlab-runner.toml
-  KYUA_RESULT: "$CI_PROJECT_DIR/kyua.results"
-
   GIT_DEPTH: 1
   BUILD_PARALLEL_JOBS: 6
   TEST_PARALLEL_JOBS: 6
@@ -344,13 +341,6 @@ stages:
     untracked: true
     when: on_failure
 
-.kyua_report: &kyua_report_html |
-  kyua --logfile /dev/null report-html \
-       --force \
-       --results-file "$KYUA_RESULT" \
-       --results-filter "" \
-       --output kyua_html
-
 .windows_system_test: &windows_system_test_job
   stage: system
   script: