Skip to content

Commit

Permalink
nit: move new consts to own section (vitessio#17802)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Feb 14, 2025
1 parent 09ce11d commit 10eeff3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions test/ci_workflow_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ const (
mysql80 mysqlVersion = "mysql80"
mysql84 mysqlVersion = "mysql84"

cores16RunnerName = "vitess-ubuntu20-16cpu-1"
defaultRunnerName = "ubuntu-24.04"
defaultMySQLVersion = mysql80
)

Expand All @@ -47,6 +45,11 @@ var (
unitTestDatabases = []mysqlVersion{mysql80, mysql84}
)

const (
cores16RunnerName = "vitess-ubuntu20-16cpu-1"
defaultRunnerName = "ubuntu-24.04"
)

const (
workflowConfigDir = "../.github/workflows"

Expand Down

0 comments on commit 10eeff3

Please sign in to comment.