Skip to content

Commit

Permalink
Remove these 5.7 endtoend tests/groups of tests: all Online DDL, sche…
Browse files Browse the repository at this point in the history
…madiff, tabletmanager_tablegc

Signed-off-by: Shlomi Noach <[email protected]>
  • Loading branch information
shlomi-noach committed May 1, 2024
1 parent acfa620 commit 5de15ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/ci_workflow_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,12 @@ type selfHostedTest struct {
// clusterMySQLVersions return list of mysql versions (one or more) that this cluster needs to test against
func clusterMySQLVersions(clusterName string) mysqlVersions {
switch {
case strings.HasPrefix(clusterName, "onlineddl_"):
return allMySQLVersions
case clusterName == "schemadiff_vrepl":
return allMySQLVersions
case clusterName == "tabletmanager_tablegc":
return allMySQLVersions
// Add any specific clusters, or groups of clusters, here,
// that require allMySQLVersions to be tested against.
// At this time this list is clean because Vitess stopped
// supporting MySQL 5.7. At some point, we will need to
// support post 8.0 versions of MySQL, and this list will
// inevitably grow.
default:
return defaultMySQLVersions
}
Expand Down

0 comments on commit 5de15ac

Please sign in to comment.