-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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: migrate long sims #6084
Merged
Merged
ci: migrate long sims #6084
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #6084 +/- ##
=======================================
Coverage 54.57% 54.57%
=======================================
Files 436 436
Lines 26296 26296
=======================================
Hits 14352 14352
Misses 10952 10952
Partials 992 992 |
need to debug the proto-breakage ci |
tac0turtle
force-pushed
the
marko/githubactions
branch
from
April 28, 2020 12:39
f4bd9c1
to
f17dd97
Compare
tac0turtle
force-pushed
the
marko/githubactions
branch
from
April 28, 2020 12:44
72316fa
to
ba619cc
Compare
alessio
approved these changes
Apr 28, 2020
tac0turtle
added
the
A:automerge
Automatically merge PR once all prerequisites pass.
label
Apr 28, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
cancel ci if no
.go
files have been touched. There is no clean way of doing this so i opted toexit 1
on the diff job if no go files were changed and have builds depend on diff passingmigrate proto checks to github actions
providing make commands to use buf within docker
test-sim-multi-seed-long migration to github actions. Follows same logic and only runs on release branches
add protobuf section to contributing.md