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

Run container-structure-test on remote images #3983

Merged
merged 1 commit into from
Apr 22, 2020

Conversation

dgageot
Copy link
Contributor

@dgageot dgageot commented Apr 20, 2020

Fixes #3907 and #1082

Signed-off-by: David Gageot [email protected]

@codecov
Copy link

codecov bot commented Apr 20, 2020

Codecov Report

Merging #3983 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted Files Coverage Δ
pkg/skaffold/runner/new.go 69.79% <100.00%> (ø)
pkg/skaffold/test/test.go 94.87% <100.00%> (+0.58%) ⬆️
...affold/kubernetes/portforward/kubectl_forwarder.go 65.85% <0.00%> (-2.44%) ⬇️
pkg/skaffold/docker/image.go 74.66% <0.00%> (+0.88%) ⬆️

Copy link
Contributor

@nkubala nkubala left a comment

Choose a reason for hiding this comment

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

I've been toying with the idea of adding more test runners recently, most likely a "custom" test runner to start. should we move this image pulling out of the structure test runner and up one level so we always pull remote images before running the entire test phase?

@dgageot
Copy link
Contributor Author

dgageot commented Apr 21, 2020

@nkubala I've moved the code up one level.

@dgageot dgageot force-pushed the fix-3907 branch 2 times, most recently from bfe58e1 to a02e629 Compare April 21, 2020 17:21
@nkubala nkubala merged commit 074d7d6 into GoogleContainerTools:master Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kaniko + Container Structure Tests doesn't work
3 participants