Skip to content

Commit

Permalink
nit: move new consts to own section (#17802)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt authored Feb 14, 2025
1 parent 1c06427 commit cf7fa68
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 @@ -33,8 +33,6 @@ const (
mysql80 mysqlVersion = "mysql80"
mysql84 mysqlVersion = "mysql84"

cores16RunnerName = "gh-hosted-runners-16cores-1-24.04"
defaultRunnerName = "ubuntu-24.04"
defaultMySQLVersion = mysql80
)

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

const (
cores16RunnerName = "gh-hosted-runners-16cores-1-24.04"
defaultRunnerName = "ubuntu-24.04"
)

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

Expand Down

0 comments on commit cf7fa68

Please sign in to comment.