From 277d8f79d0400aadd64851500408d87d69e58035 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20Mr=C3=A1zek?= Date: Tue, 14 Jan 2025 11:30:56 +0100 Subject: [PATCH] .gitlab-ci.yml: docker:test:cross-platform: added missing interactive tests --- .gitlab-ci.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e1b6718b9..eb87d10ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -226,9 +226,9 @@ docker:build: docker:build:cross-platform: <<: *docker stage: build - only: - - master@knot/knot-resolver - - tags + # only: + # - master@knot/knot-resolver + # - tags before_script: - > docker buildx create @@ -251,9 +251,9 @@ docker:test:cross-platform: <<: *docker <<: *multi_platform stage: test - only: - - tags - - master@knot/knot-resolver + # only: + # - tags + # - master@knot/knot-resolver needs: - docker:build:cross-platform image: @@ -271,11 +271,13 @@ docker:test:cross-platform: - kdig +https nic.cz @localhost#443 # run some packaging tests - tests/packaging/kresctl.sh + - tests/packaging/interactive/cache-clear.sh - tests/packaging/interactive/etag.sh - - tests/packaging/interactive/schema.sh - - tests/packaging/interactive/reload.sh + - tests/packaging/interactive/files-reload.sh - tests/packaging/interactive/metrics.sh - - tests/packaging/interactive/cache-clear.sh + - tests/packaging/interactive/reload.sh + - tests/packaging/interactive/schema.sh + - tests/packaging/interactive/watchdog.sh - tests/packaging/interactive/workers.sh - kresctl stop artifacts: -- 2.47.2