roachtest: print issue number after test failure#118914
roachtest: print issue number after test failure#118914craig[bot] merged 1 commit intocockroachdb:masterfrom
Conversation
b2d6ea8 to
86765b5
Compare
86765b5 to
12aaa9e
Compare
This commit updates the GitHub issue poster so that information about the issue is returned when an issue is created or a comment added. The roachtest test runner uses this information in the TeamCity output so that we can easily see the issue corresponding to a test failure directly in the TC overview page. Epic: none Release note: None
12aaa9e to
fa69450
Compare
|
TFTR! bors r=srosenberg |
|
Build succeeded: |
|
Encountered an error creating backports. Some common things that can go wrong:
You might need to create your backport manually using the backport tool. error creating merge commit from fa69450 to blathers/backport-release-23.1-118914: POST https://api.github.com/repos/cockroachdb/cockroach/merges: 409 Merge conflict [] you may need to manually resolve merge conflicts with the backport tool. Backport to branch 23.1.x failed. See errors above. error creating merge commit from fa69450 to blathers/backport-release-23.2-118914: POST https://api.github.com/repos/cockroachdb/cockroach/merges: 409 Merge conflict [] you may need to manually resolve merge conflicts with the backport tool. Backport to branch 23.2.x failed. See errors above. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
This broke with cockroachdb#118914. Epic: CRDB-8308 Release note: None
119019: process-bep-file: fix compile error r=rail a=rickystewart This broke with #118914. Epic: CRDB-8308 Release note: None 119026: build: add RC branches to release branches r=rickystewart a=rail Previously, we had logic to distinguish release and non-release branches (like customized builds) in the docker script. The pattern didn't cover cases, where we name the branches by adding the "-rc" suffix. This PR fixes the release branch pattern. Epic: none Release note: None Co-authored-by: Ricky Stewart <ricky@cockroachlabs.com> Co-authored-by: Rail Aliiev <rail@iqchoice.com>
This broke with cockroachdb#118914. Epic: CRDB-8308 Release note: None

This commit updates the GitHub issue poster so that information about
the issue is returned when an issue is created or a comment
added. The roachtest test runner uses this information in the TeamCity
output so that we can easily see the issue corresponding to a test
failure directly in the TC overview page.
Epic: none
Release note: None