Skip to content

chore: rename leader election ID and remove stray SQL in calculator

61bd094
Select commit
Loading
Failed to load commit list.
Open

feat: upgrade sarama from Shopify v1.30.1 to IBM v1.48.0 #274

chore: rename leader election ID and remove stray SQL in calculator
61bd094
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded May 8, 2026 in 11m 50s

Build Passed

The build passed. This is a change from the previous build, which failed.

Details

This is a normal build for the feat/upgrade-sarama-ibm branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Go
Operating System Linux (Focal)
Go Version 1.25.x
Build Configuration
{
  "language": "go",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "go": [
    "1.25.x"
  ],
  "services": [
    "docker"
  ],
  "script": [
    "make build",
    "test -f bin/linux_amd64/redshiftbatcher",
    "test -f bin/linux_amd64/redshiftloader",
    "test -f bin/linux_amd64/redshiftsink",
    "make all-container",
    "docker images | grep \"^public.ecr.aws/practo/redshiftbatcher\"",
    "docker images | grep \"^public.ecr.aws/practo/redshiftloader\"",
    "docker images | grep \"^public.ecr.aws/practo/redshiftsink\"",
    "make test"
  ]
}