Skip to content

Commit

Permalink
remove prow job main-runtime-watcher-build
Browse files Browse the repository at this point in the history
  • Loading branch information
amritanshusikdar committed Sep 4, 2024
1 parent b836003 commit 3ef51d2
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions prow/jobs/kyma-project/runtime-watcher/runtime-watcher.yaml
Original file line number Diff line number Diff line change
@@ -1,54 +1,4 @@
postsubmits:
kyma-project/runtime-watcher:
- name: main-runtime-watcher-build
annotations:
description: "build runtime watcher image with the latest tag"
owner: "jellyfish"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "watcher-build-latest"
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: trusted-workload
max_concurrency: 10
branches:
- ^main$
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=runtime-watcher-skr"
- "--config=/config/kaniko-build-config.yaml"
- "--context=runtime-watcher"
- "--dockerfile=Dockerfile"
- "--tag=latest"
resources:
requests:
memory: 8Gi
cpu: 2
limits:
memory: 16Gi
cpu: 4
volumeMounts:
- name: config
mountPath: /config
readOnly: true
volumes:
- name: config
configMap:
name: kaniko-build-config
- name: release-runtime-watcher-build
annotations:
description: "build runtime watcher release image by semantic version tag"
Expand Down

0 comments on commit 3ef51d2

Please sign in to comment.