From 503cfb0936fc6a2bf749d54a8d69ce0e11574c9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Tue, 17 Dec 2024 10:25:19 +0100 Subject: [PATCH] CI: move the manifest_tests.sh from schutzbot/ to test/cases/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The test script should have been in the test/cases/ directory in the first place. Signed-off-by: Tomáš Hozza --- .gitlab-ci.yml | 2 +- {schutzbot => test/cases}/manifest_tests.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {schutzbot => test/cases}/manifest_tests.sh (100%) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f461097..40756819 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,7 +86,7 @@ Manifests: extends: .terraform script: - schutzbot/deploy.sh - - schutzbot/manifest_tests.sh ${PARALLEL_EXEC} + - test/cases/manifest_tests.sh ${PARALLEL_EXEC} parallel: matrix: - PARALLEL_EXEC: ["1/8", "2/8", "3/8", "4/8", "5/8", "6/8", "7/8", "8/8"] diff --git a/schutzbot/manifest_tests.sh b/test/cases/manifest_tests.sh similarity index 100% rename from schutzbot/manifest_tests.sh rename to test/cases/manifest_tests.sh