-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: add roachtest nightlies coverage scripts #111382
Conversation
ssh-keygen -q -C "roachtest-nightly-bazel $(date)" -N "" -f ~/.ssh/id_rsa | ||
fi | ||
|
||
$root/build/teamcity/cockroach/nightlies/roachtest_compile_bits.sh --with-code-coverage amd64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be worth a comment to emphasize that the hardcoded (target) architecture is not actually preventing TC agent from running arm64, since it's going to be cross-built.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
This script will be used in a coverage build that runs the nightlies on GCE and collects coverage data. Epic: none Release note: None
0b75185
to
c8db151
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TFTR!
Reviewable status: complete! 0 of 0 LGTMs obtained (waiting on @smg260 and @srosenberg)
build/teamcity/cockroach/coverage/roachtest_nightly_gce_impl.sh
line 13 at r1 (raw file):
Previously, srosenberg (Stan Rosenberg) wrote…
Might be worth a comment to emphasize that the hardcoded (target) architecture is not actually preventing TC agent from running arm64, since it's going to be cross-built.
Done.
bors r+ |
Build succeeded: |
This script will be used in a coverage build that runs the nightlies
on GCE and collects coverage data.
Epic: none
Release note: None