Skip to content

Commit

Permalink
Delete pull-nats-module build prow job (#9752)
Browse files Browse the repository at this point in the history
It is not used anymore
  • Loading branch information
muralov authored Jan 30, 2024
1 parent b965fd5 commit 137e3dc
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions prow/jobs/kyma-project/nats-manager/nats-manager-generic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,51 +50,6 @@ presubmits: # runs on PRs
secret:
secretName: signify-dev-secret

- name: pull-nats-module-build
annotations:
description: "NATS module build pre-main job"
owner: "skydivingtunas"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "pull-nats-module-build"
prow.k8s.io/pubsub.topic: "prowjobs"
preset-sa-kyma-push-images: "true"
always_run: true
skip_report: false
decorate: true
cluster: untrusted-workload
max_concurrency: 10
branches:
- ^main$
- ^release-\d+\.\d+$
spec:
containers:
- image: "europe-docker.pkg.dev/kyma-project/prod/testimages/e2e-gcloud:v20240124-628d6dc7"
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
command:
- "make"
args:
- "-C"
- "hack/ci"
- "module-build"
env:
- name: IMG
value: "europe-docker.pkg.dev/kyma-project/dev/nats-manager:PR-${PULL_NUMBER}"
- name: KUSTOMIZE_VERSION
value: "v4.5.7"
- name: MODULE_REGISTRY
value: "europe-docker.pkg.dev/kyma-project/dev/unsigned"
- name: MODULE_SHA
value: "PR-${PULL_NUMBER}"
resources:
requests:
memory: 3Gi
cpu: 2

postsubmits: # runs on main
kyma-project/nats-manager:
- name: release-nats-manager-build
Expand Down

0 comments on commit 137e3dc

Please sign in to comment.