UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit de05816e authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'increase-neuvector-test-limits' into 'master'

increase the limits for bb ci runs

See merge request !3540
parents 27f20c5c 3c28b5b9
No related branches found
No related tags found
1 merge request!3540increase the limits for bb ci runs
Pipeline #2565271 passed
......@@ -105,6 +105,9 @@ kiali:
# if enabling the keycloak SSO integration test, set strategy to "openid"
#strategy: "openid"
strategy: "anonymous"
resources:
limits:
cpu: "1"
bbtests:
enabled: true
cypress:
......@@ -119,6 +122,9 @@ kiali:
requests:
cpu: 2
memory: 2Gi
limits:
cpu: 2
memory: 2Gi
clusterAuditor:
......@@ -910,6 +916,13 @@ neuvector:
artifacts: true
envs:
cypress_url: https://neuvector.bigbang.dev
resources:
requests:
cpu: "2"
memory: "1500M"
limits:
cpu: "2"
memory: "1500M"
twistlock:
enabled: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment