generated from aicoe-aiops/project-template
-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy path.prow.yaml
33 lines (32 loc) · 880 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
presubmits:
- name: pre-commit
decorate: true
skip_report: false
always_run: true
context: op1st/prow/pre-commit
spec:
containers:
- image: quay.io/thoth-station/thoth-precommit-py38:v0.15.0
command:
- "pre-commit"
- "run"
- "--all-files"
# - name: thoth-mypy-py38 TODO: Fix mypy
# decorate: true
# skip_report: false
# always_run: true
# context: aicoe-ci/prow/mypy
# spec:
# containers:
# - image: quay.io/thoth-station/thoth-pytest-ubi8-py38:v0.13.0
# command:
# - "/usr/local/bin/mypy"
# - "."
# - "--ignore-missing-imports"
# resources:
# requests:
# memory: "1Gi"
# cpu: "300m"
# limits:
# memory: "2Gi"
# cpu: "500m"