From f557480078af57eba8332193b85b251bc15d24f2 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Tue, 2 Feb 2021 10:21:19 +0100 Subject: [PATCH] Remove remnant Kyua references Unit tests were ported from Kyua to Automake. All references to Kyua thus should be removed from the main branch. --- .gitignore | 1 - .gitlab-ci.yml | 10 ---------- 2 files changed, 11 deletions(-) diff --git a/.gitignore b/.gitignore index 38abeef2ce..839e5452df 100644 --- a/.gitignore +++ b/.gitignore @@ -56,7 +56,6 @@ Makefile Makefile.in ans.run gen.dSYM/ -kyua.log named.memstats named.run timestamp diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 98d800490d..03d6ae6cb4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: