-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy path.prow.yaml
37 lines (37 loc) · 882 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
presubmits:
- always_run: true
context: op1st/prow/pre-commit
decorate: true
name: pre-commit
skip_report: false
spec:
containers:
- command:
- pre-commit
- run
- --all-files
image: quay.io/thoth-station/thoth-precommit-py38:v0.15.0
- always_run: true
context: op1st/prow/mypy
decorate: true
name: thoth-mypy-py38
skip_report: false
spec:
containers:
- command:
- /bin/run-mypy
- .
- --ignore-missing-imports
- --exclude
- docs/|tasks/|tests/|setup.py|thamos/swagger_client/|examples/
image: quay.io/thoth-station/thoth-pytest-ubi8-py38:v0.15.0
- always_run: true
context: op1st/prow/pytest
decorate: true
name: thoth-pytest-py38
skip_report: false
spec:
containers:
- command:
- /bin/run-pytest
image: quay.io/thoth-station/thoth-pytest-ubi8-py38:v0.15.0