ci: failure to run ./dev generate bazel
should be reported as a test failure to TeamCity
#78368
Labels
A-ci
Continuous Integration
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-dev-inf
Internal discussion
Currently a failure to run
./dev generate bazel
is reported in TeamCity via the scriptbuild/teamcity/ci/tests/check_generated_code_impl.sh
, specifically viacheck_workspace_clean
inbuild/teamcity-support.sh
. Currently if there is a failure we just write the message tostderr
andexit 1
, but we could log this as a test failure to TeamCity via##teamcity[testFailed name='%s' details='%s' flowId='%s']"
.Epic CRDB-8306
Jira issue: CRDB-14093
The text was updated successfully, but these errors were encountered: