Update cri test to fix image reference test.#3635
Merged
dmcgowan merged 1 commit intocontainerd:masterfrom Sep 10, 2019
Merged
Conversation
|
Build succeeded.
|
Codecov Report
@@ Coverage Diff @@
## master #3635 +/- ##
=======================================
Coverage 42.39% 42.39%
=======================================
Files 127 127
Lines 14048 14048
=======================================
Hits 5955 5955
Misses 7193 7193
Partials 900 900
Continue to review full report at Codecov.
|
0c7762e to
02ebc5a
Compare
Member
Author
|
This PR also switches to use The final deploy step doesn't succeed, and we can't get any useful error message because of travis-ci/dpl#792. If this still doesn't work, I'll probably install gcloud and copy the tarballs to gcs bucket in the script instead. |
Signed-off-by: Lantao Liu <[email protected]>
02ebc5a to
1b4cec9
Compare
|
Build succeeded.
|
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.
Update cri validation test to fix the image reference test:
The fix: kubernetes-sigs/cri-tools#503
Signed-off-by: Lantao Liu [email protected]