Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Remove prow build for pull-build-template-operator #11766

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading