feat: db and replica scaling options #67
+20
−38
Draft
Travis CI / Travis CI - Branch
failed
Jun 18, 2024 in 1m 38s
Build Failed
The build failed.
Details
This is a normal build for the db-replica-scale-options branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build has three jobs, running in parallel.
Job | Go | ENV | OS | State |
---|---|---|---|---|
269.1 Code Lint | 1.13.x | GOFLAGS=-mod=vendor | Linux | failed |
269.2 Code UnitTest | 1.13.x | GOFLAGS=-mod=vendor | Linux | failed |
269.3 Generated Code is Current | 1.13.x | GOFLAGS=-mod=vendor | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Go |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "go",
"os": [
"linux"
],
"dist": "xenial",
"sudo": true,
"services": [
"docker"
],
"env": [
"global={:GOFLAGS=>\"-mod=vendor\"}"
],
"install": [
"make tools",
"go mod vendor"
],
"jobs": {
"fast_finish": true,
"allow_failures": [
{
"go": "tip"
}
],
"include": [
{
"go": "1.13.x",
"name": "Code Lint",
"script": [
"make lint"
]
},
{
"go": "1.13.x",
"name": "Code UnitTest",
"script": [
"make test"
]
},
{
"go": "1.13.x",
"name": "Generated Code is Current",
"script": [
"make gen && git diff --quiet"
]
}
]
}
}
Loading