From f5442db6f397652182b46e057ec5f6c8e86fd238 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20G=C3=B6rn?= Date: Mon, 29 May 2023 23:36:47 +0200 Subject: [PATCH] update .prow.yaml Committed via https://github.com/asottile/all-repos --- .prow.yaml | 31 ++++++++++++------------------- 1 file changed, 12 insertions(+), 19 deletions(-) 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