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

CI: update engine versions and Jenkins labels #3137

Merged
merged 3 commits into from
Jun 15, 2021

Commits on Jun 15, 2021

  1. Jenkinsfile: update labels to prevent running on cgroups v2

    The dind engine version that we use in e2e does not support cgroups v2,
    so if we landed on an Ubuntu 20.04 node with cgroups v2 enabled, CI failed:
    
        Stderr:   Error response from daemon: cgroups: cgroup mountpoint does not exist: unknown
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    2849437 View commit details
    Browse the repository at this point in the history
  2. Jenkinsfile: update old engine version to 19.03

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    661b87a View commit details
    Browse the repository at this point in the history
  3. circleCI: update docker engine to 20.10.6

    20.10.6 looks to be the latest supported version:
    https://circleci.com/docs/2.0/building-docker-images/#docker-version
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    c6cd049 View commit details
    Browse the repository at this point in the history