Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 34 additions & 43 deletions .prow.yaml
Original file line number Diff line number Diff line change
@@ -1,44 +1,35 @@
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.14.3
command:
- "pre-commit"
- "run"
- "--all-files"

- name: thoth-pytest-py38
decorate: true
skip_report: false
always_run: true
context: aicoe-ci/prow/pytest
spec:
containers:
- image: quay.io/goern/thoth-pytest:v0.13.0-dev
command:
- "/bin/run-pytest"

- name: thoth-mypy-py38
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.12.5
command:
- "/usr/local/bin/mypy"
- "."
- "--ignore-missing-imports"
resources:
requests:
memory: "1Gi"
cpu: "300m"
limits:
memory: "1Gi"
cpu: "500m"
- 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/pytest
decorate: true
name: thoth-pytest-py38
skip_report: false
spec:
containers:
- command:
- /bin/run-pytest
image: quay.io/goern/thoth-pytest:v0.15.0
- always_run: true
context: op1st/prow/mypy
decorate: true
name: thoth-mypy-py38
skip_report: false
spec:
containers:
- command:
- /usr/local/bin/mypy
- .
- --ignore-missing-imports
image: quay.io/thoth-station/thoth-pytest-ubi8-py38:v0.15.0