Merged
Conversation
Contributor
Author
|
I had a look to see if I should be tweaking the CI but it seems none of these targets (build, cross etc) are tested there -- the test-e2e which is run builds things internally to its own image and all the circle stuff is open coded in |
Codecov Report
@@ Coverage Diff @@
## master #1701 +/- ##
=======================================
Coverage 56.12% 56.12%
=======================================
Files 306 306
Lines 21030 21030
=======================================
Hits 11803 11803
Misses 8373 8373
Partials 854 854 |
Codecov Report
@@ Coverage Diff @@
## master #1701 +/- ##
=======================================
Coverage 56.18% 56.18%
=======================================
Files 306 306
Lines 21006 21006
=======================================
Hits 11803 11803
Misses 8349 8349
Partials 854 854 |
Seems I rebased over b039db9 ("Make it possible to override the volume mounts and shell for the dev container") at some point and failed to notice that some of the variable names had changed. In the meantime the underlying issue was fixed in docker#1698 but here we switch to using `$(DOCKER_RUN)`. This means that these rules now use `$(DOCKER_RUN_NAME_OPTION)` and thus obey the `$(DOCKER_CLI_CONTAINER_NAME)` variable. Signed-off-by: Ian Campbell <ijc@docker.com>
Contributor
Author
|
Looks like @silvin-lubecki also fixed in 2c6b2cc (#1698). I rebased the switch to use Not sure if this is still valuable or not. Feel free to close or merge as you see fit. |
Member
|
ping @silvin-lubecki @vdemeester @tiborvass PTAL |
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.
Seems I rebased over b039db9 ("Make it possible to override the volume
mounts and shell for the dev container") at some point and failed to notice
that some of the variable names had changed.
Signed-off-by: Ian Campbell ijc@docker.com