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

misc: delete mock provider #2549

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion docs/Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Some environment variables commonly used for pipelines under osde2e are indicate
| CLUSTER_EXPIRY_IN_MINUTES | Optional: Set this if you want to ensure the cluster gets cleaned up. |
| CLUSTER_ID | The value identifying the cluster. If set at start, an existing cluster is tested. |
| CLUSTER_NAME | The name of the cluster to be created. |
| PROVIDER | Provider is what provider to use to create/delete clusters. Ex. ocm, rosa, mock |
| PROVIDER | Provider is what provider to use to create/delete clusters. Ex. ocm, rosa |
| PROVISION_SHARD_ID | ProvisionShardID is the shard ID that is set to provision a shard for the cluster. |
| MULTI_AZ | MultiAZ deploys a cluster across multiple availability zones. |
| SKIP_DESTROY_CLUSTER | Set to true if you want to the cluster to be retained after the test. Default value is false, i.e., cluster will be deleted. |
Expand Down
6 changes: 0 additions & 6 deletions pkg/common/providers/mock/config.go

This file was deleted.

345 changes: 0 additions & 345 deletions pkg/common/providers/mock/mock.go

This file was deleted.

Loading