We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0adf675 commit 9fd8bc6Copy full SHA for 9fd8bc6
prow/overlays/cnv-prod/config.yaml
@@ -282,7 +282,10 @@ periodics:
282
- app.py
283
env:
284
- name: MAIL_REPORT
285
- value: "0"
+ valueFrom:
286
+ configMapKeyRef:
287
+ key: mail-report
288
+ name: integration-tests
289
- name: GENERATE_REPORT
290
valueFrom:
291
configMapKeyRef:
@@ -318,5 +321,12 @@ periodics:
318
321
319
322
key: tags
320
323
name: integration-tests
324
+ resources:
325
+ requests:
326
+ memory: "256Mi"
327
+ cpu: "1"
328
+ limits:
329
330
331
annotations:
332
description: Periodic e2e tests against MOC deployment
0 commit comments