diff --git a/.prow.yaml b/.prow.yaml index 261b9a3..e11b118 100644 --- a/.prow.yaml +++ b/.prow.yaml @@ -1,20 +1,13 @@ 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" - resources: - requests: - memory: "500Mi" - cpu: "200m" - limits: - memory: "1Gi" - cpu: "200m" +- 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