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

build: speed up go generate: don't run ui tests #9639

Merged
merged 1 commit into from
Sep 30, 2016

Conversation

jordanlewis
Copy link
Member

@jordanlewis jordanlewis commented Sep 30, 2016

Previously, go generate would not only generate all of the protobufs and
embedded.go, but also run the ui linters and tests. This is pretty slow
and not really relevant to go generate.

Now, go generate only generates files. CI has been updated to run the ui
tests if necessary.


This change is Reviewable

Previously, go generate would not only generate all of the protobufs and
embedded.go, but also run the ui linters and tests. This is pretty slow
and not really relevant to go generate.

Now, go generate only generates files. CI has been updated to run the ui
tests if necessary.
@tbg
Copy link
Member

tbg commented Sep 30, 2016

LGTM

@jordanlewis jordanlewis merged commit 48a50f0 into cockroachdb:master Sep 30, 2016
@jordanlewis jordanlewis deleted the fast-go-generate branch September 30, 2016 16:20
@jseldess jseldess mentioned this pull request Oct 5, 2016
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.

3 participants