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

testutils/docker: remove use of docker gotag #123318

Merged
merged 1 commit into from
May 1, 2024

Conversation

rickystewart
Copy link
Collaborator

@rickystewart rickystewart commented Apr 30, 2024

The docker tag here doesn't seem to serve any purpose besides preventing the test from being run by go test ./.... Instead, we simply skip the test if it's not built with Bazel.

Closes #123265.

Epic: None
Release note: None

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@rickystewart rickystewart force-pushed the optimize-docker-build branch 2 times, most recently from 6fae6e8 to 784c83b Compare April 30, 2024 19:13
The `docker` tag here doesn't seem to serve any purpose besides
preventing the test from being run by `go test ./...`. Instead, we
simply skip the test if it's not built with Bazel.

Closes cockroachdb#123265.

Epic: None
Release note: None
@rickystewart rickystewart requested a review from rail April 30, 2024 20:01
@rickystewart rickystewart marked this pull request as ready for review April 30, 2024 20:01
@rickystewart rickystewart added the backport-24.1.x Flags PRs that need to be backported to 24.1. label Apr 30, 2024
@rickystewart
Copy link
Collaborator Author

bors r=rail

@craig craig bot merged commit d2dca05 into cockroachdb:master May 1, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-24.1.x Flags PRs that need to be backported to 24.1.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bazel: remove docker tag from pkg/testutils/docker
3 participants