[don't merge] ci: enable TEST_INTEGRATION_USE_SNAPSHOTTER#45232
Closed
vvoland wants to merge 4 commits intomoby:masterfrom
Closed
[don't merge] ci: enable TEST_INTEGRATION_USE_SNAPSHOTTER#45232vvoland wants to merge 4 commits intomoby:masterfrom
vvoland wants to merge 4 commits intomoby:masterfrom
Conversation
Member
|
@vvoland I did a quick rebase of this branch to get a fresh run of CI |
a06482c to
e83ea1b
Compare
Member
/cc @laurazard @rumpl |
08fd2f0 to
09fec68
Compare
886cb3d to
b0d7e67
Compare
Member
|
Seeing a lot of these failures; looks like something with restoring the frozen images? Haven't checked |
This was referenced Jul 18, 2023
771204e to
ec52434
Compare
This was referenced Sep 7, 2023
6fa1d89 to
e85063d
Compare
965f6a7 to
6fa9a4c
Compare
33069ec to
62ab783
Compare
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Add a function to return tags for the given repository reference. This is needed to implement the `pull -a` (pull all tags) for containerd which doesn't directly use distribution, but we need to somehow make an API call to the registry to obtain the available tags. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Use the distribution code to query the remote repository for tags and pull them sequentially just like the non-c8d pull. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Member
|
Woop woop, we can close this now!!!! |
Contributor
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.
A draft PR to have the CI run integration tests with containerd integration enabled.