Skip to content

Consider changing CI systems #252

@dhui

Description

@dhui

Why?

TravisCI builds are slow and flaky. Other open source projects have migrated from TravisCI to CircleCI.

Requirements for CI system:

Must have

  • Runs tests in multiple versions of Go
  • Runs Docker daemon (for db tests)
  • Integrations
    • Code coverage (coveralls or codecov)
    • Deploy
      • Github assets
      • DockerHub
      • packagecloud

Nice to have

  • Fast
    • Builds triggered soon after pushes/merges
    • Shorter build times
      • Access to faster compute or I/O
      • Runs tests in parallel

CI Solutions to Consider:

  • CircleCI
  • BuildKite - Need to host own workers/agents
  • GitHub Actions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions