Skip to content
6 changes: 3 additions & 3 deletions tests/global_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
ALL_CNV_DEPLOYMENTS,
ALL_CNV_PODS,
ALL_HCO_RELATED_OBJECTS,
BREW_REGISTERY_SOURCE,
BREW_REGISTRY_SOURCE,
Comment thread
vsibirsk marked this conversation as resolved.
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Comment thread
vsibirsk marked this conversation as resolved.
Comment thread
vsibirsk marked this conversation as resolved.
CENTOS_STREAM9_PREFERENCE,
CENTOS_STREAM10_PREFERENCE,
CNV_OPERATORS,
Expand Down Expand Up @@ -90,7 +90,7 @@ def _get_default_storage_class(sc_list):
cnv_registry_sources = {
"osbs": {
"cnv_subscription_source": HCO_CATALOG_SOURCE,
"source_map": BREW_REGISTERY_SOURCE,
"source_map": BREW_REGISTRY_SOURCE,
},
"hotfix": {
"cnv_subscription_source": HCO_CATALOG_SOURCE,
Expand All @@ -100,7 +100,7 @@ def _get_default_storage_class(sc_list):
},
"fbc": {
"cnv_subscription_source": HCO_CATALOG_SOURCE,
"source_map": BREW_REGISTERY_SOURCE,
"source_map": BREW_REGISTRY_SOURCE,
},
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
VIRT_PLATFORM_AUTOPILOT,
VIRT_SYNCHRONIZATION_CONTROLLER,
VIRT_TEMPLATE_VALIDATOR,
VIRTCTL_CLIDOWNLOADS_KUBEVIRT_HYPERCONVERGED,
VIRTCTL_CLI_DOWNLOADS,
VIRTIO_WIN,
WINDOWS_BOOTSOURCE_PIPELINE,
)
Expand Down Expand Up @@ -331,7 +331,7 @@
VERSION_LABEL_KEY: None,
PART_OF_LABEL_KEY: HYPERCONVERGED_CLUSTER,
},
VIRTCTL_CLIDOWNLOADS_KUBEVIRT_HYPERCONVERGED: {
VIRTCTL_CLI_DOWNLOADS: {
MANAGED_BY_LABEL_KEY: HCO_OPERATOR,
COMPONENT_LABEL_KEY: COMPUTE_STR,
VERSION_LABEL_KEY: None,
Expand Down
Loading
Loading