Skip to content

Commit

Permalink
clean telemetry-manager repos (#12037)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-thaler authored Oct 1, 2024
1 parent e4d7640 commit cc2d34e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 138 deletions.
10 changes: 0 additions & 10 deletions prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -387,12 +387,6 @@ branch-protection:
unmanaged: true
cloud-manager-tests:
unmanaged: true
telemetry-manager:
unmanaged: true
directory-size-exporter:
unmanaged: true
opentelemetry-collector-components:
unmanaged: true

tide:
sync_period: 2m
Expand All @@ -418,10 +412,6 @@ tide:
kyma-project/warden: squash
kyma-project/serverless: squash
kyma-project/keda-manager: squash
kyma-project/telemetry-manager: squash
kyma-project/opentelemetry-collector-components: squash
kyma-project/kyma-metrics-collector: squash
kyma-project/directory-size-exporter: squash
kyma-project/eventing-publisher-proxy: squash
kyma-project/eventing-manager: squash
kyma-project/eventing-auth-manager: squash
Expand Down
39 changes: 0 additions & 39 deletions prow/jobs/kyma-project/test-infra/pjconfigtests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -505,45 +505,6 @@ presubmits: # runs on PRs
memory: 100M
cpu: 200m

kyma-project/telemetry-manager:
- name: pull-telemetry-manager-pjconfigtest
annotations:
description: "Run ginkgo suite tests for prowjobs definitions for telemetry-manager"
owner: "neighbors"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "pull-telemetry-manager-pjconfigtest"
prow.k8s.io/pubsub.topic: "prowjobs"
run_if_changed: '^.prow/|^.prow.yaml'
skip_report: false
decorate: true
cluster: untrusted-workload
max_concurrency: 10
branches:
- ^.*$
extra_refs:
- org: kyma-project
repo: test-infra
base_ref: main
spec:
containers:
- image: "europe-docker.pkg.dev/kyma-project/prod/test-infra/ginkgo:v20240909-95731ea6"
imagePullPolicy: Always
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
command:
- "/ginkgo"
args:
- "-r"
- "/home/prow/go/src/github.com/kyma-project/test-infra/pkg/prow/pjconfigtests"
resources:
requests:
memory: 100M
cpu: 200m

kyma-project/compass-manager:
- name: pull-compass-manager-pjconfigtest
annotations:
Expand Down
88 changes: 0 additions & 88 deletions prow/jobs/kyma-project/test-infra/pjtester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1142,94 +1142,6 @@ presubmits: # runs on PRs
memory: 100M
cpu: 200m

kyma-project/telemetry-manager:
- name: pull-telemetry-manager-pjtester
annotations:
description: "Schedule prowjobs tests using pjtester for telemetry-manager"
owner: "neighbors"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "pull-telemetry-manager-pjtester"
prow.k8s.io/pubsub.topic: "prowjobs"
run_if_changed: '^(vpath/pjtester.yaml)'
skip_report: false
decorate: true
cluster: trusted-workload
max_concurrency: 10
branches:
- ^.*$
extra_refs:
- org: kyma-project
repo: test-infra
base_ref: main
spec:
containers:
- image: "europe-docker.pkg.dev/kyma-project/prod/test-infra/ko/pjtester:v20241001-f0fc4ad0"
imagePullPolicy: Always
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
command:
- "/ko-app/pjtester"
args:
- "--github-token-path=/etc/github/oauth"
env:
- name: KUBECONFIG_PATH
value: "/etc/kubeconfig/pjtester/config"
resources:
requests:
memory: 100M
cpu: 200m
volumeMounts:
- name: oauth
mountPath: /etc/github
readOnly: true
- name: pjtester-kubeconfig
mountPath: /etc/kubeconfig/pjtester
readOnly: true
volumes:
- name: oauth
secret:
secretName: pjtester-github-oauth-token
- name: pjtester-kubeconfig
secret:
secretName: pjtester-kubeconfig
- name: pull-telemetry-manager-vpathguard
annotations:
description: "Run pjtester vpathguard for telemetry-manager"
owner: "neighbors"
labels:
prow.k8s.io/pubsub.project: "sap-kyma-prow"
prow.k8s.io/pubsub.runID: "pull-telemetry-manager-vpathguard"
prow.k8s.io/pubsub.topic: "prowjobs"
run_if_changed: '^(vpath/pjtester.yaml)'
skip_report: false
decorate: true
cluster: untrusted-workload
max_concurrency: 10
branches:
- ^.*$
spec:
containers:
- image: "europe-docker.pkg.dev/kyma-project/prod/testimages/alpine:v20241001-f0fc4ad0"
imagePullPolicy: Always
securityContext:
privileged: false
seccompProfile:
type: RuntimeDefault
allowPrivilegeEscalation: false
command:
- "/bin/ash"
args:
- "-c"
- "if [ -d /home/prow/go/src/github.com/kyma-project/test-infra/vpath ]; then (echo \"Directory vpath is present. Remove it to merge PR\"; exit 1); else (echo \"Directory vpath is not present\"; exit 0); fi"
resources:
requests:
memory: 100M
cpu: 200m

kyma-project/compass-manager:
- name: pull-compass-manager-pjtester
annotations:
Expand Down
1 change: 0 additions & 1 deletion templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ global:
- name: "template-repository"
- name: "btp-manager"
- name: "kyma-environment-broker"
- name: "telemetry-manager"
- name: "compass-manager"

# global configSet variables
Expand Down

0 comments on commit cc2d34e

Please sign in to comment.