Skip to content

Conversation

sipsma
Copy link
Contributor

@sipsma sipsma commented Dec 5, 2019

I noticed our go.mod/go.sum and generated proto defs were a bit out of sync (the proto differences were very minor, just differences in the comments of a .pb.go), so figured it was a good time to add some verification steps to buildkite that check if go.mod/go.sum and the proto defs are all up to date.

Closes #323

Verified the steps fail as expected w/ a purposely broken commit here: https://buildkite.com/firecracker-microvm/sipsma-firecracker-containerd/builds/861#

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

I noticed there was a difference in generated proto after a recent commit (it
was insignificant, just a difference in the comments of the generated .pb.go),
so it seemed like a good time to add this check.

Signed-off-by: Erik Sipsma <[email protected]>
@sipsma sipsma merged commit 0d440f7 into firecracker-microvm:master Dec 5, 2019
@sipsma sipsma deleted the proto-verify branch December 5, 2019 18:22
fangn2 pushed a commit to fangn2/firecracker-containerd that referenced this pull request Mar 23, 2023
Make TestLogAndMetrics work with Firecracker's main branch
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.

Add proto compile/compare step to CI
4 participants