Skip to content

Commit 0385e16

Browse files
smarterclaytonsoltysh
authored andcommitted
UPSTREAM: <carry>: Always test PDB's during service upgrade test
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
1 parent 2260f01 commit 0385e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/upgrades/network/services.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type ServiceUpgradeTest struct {
3939
// Name returns the tracking name of the test.
4040
func (ServiceUpgradeTest) Name() string { return "service-upgrade" }
4141

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

4444
// Setup creates a service with a load balancer and makes sure it's reachable.
4545
func (t *ServiceUpgradeTest) Setup(f *framework.Framework) {

0 commit comments

Comments
 (0)