...
We use JetBrains TeamCity for various continuous integration and testing tasks. Our instance is available at teamcity.cockroachdb.com - you may sign in with your GitHub OAuth credentials.
TeamCity CI is deprecated in favor of GitHub Actions Essential CI. However, TeamCity is still used for non-CI automation and tests, in addition to CI for PR’s against older release branches (release-23.2
and prior).
Pull request testing
TeamCity is triggered for each new or updated pull request to this repository. It runs a set of builds and checks and reports the results back to the pull request as a GitHub status check. This job succeeds when all of its dependencies succeed. TeamCity represents GitHub pull requests by branches named by the number of the pull request:
...