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

Pin firecracker to v0.25.2-macvtap for nightly e2es #401

Merged
merged 2 commits into from
Feb 23, 2022

Commits on Feb 23, 2022

  1. Fix containerd config toml

    Previously we were writing `"discard_blocks":  "true"` with `true` as a
    string. In recent containerds they are being more strict on type, so
    now we set it as a bool.
    
    Also I accidentally messed up the path, and did some weird things with other
    vars. Now the containerd config file is written to
    `/etc/containerd/config-e2e.toml`
    not `/etc/containerd/config-e2e.toml/config-e2e.toml`.
    Callisto13 committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    65c3b9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d270158 View commit details
    Browse the repository at this point in the history