Skip to content

Commit

Permalink
Remove not used KEB build jobs (#9549)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMichali authored Dec 19, 2023
1 parent d263625 commit 56083c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 429 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,56 +295,6 @@ presubmits: # runs on PRs

postsubmits: # runs on main
kyma-project/kyma-environment-broker:
- name: post-keb-build
annotations:
description: "KEB image build on main"
owner: "gopher"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "post-keb-build"
prow.k8s.io/pubsub.topic: "prowjobs"
preset-sa-kyma-push-images: "true"
preset-signify-prod-secret: "true"
run_if_changed: '.+'
skip_report: false
decorate: true
cluster: trusted-workload
max_concurrency: 10
branches:
- ^main$
spec:
containers:
- image: "eu.gcr.io/sap-kyma-neighbors-dev/image-builder:v20230313-8dfce5f0b"
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
command:
- "/image-builder"
args:
- "--name=kyma-environment-broker"
- "--context=./"
- "--dockerfile=Dockerfile.keb"
- "--config=/config/kaniko-build-config.yaml"
resources:
requests:
memory: 1.5Gi
cpu: 1
volumeMounts:
- name: config
mountPath: /config
readOnly: true
- name: signify-secret
mountPath: /secret
readOnly: true
volumes:
- name: config
configMap:
name: kaniko-build-config
- name: signify-secret
secret:
secretName: signify-dev-secret
- name: post-keb-release-build
annotations:
description: "KEB image build on tag creation"
Expand Down Expand Up @@ -395,57 +345,6 @@ postsubmits: # runs on main
- name: signify-secret
secret:
secretName: signify-dev-secret
- name: post-keb-cleanup-job-build
annotations:
description: "Clean up DEV from Kyma runtimes older than day job build on main"
owner: "gopher"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "post-keb-cleanup-job-build"
prow.k8s.io/pubsub.topic: "prowjobs"
preset-sa-kyma-push-images: "true"
preset-signify-prod-secret: "true"
run_if_changed: '.+'
skip_report: false
decorate: true
cluster: trusted-workload
max_concurrency: 10
branches:
- ^main$
spec:
containers:
- image: "eu.gcr.io/sap-kyma-neighbors-dev/image-builder:v20230313-8dfce5f0b"
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
command:
- "/image-builder"
args:
- "--name=kyma-environments-cleanup-job"
- "--context=./"
- "--dockerfile=Dockerfile.job"
- "--build-arg=BIN=environmentscleanup"
- "--config=/config/kaniko-build-config.yaml"
resources:
requests:
memory: 1.5Gi
cpu: 1
volumeMounts:
- name: config
mountPath: /config
readOnly: true
- name: signify-secret
mountPath: /secret
readOnly: true
volumes:
- name: config
configMap:
name: kaniko-build-config
- name: signify-secret
secret:
secretName: signify-dev-secret
- name: post-keb-cleanup-job-release-build
annotations:
description: "Clean up DEV from Kyma runtimes older than day job build on tag creation"
Expand Down Expand Up @@ -497,57 +396,6 @@ postsubmits: # runs on main
- name: signify-secret
secret:
secretName: signify-dev-secret
- name: post-keb-subaccount-cleanup-job-build
annotations:
description: "Removes SKRs when BTP subaccount is deleted job build on main"
owner: "gopher"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "post-keb-subaccount-cleanup-job-build"
prow.k8s.io/pubsub.topic: "prowjobs"
preset-sa-kyma-push-images: "true"
preset-signify-prod-secret: "true"
run_if_changed: '.+'
skip_report: false
decorate: true
cluster: trusted-workload
max_concurrency: 10
branches:
- ^main$
spec:
containers:
- image: "eu.gcr.io/sap-kyma-neighbors-dev/image-builder:v20230313-8dfce5f0b"
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
command:
- "/image-builder"
args:
- "--name=kyma-environment-subaccount-cleanup-job"
- "--context=./"
- "--dockerfile=Dockerfile.job"
- "--build-arg=BIN=accountcleanup"
- "--config=/config/kaniko-build-config.yaml"
resources:
requests:
memory: 1.5Gi
cpu: 1
volumeMounts:
- name: config
mountPath: /config
readOnly: true
- name: signify-secret
mountPath: /secret
readOnly: true
volumes:
- name: config
configMap:
name: kaniko-build-config
- name: signify-secret
secret:
secretName: signify-dev-secret
- name: post-keb-subaccount-cleanup-job-release-build
annotations:
description: "Removes SKRs when BTP subaccount is deleted job build on tag creation"
Expand Down Expand Up @@ -599,57 +447,6 @@ postsubmits: # runs on main
- name: signify-secret
secret:
secretName: signify-dev-secret
- name: post-keb-trial-cleanup-job-build
annotations:
description: "Removes trials after 14 days job build on main"
owner: "gopher"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "post-keb-trial-cleanup-job-build"
prow.k8s.io/pubsub.topic: "prowjobs"
preset-sa-kyma-push-images: "true"
preset-signify-prod-secret: "true"
run_if_changed: '.+'
skip_report: false
decorate: true
cluster: trusted-workload
max_concurrency: 10
branches:
- ^main$
spec:
containers:
- image: "eu.gcr.io/sap-kyma-neighbors-dev/image-builder:v20230313-8dfce5f0b"
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
command:
- "/image-builder"
args:
- "--name=kyma-environment-trial-cleanup-job"
- "--context=./"
- "--dockerfile=Dockerfile.job"
- "--build-arg=BIN=trialcleanup"
- "--config=/config/kaniko-build-config.yaml"
resources:
requests:
memory: 1.5Gi
cpu: 1
volumeMounts:
- name: config
mountPath: /config
readOnly: true
- name: signify-secret
mountPath: /secret
readOnly: true
volumes:
- name: config
configMap:
name: kaniko-build-config
- name: signify-secret
secret:
secretName: signify-dev-secret
- name: post-keb-trial-cleanup-job-release-build
annotations:
description: "Removes trials after 14 days job build on tag creation"
Expand Down Expand Up @@ -701,57 +498,6 @@ postsubmits: # runs on main
- name: signify-secret
secret:
secretName: signify-dev-secret
- name: post-keb-deprovision-retrigger-job-build
annotations:
description: "Retries deprovisioned SKRs where some steps have failed job build on tag creation"
owner: "gopher"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "post-keb-deprovision-retrigger-job-build"
prow.k8s.io/pubsub.topic: "prowjobs"
preset-sa-kyma-push-images: "true"
preset-signify-prod-secret: "true"
run_if_changed: '.+'
skip_report: false
decorate: true
cluster: trusted-workload
max_concurrency: 10
branches:
- ^main$
spec:
containers:
- image: "eu.gcr.io/sap-kyma-neighbors-dev/image-builder:v20230313-8dfce5f0b"
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
command:
- "/image-builder"
args:
- "--name=kyma-environment-deprovision-retrigger-job"
- "--context=./"
- "--dockerfile=Dockerfile.job"
- "--build-arg=BIN=deprovisionretrigger"
- "--config=/config/kaniko-build-config.yaml"
resources:
requests:
memory: 1.5Gi
cpu: 1
volumeMounts:
- name: config
mountPath: /config
readOnly: true
- name: signify-secret
mountPath: /secret
readOnly: true
volumes:
- name: config
configMap:
name: kaniko-build-config
- name: signify-secret
secret:
secretName: signify-dev-secret
- name: post-keb-deprovision-retrigger-job-release-build
annotations:
description: "Retries deprovisioned SKRs where some steps have failed job build on tag creation"
Expand Down Expand Up @@ -803,57 +549,6 @@ postsubmits: # runs on main
- name: signify-secret
secret:
secretName: signify-dev-secret
- name: post-keb-runtime-reconciler-job-build
annotations:
description: "Job to build runtime-reconciler image after PR merge"
owner: "gopher"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "post-keb-runtime-reconciler-job-build"
prow.k8s.io/pubsub.topic: "prowjobs"
preset-sa-kyma-push-images: "true"
preset-signify-prod-secret: "true"
run_if_changed: '.+'
skip_report: false
decorate: true
cluster: trusted-workload
max_concurrency: 10
branches:
- ^main$
spec:
containers:
- image: "eu.gcr.io/sap-kyma-neighbors-dev/image-builder:v20230313-8dfce5f0b"
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
command:
- "/image-builder"
args:
- "--name=kyma-environment-runtime-reconciler"
- "--context=./"
- "--dockerfile=Dockerfile.runtimereconciler"
- "--build-arg=BIN=runtime-reconciler"
- "--config=/config/kaniko-build-config.yaml"
resources:
requests:
memory: 1.5Gi
cpu: 1
volumeMounts:
- name: config
mountPath: /config
readOnly: true
- name: signify-secret
mountPath: /secret
readOnly: true
volumes:
- name: config
configMap:
name: kaniko-build-config
- name: signify-secret
secret:
secretName: signify-dev-secret
- name: post-keb-runtime-reconciler-job-release-build
annotations:
description: "Job to build runtime-reconciler image after PR merge"
Expand Down
Loading

0 comments on commit 56083c6

Please sign in to comment.