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.

Origin-commit: 917e8cb064643370573808e9aba8dbec5df456ff

openshift-rebase(v1.24):source=02dabaf4678
  • Loading branch information
smarterclayton authored and soltysh committed Aug 18, 2022
1 parent 12393a7 commit 654df06
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 @@ -39,7 +39,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(f *framework.Framework) {
Expand Down

0 comments on commit 654df06

Please sign in to comment.