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

Conversation

Callisto13
Copy link
Member

@Callisto13 Callisto13 commented Feb 23, 2022

Pin firecracker to v0.25.2-macvtap for e2e tests.

Can be undone after #390


Previously we were writing "discard_blocks": "true" with true as a
string in the containerd config generated for the tests.
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.

Closes #400

@Callisto13 Callisto13 added kind/bug Something isn't working area/testing Indicates an issue related to test labels Feb 23, 2022
@codecov-commenter
Copy link

codecov-commenter commented Feb 23, 2022

Codecov Report

Merging #401 (870a694) into main (8032d3f) will increase coverage by 0.03%.
The diff coverage is n/a.

❗ Current head 870a694 differs from pull request most recent head d270158. Consider uploading reports for the commit d270158 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #401      +/-   ##
==========================================
+ Coverage   56.89%   56.93%   +0.03%     
==========================================
  Files          52       52              
  Lines        2626     2626              
==========================================
+ Hits         1494     1495       +1     
+ Misses       1005     1003       -2     
- Partials      127      128       +1     
Impacted Files Coverage Δ
pkg/process/process.go 37.73% <0.00%> (-1.89%) ⬇️
infrastructure/containerd/event_service.go 59.64% <0.00%> (+3.50%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8032d3f...d270158. Read the comment docs.

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 Callisto13 changed the title Fix containerd test config path Pin firecracker to v0.25.2-macvtap for nightly e2es Feb 23, 2022
@Callisto13 Callisto13 merged commit 194618b into liquidmetal-dev:main Feb 23, 2022
@Callisto13 Callisto13 deleted the fix-ctrd-test-path branch February 23, 2022 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing Indicates an issue related to test kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pin flintlock and containerd in e2e tests
3 participants