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

[25.0 backport] update CI #4915

Merged
merged 3 commits into from
Mar 5, 2024
Merged

[25.0 backport] update CI #4915

merged 3 commits into from
Mar 5, 2024

Commits on Mar 5, 2024

  1. testenv: Add DaemonAPIVersion helper

    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>
    vvoland committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    592c146 View commit details
    Browse the repository at this point in the history
  2. Update gha runners and engines used in e2e tests

    - 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>
    krissetto authored and vvoland committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    5a942fa View commit details
    Browse the repository at this point in the history
  3. Cleanup of dockerfiles, compose files and env vars

    Signed-off-by: Christopher Petito <chrisjpetito@gmail.com>
    (cherry picked from commit 69ed658)
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    krissetto authored and vvoland committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    956d15c View commit details
    Browse the repository at this point in the history