Skip to content

Commit

Permalink
UPSTREAM: <carry>: Always test PDB's during service upgrade test
Browse files Browse the repository at this point in the history
The upstream can't enable this, but we need to do so in order to
properly validate that cluster upgrades retain availability.

OpenShift-Rebase-Source: 0385e16
  • Loading branch information
smarterclayton authored and bertinatto committed Mar 27, 2023
1 parent f29690e commit ffaf861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/upgrades/network/services.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type ServiceUpgradeTest struct {
// Name returns the tracking name of the test.
func (ServiceUpgradeTest) Name() string { return "service-upgrade" }

func shouldTestPDBs() bool { return framework.ProviderIs("gce", "gke") }
func shouldTestPDBs() bool { return true }

// Setup creates a service with a load balancer and makes sure it's reachable.
func (t *ServiceUpgradeTest) Setup(ctx context.Context, f *framework.Framework) {
Expand Down

0 comments on commit ffaf861

Please sign in to comment.