Skip to content

Commit

Permalink
remove presubmits for pull-build-template-operator (#11766)
Browse files Browse the repository at this point in the history
  • Loading branch information
amritanshusikdar authored Sep 2, 2024
1 parent f3f5e3a commit 564ebd5
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions prow/jobs/kyma-project/template-operator/template-operator.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 564ebd5

Please sign in to comment.