Commit Graph

7 Commits

Author SHA1 Message Date
Andrey Smirnov
a48c1dbe89 chore: use qemu instead of firecracker in CI
qemu opens up a bunch of possibilities, including the bootloader
testing.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
2020-07-30 22:43:16 +03:00
Andrey Smirnov
26317071b6 chore: really mount /tmp in CI as tmpfs
This seems to be the way to do it for kube-runner.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
2020-07-30 17:38:08 +03:00
Andrey Smirnov
b33c6b7b74 chore: mount /tmp in CI to the build steps
This should help with I/O contention during the build as our disks are
not that performant.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
2020-07-30 06:06:35 -07:00
Andrew Rynhard
6f5d24cc3d chore: add release notes
This ensures that releases have notes.

Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
2020-07-28 14:14:33 -07:00
Andrey Smirnov
76c44ac468 test: remove apid load balancer for firecracker
We're not using load balancer for `apid` (always using client-side load
balancing), so we can remove this safely.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
2020-07-28 20:21:21 +03:00
Andrey Smirnov
564111d9d5 chore: use outer docker as buildkit instance
This should provide caching for the builds.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
2020-07-27 13:55:29 -07:00
Andrew Rynhard
1f31d24e55 chore: use Kubernetes pipelines
This moves to using Kubernetes pipelines.

Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
2020-07-27 12:09:53 -07:00