Skip to content

Commit bfd4142

Browse files
authored
Remove E2E test testing rukpak (#946)
We use rukpak as a library at the moment and want rukpak to have own tests covering limitations such not allowing to install content with webhooks. Signed-off-by: Mikalai Radchuk <[email protected]>
1 parent 94a5b96 commit bfd4142

File tree

6 files changed

+0
-119
lines changed

6 files changed

+0
-119
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ registry-load-bundles: ## Load selected e2e testdata container images created in
192192
testdata/bundles/registry-v1/build-push-e2e-bundle.sh ${E2E_REGISTRY_NAMESPACE} $(REGISTRY_ROOT)/bundles/registry-v1/prometheus-operator:v1.0.1 prometheus-operator.v1.0.1 prometheus-operator.v1.0.0
193193
testdata/bundles/registry-v1/build-push-e2e-bundle.sh ${E2E_REGISTRY_NAMESPACE} $(REGISTRY_ROOT)/bundles/registry-v1/prometheus-operator:v1.2.0 prometheus-operator.v1.2.0 prometheus-operator.v1.0.0
194194
testdata/bundles/registry-v1/build-push-e2e-bundle.sh ${E2E_REGISTRY_NAMESPACE} $(REGISTRY_ROOT)/bundles/registry-v1/prometheus-operator:v2.0.0 prometheus-operator.v2.0.0 prometheus-operator.v1.0.0
195-
testdata/bundles/registry-v1/build-push-e2e-bundle.sh ${E2E_REGISTRY_NAMESPACE} $(REGISTRY_ROOT)/bundles/registry-v1/package-with-webhooks:v1.0.0 package-with-webhooks.v1.0.0 package-with-webhooks.v1.0.0
196195

197196
#SECTION Build
198197

test/e2e/cluster_extension_registryV1_limitations_test.go

Lines changed: 0 additions & 39 deletions
This file was deleted.

testdata/bundles/registry-v1/package-with-webhooks.v1.0.0/Dockerfile

Lines changed: 0 additions & 15 deletions
This file was deleted.

testdata/bundles/registry-v1/package-with-webhooks.v1.0.0/manifests/bundle-with-webhooks.clusterserviceversion.yaml

Lines changed: 0 additions & 34 deletions
This file was deleted.

testdata/bundles/registry-v1/package-with-webhooks.v1.0.0/metadata/annotations.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

testdata/catalogs/test-catalog/catalog.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -60,23 +60,3 @@ properties:
6060
value:
6161
packageName: prometheus
6262
version: 2.0.0
63-
---
64-
schema: olm.package
65-
name: package-with-webhooks
66-
defaultChannel: beta
67-
---
68-
schema: olm.channel
69-
name: beta
70-
package: package-with-webhooks
71-
entries:
72-
- name: package-with-webhooks.1.0.0
73-
---
74-
schema: olm.bundle
75-
name: package-with-webhooks.1.0.0
76-
package: package-with-webhooks
77-
image: docker-registry.operator-controller-e2e.svc.cluster.local:5000/bundles/registry-v1/package-with-webhooks:v1.0.0
78-
properties:
79-
- type: olm.package
80-
value:
81-
packageName: package-with-webhooks
82-
version: 1.0.0

0 commit comments

Comments
 (0)