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

Removed pull-eventing-manager-unit-test #8634

Merged
merged 2 commits into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
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
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"