|
347fcbae60
|
ci: disable kbuild refetch
|
2023-05-29 12:01:46 +00:00 |
|
|
e141f46892
|
feat: parameter to refetch kbuild
|
2023-05-29 11:48:25 +00:00 |
|
|
443d23bd67
|
feat: add update for debian release
|
2023-05-29 08:38:53 +00:00 |
|
|
a748778b72
|
ci: set kernel cache limit to 128, disable cache on packages fetch
|
2023-05-28 20:51:49 +00:00 |
|
|
487b9c520d
|
feat: add limit amount of kernels to fetch
|
2023-05-28 20:37:05 +00:00 |
|
|
4fca6b07e1
|
ci: run full e2e tests on all branches
|
2023-05-28 06:57:27 +00:00 |
|
|
5c1bd9a27d
|
ci: set kernel autogen limit to 256
|
2023-05-26 22:43:36 +00:00 |
|
|
99fea27497
|
ci: increase qemu timeout to 4 minutes
|
2023-05-26 19:20:44 +00:00 |
|
|
5e67783bb8
|
ci: modprobe xfs in case no uio/9p module
|
2023-05-25 12:12:07 +00:00 |
|
|
ad3a76320e
|
ci: try also to load 9p
|
2023-05-25 06:14:43 +00:00 |
|
|
11bf6eda38
|
ci: modprobe uio
|
2023-05-24 18:03:04 +00:00 |
|
|
3d8faafcce
|
Revert "ci: run qemu in 2 threads"
This reverts commit 2c31dd25f9 .
|
2023-05-24 17:40:13 +00:00 |
|
|
2c31dd25f9
|
ci: run qemu in 2 threads
|
2023-05-24 17:07:25 +00:00 |
|
|
f36c412250
|
ci: rename workflow
|
2023-05-24 16:53:14 +00:00 |
|
|
3dd88bac0e
|
ci: rename jobs
|
2023-05-24 16:03:10 +00:00 |
|
|
ceaacade0b
|
ci: disable selinux to allow to run from unit
|
2023-05-24 15:35:50 +00:00 |
|
|
7b9935dc13
|
ci: do full e2e tests only on master
|
2023-05-24 15:20:12 +00:00 |
|
|
4171954350
|
ci: add full e2e tests on vm
|
2023-05-24 15:17:28 +00:00 |
|
|
fe96366eba
|
feat: support Debian 12 Bookworm
|
2023-05-24 09:14:18 +00:00 |
|
|
73f5df2425
|
feat!: new kernel config structure
BREAKING CHANGE: kernel definition in the configuration files has switched
from
[[targets]]
distro = { id = "Ubuntu", release = "18.04" }
release_mask = ".*"
to
[[targets]]
distro = { id = "Ubuntu", release = "18.04" }
kernel = { regex = ".*" }
|
2023-05-18 18:48:09 +00:00 |
|
|
6385ce92e3
|
feat!: rename supported kernels to targets
BREAKING CHANGE: .out-of-tree.toml: s/[[supported_kernels]]/[[targets]]/
|
2023-05-18 18:13:09 +00:00 |
|
|
071608805e
|
ci: typo
|
2023-05-18 16:25:36 +00:00 |
|
|
80e57cb60c
|
ci: fix .out-of-tree.toml
|
2023-05-18 16:21:42 +00:00 |
|
|
5ccca6617f
|
ci: wait for the previous debian cache workflow to finish
|
2023-05-18 12:00:12 +00:00 |
|
|
0589ae25e4
|
ci: automatically cancel previous jobs on new commits
|
2023-05-18 11:59:15 +00:00 |
|
|
2a6e775b69
|
ci: disable testing with script type as redundant
|
2023-05-17 15:39:18 +00:00 |
|
|
f2e43f891a
|
ci: remove check for kvm
|
2023-05-17 13:40:54 +00:00 |
|
|
51a67db71a
|
ci: disable fail-fast for examples
|
2023-05-17 13:22:30 +00:00 |
|
|
7e3f02f3a9
|
ci: checkout first
|
2023-05-17 12:04:13 +00:00 |
|
|
360afdb05e
|
ci: 755
|
2023-05-17 12:02:16 +00:00 |
|
|
0cb9128810
|
ci: reclaim some space in runner vm
|
2023-05-17 11:59:15 +00:00 |
|
|
c3f6e90137
|
ci: fix log names
|
2023-05-17 11:42:31 +00:00 |
|
|
f1429d3e1d
|
ci: return back oracle linux to the matrix
|
2023-05-17 11:11:34 +00:00 |
|
|
eb54ec4a24
|
ci: do not run on docs/readme change
|
2023-05-17 11:09:26 +00:00 |
|
|
5d95422624
|
ci: typo
|
2023-05-17 10:36:11 +00:00 |
|
|
e95e8d299f
|
ci: rename workflows
|
2023-05-17 10:32:49 +00:00 |
|
|
3de5f5e12d
|
ci: add kernel module tests to e2e matrix
|
2023-05-17 10:24:28 +00:00 |
|
|
a68ceacb43
|
feat: parallel download of deb packages
|
2023-05-17 10:04:37 +00:00 |
|
|
74898924da
|
ci: set 60 minutes timeout for e2e test jobs
|
2023-05-17 04:18:22 +00:00 |
|
|
d27847c533
|
ci: typo
|
2023-05-16 20:25:54 +00:00 |
|
|
eec740b208
|
ci: return back to Github Actions for E2E testing
|
2023-05-16 20:13:09 +00:00 |
|
|
bd2dfe3e4e
|
ci: run debian cache at midnight, change batch size
|
2023-05-16 19:44:15 +00:00 |
|
|
6ab8f2fea1
|
ci: rename ubuntu workflow
|
2023-05-16 19:40:39 +00:00 |
|
|
e87add8e44
|
ci: remove name
|
2023-05-16 19:12:03 +00:00 |
|
|
b8d0319097
|
ci: typo
|
2023-05-16 19:11:50 +00:00 |
|
|
968c4d7363
|
ci: use bash
|
2023-05-16 19:05:32 +00:00 |
|
|
246e0efac1
|
ci: typo
|
2023-05-16 19:03:30 +00:00 |
|
|
4cc0166a92
|
ci: install less packages, add symlink for qemu
|
2023-05-16 18:59:00 +00:00 |
|
|
87e9790f79
|
ci: switch to root
|
2023-05-16 18:54:59 +00:00 |
|
|
2af2692a66
|
ci: correct directory
|
2023-05-16 18:50:39 +00:00 |
|