From 2e934efebb4e01ad03945d8a8c335ff2ce5d5f6a Mon Sep 17 00:00:00 2001 From: root Date: Sat, 7 Mar 2026 00:38:42 +0100 Subject: [PATCH] Remove runner tags - single runner, no tag filtering needed --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 86b8ccd..44c6001 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,8 +24,6 @@ shellcheck: - echo "Running ShellCheck on all .sh files..." - find . -name "*.sh" -not -path "./.git/*" -print0 | xargs -0 -r shellcheck --severity="$SHELLCHECK_SEVERITY" --format=tty - tags: - - docker bash-syntax: stage: lint @@ -44,8 +42,6 @@ bash-syntax: exit 1 fi echo "All scripts pass syntax check" - tags: - - docker # ───────────────────────────────────────────── # Test Stage — Ubuntu @@ -68,8 +64,6 @@ test-ubuntu: - echo "" - echo "--- networktuning.sh --dry-run ---" - bash networktuning.sh --dry-run 2>&1 || true - tags: - - docker # ───────────────────────────────────────────── # Test Stage — RHEL @@ -91,5 +85,3 @@ test-rhel: - echo "" - echo "--- networktuning.sh --dry-run ---" - bash networktuning.sh --dry-run 2>&1 || true - tags: - - docker