From: Jan Holusa Date: Thu, 13 Apr 2017 12:03:24 +0000 (+0200) Subject: CI: run respdiff using docker image in Gitlab CI X-Git-Tag: v1.2.6~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d32e871a638dca669b5d763534b6cad5d4bec06e;p=thirdparty%2Fknot-resolver.git CI: run respdiff using docker image in Gitlab CI --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1538bea93..99e32bc8e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,6 +39,25 @@ deckard:linux:amd64: - linux - amd64 +respdiff:linux:amd64: + image: cznic/ubuntu-respdif:16.04 + stage: test + script: + - LD_LIBRARY_PATH=$(pwd)/.local/lib /home/kresdbench/run.sh $(pwd)/.local/sbin/kresd + - /home/kresdbench/resolver-benchmarking/response_differences/nightly.sh + - cp -r /home/kresdbench/resolver-benchmarking/response_differences/results $(pwd) + artifacts: + when: always + expire_in: '1 week' + paths: + - results/*.json + - results/*.out + - results/*.log + tags: + - docker + - linux + - amd64 + #arm_build: # image: cznic/armhf-ubuntu:16.04 # stage: build