Skip to content

Commit 9fd8bc6

Browse files
committed
set resources for the prow perodic job
Signed-off-by: Harshad Reddy Nalla <[email protected]>
1 parent 0adf675 commit 9fd8bc6

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

prow/overlays/cnv-prod/config.yaml

+11-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,10 @@ periodics:
282282
- app.py
283283
env:
284284
- name: MAIL_REPORT
285-
value: "0"
285+
valueFrom:
286+
configMapKeyRef:
287+
key: mail-report
288+
name: integration-tests
286289
- name: GENERATE_REPORT
287290
valueFrom:
288291
configMapKeyRef:
@@ -318,5 +321,12 @@ periodics:
318321
configMapKeyRef:
319322
key: tags
320323
name: integration-tests
324+
resources:
325+
requests:
326+
memory: "256Mi"
327+
cpu: "1"
328+
limits:
329+
memory: "256Mi"
330+
cpu: "1"
321331
annotations:
322332
description: Periodic e2e tests against MOC deployment

0 commit comments

Comments
 (0)