diff --git a/.prow.yaml b/.prow.yaml index f0be283..f6c1437 100644 --- a/.prow.yaml +++ b/.prow.yaml @@ -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