ci: check GHA results in TeamCity#123421
Conversation
|
It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR? 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
dbc6bdf to
7831893
Compare
Bazel Essential CI is a no-op on master and release-24.1 since the GitHub Actions CI migration completed. This PR adds a new TeamCity build configuration which polls the required GitHub action results and reflects the overall status in TeamCity. Fixes: DEVINF-1124 Release note: None
|
I added a new TC configuration and added it to the MPB deps. |
| statuses[c] = nil | ||
| } | ||
|
|
||
| client := github.NewClient(nil) |
There was a problem hiding this comment.
This is unauthenticated, right? We'll hit rate limits even more quickly than usual. Maybe it doesn't make a difference if we do few enough requests.
There was a problem hiding this comment.
Correct. I can easily add auth if we want. Actually, it was there in the initial version. :)
|
bors r=rickystewart |
|
Already running a review |
|
bors r=rickystewart |
Bazel Essential CI is a no-op on master and release-24.1 since the GitHub Actions CI migration completed.
This PR adds a new TeamCity build configuration which polls the required GitHub action results and reflects the overall status in TeamCity.
Fixes: DEVINF-1124
Release note: None