Skip to content

Commit

Permalink
Removed pull-eventing-manager-unit-test (#8634)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaizanse authored Aug 10, 2023
1 parent 86df4bd commit eee76d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
30 changes: 0 additions & 30 deletions prow/jobs/eventing-manager/eventing-manager-generic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,36 +50,6 @@ presubmits: # runs on PRs
- name: signify-secret
secret:
secretName: signify-dev-secret
- name: pull-eventing-manager-unit-test
annotations:
description: "run unit tests for eventing manager"
owner: "skydivingtunas"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "pull-eventing-manager-unit-test"
prow.k8s.io/pubsub.topic: "prowjobs"
run_if_changed: '\.go$|^go.(sum|mod)'
skip_report: false
decorate: true
cluster: untrusted-workload
max_concurrency: 10
spec:
containers:
- image: "europe-docker.pkg.dev/kyma-project/prod/testimages/buildpack-go:v20230809-ddf0733f"
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
command:
- "/bin/sh"
args:
- "-c"
- "make test-only"
resources:
requests:
memory: 1Gi
cpu: 100m

postsubmits: # runs on main
kyma-project/eventing-manager:
Expand Down
16 changes: 0 additions & 16 deletions templates/data/eventing-manager-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,3 @@ templates:
- kaniko_buildpack
- jobConfig_postsubmit
- "disable_testgrid"
- jobConfig:
name: "pull-eventing-manager-unit-test"
optional: false
command: "/bin/sh"
args:
- "-c"
- "make test-only"
run_if_changed: "\\.go$|^go.(sum|mod)"
annotations:
owner: skydivingtunas
description: run unit tests for eventing manager
inheritedConfigs:
global:
- testing
- "jobConfig_presubmit"
- "unprivileged"

0 comments on commit eee76d4

Please sign in to comment.