Skip to content

Commit

Permalink
Merge pull request firecracker-microvm#254 from kzys/v0220
Browse files Browse the repository at this point in the history
Support Firecracker v0.22.0
  • Loading branch information
kzys authored Aug 11, 2020
2 parents d93b040 + 6ea722e commit ee1e7c4
Show file tree
Hide file tree
Showing 17 changed files with 71 additions and 1,610 deletions.
4 changes: 0 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ steps:
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
distro: "${BUILDKITE_AGENT_META_DATA_DISTRO}"
hostname: "${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
soft_fail:
- exit_status: "*"

- label: ':hammer: root tests'
commands:
Expand All @@ -101,8 +99,6 @@ steps:
queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
distro: "${BUILDKITE_AGENT_META_DATA_DISTRO}"
hostname: "${BUILDKITE_AGENT_META_DATA_HOSTNAME}"
soft_fail:
- exit_status: "*"

- label: ':hammer: test against firecracker master'
env:
Expand Down
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ GID = $(shell id -g)

# The below files are needed and can be downloaded from the internet
testdata_objects = testdata/vmlinux testdata/root-drive.img testdata/firecracker testdata/jailer
firecracker_version = v0.22.0

# --location is needed to follow redirects on github.com
curl = curl --location
Expand Down Expand Up @@ -58,11 +59,11 @@ testdata/vmlinux:
$(curl) -o $@ https://s3.amazonaws.com/spec.ccfc.min/img/hello/kernel/hello-vmlinux.bin

testdata/firecracker:
$(curl) -o $@ https://github.com/firecracker-microvm/firecracker/releases/download/v0.21.1/firecracker-v0.21.1-x86_64
$(curl) -o $@ https://github.com/firecracker-microvm/firecracker/releases/download/$(firecracker_version)/firecracker-$(firecracker_version)-x86_64
chmod +x $@

testdata/jailer:
$(curl) -o $@ https://github.com/firecracker-microvm/firecracker/releases/download/v0.21.1/jailer-v0.21.1-x86_64
$(curl) -o $@ https://github.com/firecracker-microvm/firecracker/releases/download/$(firecracker_version)/jailer-$(firecracker_version)-x86_64
chmod +x $@

testdata/root-drive.img:
Expand Down
3 changes: 0 additions & 3 deletions client/models/machine_configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

150 changes: 0 additions & 150 deletions client/models/snapshot_create_params.go

This file was deleted.

97 changes: 0 additions & 97 deletions client/models/snapshot_load_params.go

This file was deleted.

Loading

0 comments on commit ee1e7c4

Please sign in to comment.