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

Verify that proto-generated files are up-to-date #1433

Merged

Conversation

yurishkuro
Copy link
Member

Resolves #1431

Signed-off-by: Yuri Shkuro <ys@uber.com>
Signed-off-by: Yuri Shkuro <ys@uber.com>
@yurishkuro
Copy link
Member Author

Verification that the test works: https://travis-ci.org/jaegertracing/jaeger/jobs/508563896#L626

image

Signed-off-by: Yuri Shkuro <ys@uber.com>
@codecov
Copy link

codecov bot commented Mar 20, 2019

Codecov Report

Merging #1433 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1433   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files         165     165           
  Lines        7538    7538           
======================================
  Hits         7538    7538

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update edf92eb...443943a. Read the comment docs.

@yurishkuro
Copy link
Member Author

Crossdock test came back green on re-run. Booked #1434 for that.

@@ -11,6 +11,9 @@ matrix:
env:
- TESTS=true
- COVERAGE=true
- go: "1.11.1"
Copy link
Contributor

Choose a reason for hiding this comment

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

at this rate we're going to hit the 1 hour mark for CI, we should do some research into smarter CI or combine some steps into 1.

Copy link
Member Author

Choose a reason for hiding this comment

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

most steps = more parallelization. The real issue is that Travis is throttling us on the number of concurrent steps.

@@ -397,5 +398,4 @@ proto-install:
./vendor/github.com/gogo/protobuf/protoc-gen-gogo \
./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway \
./vendor/github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger
# ./vendor/github.com/mwitkow/go-proto-validators/protoc-gen-govalidators \
# ./vendor/github.com/rakyll/statik
# ./vendor/github.com/mwitkow/go-proto-validators/protoc-gen-govalidators
Copy link
Contributor

Choose a reason for hiding this comment

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

can we remove if it's commented out?

@yurishkuro yurishkuro merged commit effb9a5 into jaegertracing:master Mar 20, 2019
@yurishkuro yurishkuro deleted the validate-proco-generated-files branch March 20, 2019 15:46
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.

None yet

3 participants