From 17d9d19f3d65e86970867669b404db65ca72e40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ru=C5=BEi=C4=8Dka?= <jakub.ruzicka@nic.cz> Date: Tue, 25 Jan 2022 18:07:48 +0100 Subject: [PATCH] CI: allow running individual integration test jobs --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fd3cd7a..b161134 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,7 @@ image: $CI_REGISTRY/packaging/apkg/ci/debian-10-full:apkg only: variables: - $INTEGRATION + - $TEST_APKG needs: - unit artifacts: @@ -50,6 +51,7 @@ image: $CI_REGISTRY/packaging/apkg/ci/debian-10-full:apkg only: variables: - $INTEGRATION + - $TEST_BIRD needs: - unit artifacts: @@ -62,6 +64,7 @@ image: $CI_REGISTRY/packaging/apkg/ci/debian-10-full:apkg only: variables: - $INTEGRATION + - $TEST_LIBYANG needs: - unit artifacts: @@ -74,6 +77,7 @@ image: $CI_REGISTRY/packaging/apkg/ci/debian-10-full:apkg only: variables: - $INTEGRATION + - $TEST_KNOT_DNS needs: - unit artifacts: @@ -86,6 +90,7 @@ image: $CI_REGISTRY/packaging/apkg/ci/debian-10-full:apkg only: variables: - $INTEGRATION + - $TEST_KNOT_RESOLVER needs: - unit artifacts: -- GitLab