mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
Remove remnant Kyua references
Unit tests were ported from Kyua to Automake. All references to Kyua thus should be removed from the main branch.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -56,7 +56,6 @@ Makefile
|
|||||||
Makefile.in
|
Makefile.in
|
||||||
ans.run
|
ans.run
|
||||||
gen.dSYM/
|
gen.dSYM/
|
||||||
kyua.log
|
|
||||||
named.memstats
|
named.memstats
|
||||||
named.run
|
named.run
|
||||||
timestamp
|
timestamp
|
||||||
|
@@ -8,9 +8,6 @@ variables:
|
|||||||
CCACHE_DIR: "/ccache"
|
CCACHE_DIR: "/ccache"
|
||||||
SOFTHSM2_CONF: "/var/tmp/softhsm2/softhsm2.conf"
|
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
|
GIT_DEPTH: 1
|
||||||
BUILD_PARALLEL_JOBS: 6
|
BUILD_PARALLEL_JOBS: 6
|
||||||
TEST_PARALLEL_JOBS: 6
|
TEST_PARALLEL_JOBS: 6
|
||||||
@@ -344,13 +341,6 @@ stages:
|
|||||||
untracked: true
|
untracked: true
|
||||||
when: on_failure
|
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
|
.windows_system_test: &windows_system_test_job
|
||||||
stage: system
|
stage: system
|
||||||
script:
|
script:
|
||||||
|
Reference in New Issue
Block a user