[17.06 backport] switch CircleCI 2.0, bump go version#2844
Merged
dperny merged 9 commits intomoby:bump_v17.06from Apr 12, 2019
Merged
[17.06 backport] switch CircleCI 2.0, bump go version#2844dperny merged 9 commits intomoby:bump_v17.06from
dperny merged 9 commits intomoby:bump_v17.06from
Conversation
…stalling the extra mockgen package when installing dependencies. Signed-off-by: Ying Li <ying.li@docker.com> (cherry picked from commit b5c4335) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This sets up a tmpfs mount to be used for temporary files created by tests. If this works, hopefully it will fix the excessive I/O latencies that are blocking tests for long periods and causing them to fail. As a side effect, this also stores temporary compilation artifacts on tmpfs. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com> (cherry picked from commit ff0a397) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: He Xiaoxi <tossmilestone@gmail.com> (cherry picked from commit 1540992) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Bumps the Go version used to 1.8.4, which contains security fixes; https://groups.google.com/forum/#!topic/golang-announce/1hZYiemnkdE Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 6d2c849) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 2d27a21) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 0ad63ea) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
and will be removed in August 2018. Signed-off-by: Ying Li <ying.li@docker.com> (cherry picked from commit 19114b4) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Ying Li <ying.li@docker.com> (cherry picked from commit 7fc0c4f) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Member
Author
Looks related to #2537 |
Signed-off-by: Vincent Robbemond <vincentrobbemond@gmail.com> (cherry picked from commit 06add13) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Codecov Report
@@ Coverage Diff @@
## bump_v17.06 #2844 +/- ##
===============================================
- Coverage 65.06% 60.94% -4.13%
===============================================
Files 59 121 +62
Lines 8831 20218 +11387
===============================================
+ Hits 5746 12321 +6575
- Misses 2480 6521 +4041
- Partials 605 1376 +771 |
Member
Author
|
yay, green! |
Member
Author
This file contains hidden or 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
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.
[ci] Bump go verison up to 1.8.3 #2248 [ci] Bump go verison up to 1.8.3
Run CI with temporary files on a ramdisk #2254 Run CI with temporary files on a ramdisk
Use protobuild to build protobufs #2337 Use protobuild to build protobufs
Stabilize the api proto descriptors in swarmkit #2349 Stabilize the api proto descriptors in swarmkit
Bump Go to 1.8.4 #2395 Bump Go to 1.8.4
Update protobuf to 3.5.0 #2448 Update protobuf to 3.5.0
Bump Go to 1.9.3 #2489 Bump Go to 1.9.3
Bump Go to 1.10.3 #2636 Bump Go to 1.10.3
Convert the circle config file to v2 format, as Circle v1 is deprecated #2659 Convert the circle config file to v2 format, as Circle v1 is deprecated
Just use the default GOPATH in CircleCI #2690 Just use the default GOPATH in CircleCI
Fix possible data race in manager/state/store/memory_test.go #2537 Fix possible data race in manager/state/store/memory_test.go
Not yet included: