Skip to content

Commit

Permalink
Remove E2E test testing rukpak
Browse files Browse the repository at this point in the history
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 <mradchuk@redhat.com>
  • Loading branch information
m1kola committed Jun 17, 2024
1 parent b4c928c commit 3719edf
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 119 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ registry-load-bundles: ## Load selected e2e testdata container images created in
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
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
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
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

#SECTION Build

Expand Down
39 changes: 0 additions & 39 deletions test/e2e/cluster_extension_registryV1_limitations_test.go

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions testdata/catalogs/test-catalog/catalog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,23 +60,3 @@ properties:
value:
packageName: prometheus
version: 2.0.0
---
schema: olm.package
name: package-with-webhooks
defaultChannel: beta
---
schema: olm.channel
name: beta
package: package-with-webhooks
entries:
- name: package-with-webhooks.1.0.0
---
schema: olm.bundle
name: package-with-webhooks.1.0.0
package: package-with-webhooks
image: docker-registry.operator-controller-e2e.svc.cluster.local:5000/bundles/registry-v1/package-with-webhooks:v1.0.0
properties:
- type: olm.package
value:
packageName: package-with-webhooks
version: 1.0.0

0 comments on commit 3719edf

Please sign in to comment.