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

Delete build Prow jobs for cloudsql-proxy #11775

Merged
merged 1 commit into from
Sep 4, 2024
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
100 changes: 0 additions & 100 deletions prow/jobs/kyma-project/third-party-images/third-party-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,55 +3,6 @@

presubmits: # runs on PRs
kyma-project/third-party-images:
- name: pre-main-tpi-cloudsql-proxy
annotations:
description: "builds cloudsql-proxy image"
owner: "operations"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "pre-main-tpi-cloudsql-proxy"
prow.k8s.io/pubsub.topic: "prowjobs"
preset-sa-kyma-push-images: "true"
run_if_changed: '^cloudsql-proxy/'
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:
- "--name=tpi/cloudsql-docker/gce-proxy"
- "--config=/config/kaniko-build-config.yaml"
- "--context=cloudsql-proxy"
- "--dockerfile=Dockerfile"
- "--env-file=envs"
- "--build-in-ado=true"
env:
- name: "ADO_PAT"
valueFrom:
secretKeyRef:
name: "image-builder-ado-token"
key: "token"
resources:
requests:
memory: 1.5Gi
cpu: 1
volumeMounts:
- name: config
mountPath: /config
readOnly: true
volumes:
- name: config
configMap:
name: kaniko-build-config
- name: pre-main-tpi-k8s-tools
annotations:
description: "Build tpi/k8s-tools image."
Expand Down Expand Up @@ -103,57 +54,6 @@ presubmits: # runs on PRs

postsubmits: # runs on main
kyma-project/third-party-images:
- name: post-main-tpi-cloudsql-proxy
annotations:
description: "builds cloudsql-proxy image"
owner: "operations"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "post-main-tpi-cloudsql-proxy"
prow.k8s.io/pubsub.topic: "prowjobs"
preset-sa-kyma-push-images: "true"
preset-signify-prod-secret: "true"
run_if_changed: '^cloudsql-proxy/'
skip_report: false
decorate: true
cluster: trusted-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:
- "--name=tpi/cloudsql-docker/gce-proxy"
- "--config=/config/kaniko-build-config.yaml"
- "--context=cloudsql-proxy"
- "--dockerfile=Dockerfile"
- "--env-file=envs"
- "--build-in-ado=true"
- "--tag={{ .Env \"VERSION\" }}-{{ .ShortSHA }}"
env:
- name: "ADO_PAT"
valueFrom:
secretKeyRef:
name: "image-builder-ado-token"
key: "token"
resources:
requests:
memory: 1.5Gi
cpu: 1
volumeMounts:
- name: config
mountPath: /config
readOnly: true
volumes:
- name: config
configMap:
name: kaniko-build-config
- name: post-main-tpi-k8s-tools
annotations:
description: "Build tpi/k8s-tools image."
Expand Down
Loading