Uh oh!
There was an error while loading. Please reload this page.
[25.0 backport] update CI - #4915
Merged
Merged
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@## 25.0 #4915 +/- ##
=======================================
Coverage 61.35% 61.35% =======================================
Files 287 287 Lines 20088 20088 =======================================
Hits 12324 12324 Misses 6870 6870 Partials 894 894 |
thaJeztah
commented
Mar 4, 2024
Member
Need to backport #4873 as well |
Uh oh!
There was an error while loading. Please reload this page.
Allow tests to check the negotiated API version used by the client. Can be used to skip tests based on API versions, for example: ```go skip.If(t, versions.LessThan(environment.DaemonAPIVersion(t), "1.44")) ``` will skip the test if the API version is older than 1.44 Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com> (cherry picked from commit 9831fea) Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
- gha runners updated to ubuntu 22.04 - e2e now runs against moby 23.0, 24.0 and 25.0 - temporarily skip broken test for moby < 25 Signed-off-by: Christopher Petito <chrisjpetito@gmail.com> (cherry picked from commit 6b67b95) Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Signed-off-by: Christopher Petito <chrisjpetito@gmail.com> (cherry picked from commit 69ed658) Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
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 freeto 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.
backport: update CI #4839
backport: testenv: Add DaemonAPIVersion helper #4873
supersedes / closesgha: update runners to Ubuntu 22.04 #4793
supersedes / closese2e: update engine version #3128
supersedes / closesci/e2e: Run e2e for 24.0 and 25.0 engine #4822
- What I did
ubuntu-22.0423-dind,24-dindand25-dindversions of the engine- How I did it
magic
- How to verify it
CI tests are green
- A picture of a cute animal (not mandatory but encouraged)
TBD