From: Aleš Mrázek Date: Tue, 14 Jan 2025 10:30:56 +0000 (+0100) Subject: .gitlab-ci.yml: docker:test:cross-platform: added missing interactive tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fenvironments%2Fdocs-develop-ci-d-htvlrv%2Fdeployments%2F6035;p=thirdparty%2Fknot-resolver.git .gitlab-ci.yml: docker:test:cross-platform: added missing interactive tests --- 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: