File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 12
12
# permissions and limitations under the License.
13
13
14
14
steps :
15
+ - label : ' :ec2: environment'
16
+ command :
17
+ - uname -a
18
+ - go version
19
+
15
20
- label : ' :go: go mod download'
16
21
command : ' go mod download'
17
22
agents :
Original file line number Diff line number Diff line change @@ -43,3 +43,17 @@ following:
43
43
1 . Update ` client/swagger.yaml `
44
44
3 . Run ` go generate `
45
45
4 . Figure out what broke and fix it.
46
+
47
+ Continuous Integration
48
+ ---
49
+
50
+ To access ` /dev/kvm ` , we are using [ BuildKite] ( https://buildkite.com/ ) and
51
+ Amazon EC2 Bare Metal Instances.
52
+
53
+ The instance is pre-configured to have
54
+
55
+ - firecracker and jailer under /usr/local/bin.
56
+ Both of them are currently v0.17.0 and built with
57
+ ` cargo build --features vsock --release ` to enable vsock support
58
+ - vmlinux.bin from
59
+ https://s3.amazonaws.com/spec.ccfc.min/img/hello/kernel/hello-vmlinux.bin
You can’t perform that action at this time.
0 commit comments