Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update .prow.yaml #453

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
48 changes: 24 additions & 24 deletions .prow.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
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-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"
- 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:
- /usr/local/bin/mypy
- .
- --ignore-missing-imports
image: quay.io/thoth-station/thoth-pytest-ubi8-py38:v0.15.0