Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(CI): enable unit-tests for Konflux builds #2305

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
bump mem&cpu
LightOfHeaven1994 committed Jan 20, 2025
commit cea22fe03bd9130bbee4a6f8dc2b702de7bfca67
4 changes: 2 additions & 2 deletions .tekton/compliance-frontend-pull-request.yaml
Original file line number Diff line number Diff line change
@@ -337,10 +337,10 @@ spec:
name: unit-tests
computeResources:
requests:
memory: 2Gi
memory: 4Gi
cpu: 500m
limits:
memory: 4Gi
memory: 8Gi
cpu: 1000m
securityContext:
runAsUser: 0