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