forked from operate-first/training
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.prow.yaml
24 lines (24 loc) · 831 Bytes
/
.prow.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Operate first Prow deployment: https://prow.operate-first.cloud/
# Reference: https://prow.operate-first.cloud/command-help
# Additional centralized configuration: https://github.com/thoth-station/thoth-application/tree/master/prow/overlays/cnv-prod
# COMMENTING OUT since this is not a Kubernetes-related repo
# presubmits:
# - name: pre-commit
# decorate: true
# skip_report: false
# always_run: true
# context: aicoe-ci/prow/pre-commit
# spec:
# containers:
# - image: quay.io/thoth-station/thoth-precommit-py38:v0.12.5
# command:
# - "pre-commit"
# - "run"
# - "--all-files"
# resources:
# requests:
# memory: "500Mi"
# cpu: "300m"
# limits:
# memory: "1Gi"
# cpu: "300m"