-
Notifications
You must be signed in to change notification settings - Fork 16
/
.prow.yaml
38 lines (38 loc) · 972 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
presubmits:
- name: kustomize-build
decorate: true
max_concurrency: 1
run_if_changed: ".*yaml"
skip_report: false
context: aicoe-ci/prow/kustomize-build
spec:
containers:
- image: quay.io/operate-first/opf-toolbox:v0.3.2
command:
- "test-kustomize-build"
resources:
requests:
cpu: "300m"
memory: "256Mi"
limits:
cpu: "500m"
memory: "512Mi"
- 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:
cpu: "500m"
memory: "1Gi"
limits:
cpu: "1"
memory: "2Gi"