Skip to content
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

ci: add bazel-based script for roachtest release qualification #77681

Merged
merged 1 commit into from
Mar 11, 2022

Conversation

rickystewart
Copy link
Collaborator

@rickystewart rickystewart commented Mar 11, 2022

This is essentially a copy of the content we have in TC for this build
configuration, but with the make-specific logic replaced with Bazel
logic.

The build configuration will be updated to check for the existence of
this script and run it if it's present, otherwise run the old logic.

Closes #67337.

Release justification: Update release qualification roachtests
Release note: None

@rickystewart rickystewart requested a review from rail March 11, 2022 16:42
@rickystewart rickystewart requested a review from a team as a code owner March 11, 2022 16:42
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@rickystewart rickystewart force-pushed the roachtestreleasequal branch from 96fcc04 to 2a14184 Compare March 11, 2022 16:44
Copy link
Member

@rail rail left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @rickystewart)


build/teamcity/internal/release/process/roachtest-release-qualification.sh, line 63 at r1 (raw file):

  --parallelism 5 \
  --teamcity; then
  exit_status=$?

A nit: it doesn't look like the if clause helps here. We can probably get rid of exit_status and run the command directly.

This is essentially a copy of the content we have in TC for this build
configuration, but with the `make`-specific logic replaced with Bazel
logic.

The build configuration will be updated to check for the existence of
this script and run it if it's present, otherwise run the old logic.

Closes cockroachdb#67337.

Release justification: Update release qualification roachtests
Release note: None
@rickystewart rickystewart force-pushed the roachtestreleasequal branch from 2a14184 to cd8c27a Compare March 11, 2022 16:53
@rickystewart
Copy link
Collaborator Author

bors r=rail

@craig
Copy link
Contributor

craig bot commented Mar 11, 2022

Build failed (retrying...):

@craig
Copy link
Contributor

craig bot commented Mar 11, 2022

Build succeeded:

@craig craig bot merged commit d68a48a into cockroachdb:master Mar 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ci: duplicate Roachtest Release Qualification build configuration for bazel
3 participants