From 4c681aea17d87e7821266b69115bc6c9b9f0e9b5 Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Mon, 5 Jan 2026 14:15:32 +0100 Subject: [PATCH] Update gitlab runner tag --- .gitlab-ci.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b52a98b..c040608 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,9 +9,6 @@ variables: COVERAGE_XML: coverage.xml JUNIT_XML: report.xml -default: - tags: [shared-podman] - workflow: rules: # Avoid running CI on automated dependency updates (often partial) @@ -20,6 +17,9 @@ workflow: # code-scanning-container # Requires SONAR_TOKEN variable in GitLab project. include: + - project: rhelwfautomation/rhelwf-images + file: gitlab-ci-runner-tag.yaml + ref: main - project: security-guild/code-scanning-container file: code_scanning-gitlab-ci.yml @@ -42,6 +42,10 @@ unittests: path: $COVERAGE_XML sonarqube-scan-sast: + variables: + # Larger memory requirements for Java/SonarQube + KUBERNETES_MEMORY_REQUEST: "2Gi" + KUBERNETES_MEMORY_LIMIT: "2Gi" stage: sonarqube needs: - unittests