Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@ workflow:
- chain: ipi-aws-post
env:
TEST_CSI_DRIVER_MANIFEST: manifest-aws-ebs.yaml
TEST_SKIPS: >-
Managed cluster should start all core operators\|
Alerts shouldn't report any alerts in firing or pending state\|
Prometheus when installed on the cluster shouldn't report any alerts in firing state apart from Watchdog and AlertmanagerReceiversNotConfigured
documentation: |-
The Openshift E2E AWS CCM install workflow executes the common end-to-end test suite on AWS with a cluster configuration including CCM pods
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ workflow:
- chain: ipi-azure-post
env:
TEST_CSI_DRIVER_MANIFEST: manifest-aws-ebs.yaml
TEST_SKIPS: >-
Managed cluster should start all core operators\|
Alerts shouldn't report any alerts in firing or pending state\|
Prometheus when installed on the cluster shouldn't report any alerts in firing state apart from Watchdog and AlertmanagerReceiversNotConfigured
documentation: |-
The Openshift E2E Azure CCM install workflow executes the common end-to-end test suite on Azure with a cluster configuration including CCM pods
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ workflow:
CLUSTERCSIDRIVER: disk.csi.azure.com
TRUECONDITIONS: AzureDiskDriverControllerServiceControllerAvailable AzureDiskDriverNodeServiceControllerAvailable
TEST_CSI_DRIVER_MANIFEST: manifest-azure-disk.yaml
TEST_SKIPS: >-
Managed cluster should start all core operators\|
Alerts shouldn't report any alerts in firing or pending state\|
Prometheus when installed on the cluster shouldn't report any alerts in firing state apart from Watchdog and AlertmanagerReceiversNotConfigured
documentation: |-
The Openshift E2E Azure workflow using CCM as a primary mean to initialize nodes.
Executes the common end-to-end test suite on Azure to test updated cluster configuration.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ workflow:
env:
CONFIG_TYPE: "minimal"
BASE_DOMAIN: shiftstack.devcluster.openshift.com
TEST_SKIPS: >-
Managed cluster should start all core operators\|
Alerts shouldn't report any alerts in firing or pending state\|
Prometheus when installed on the cluster shouldn't report any alerts in firing state apart from Watchdog and AlertmanagerReceiversNotConfigured
documentation: |-
The openshift-e2e-openstack-ipi workflow executes the common
end-to-end test suite on OpenShift ipi intallation on OpenStack
Expand Down