From 2df477c0c8a59ff11727f1da473be2c95ab5b843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20G=C3=B6rn?= Date: Mon, 29 May 2023 23:37:28 +0200 Subject: [PATCH] update .prow.yaml Committed via https://github.com/asottile/all-repos --- .prow.yaml | 58 +++++++++++++++++++++--------------------------------- 1 file changed, 22 insertions(+), 36 deletions(-) diff --git a/.prow.yaml b/.prow.yaml index 11a2a8e..1d80d5f 100644 --- a/.prow.yaml +++ b/.prow.yaml @@ -1,37 +1,23 @@ 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: "300m" - limits: - memory: "500Mi" - cpu: "300m" - - 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" - resources: - requests: - memory: "1Gi" - cpu: "500m" - limits: - memory: "2Gi" - 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