From 1eedaab64a18d222bb19c79cb136126019937eed Mon Sep 17 00:00:00 2001 From: Amritanshu Sikdar Date: Mon, 2 Sep 2024 15:32:30 +0200 Subject: [PATCH] remove presubmits for pull-build-template-operator --- .../template-operator/template-operator.yaml | 44 ------------------- 1 file changed, 44 deletions(-) diff --git a/prow/jobs/kyma-project/template-operator/template-operator.yaml b/prow/jobs/kyma-project/template-operator/template-operator.yaml index 046db6bbb7b7..984b92e47f44 100644 --- a/prow/jobs/kyma-project/template-operator/template-operator.yaml +++ b/prow/jobs/kyma-project/template-operator/template-operator.yaml @@ -1,47 +1,3 @@ -presubmits: - kyma-project/template-operator: - - name: pull-build-template-operator - annotations: - description: "template operator build" - owner: "jellyfish" - labels: - prow.k8s.io/pubsub.project: "sap-kyma-prow" - prow.k8s.io/pubsub.runID: "pull-build-template-operator" - prow.k8s.io/pubsub.topic: "prowjobs" - preset-sa-kyma-push-images: "true" - preset-image-builder-ado-token: "true" - always_run: true - skip_report: false - decorate: true - cluster: untrusted-workload - max_concurrency: 10 - spec: - containers: - - image: "europe-docker.pkg.dev/kyma-project/prod/image-builder:v20240829-9a504e1b" - securityContext: - privileged: false - seccompProfile: - type: RuntimeDefault - allowPrivilegeEscalation: false - command: - - "/image-builder" - args: - - "--build-in-ado=true" - - "--name=template-operator" - - "--config=/config/kaniko-build-config.yaml" - - "--dockerfile=Dockerfile" - resources: - requests: - memory: 1.5Gi - cpu: 1 - volumeMounts: - - name: config - mountPath: /config - readOnly: true - volumes: - - name: config - configMap: - name: kaniko-build-config postsubmits: kyma-project/template-operator: - name: main-template-op-build