From c7c3dfc5958325c4516a765b447b876eccb75f66 Mon Sep 17 00:00:00 2001 From: Wojciech Soltys Date: Wed, 4 Sep 2024 13:27:06 +0200 Subject: [PATCH] Delete build Prow jobs for cloudsql-proxy --- .../third-party-images.yaml | 100 ------------------ 1 file changed, 100 deletions(-) diff --git a/prow/jobs/kyma-project/third-party-images/third-party-images.yaml b/prow/jobs/kyma-project/third-party-images/third-party-images.yaml index 08a6c39336a9..7531ce99cd0d 100644 --- a/prow/jobs/kyma-project/third-party-images/third-party-images.yaml +++ b/prow/jobs/kyma-project/third-party-images/third-party-images.yaml @@ -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." @@ -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."