diff --git a/.prow.yaml b/.prow.yaml deleted file mode 100644 index 2ffd6d38..00000000 --- a/.prow.yaml +++ /dev/null @@ -1,19 +0,0 @@ -presubmits: - - name: kustomize-build - decorate: true - max_concurrency: 1 - run_if_changed: ".*yaml" - skip_report: false - context: aicoe-ci/prow/kustomize-build - spec: - containers: - - image: quay.io/operate-first/opf-toolbox:v0.3.2 - command: - - "test-kustomize-build" - resources: - requests: - cpu: "300m" - memory: "256Mi" - limits: - cpu: "500m" - memory: "512Mi"