1
0
Commit Graph

228 Commits

Author SHA1 Message Date
e203229f00
ci: remove setup.sh 2024-02-22 10:19:02 +00:00
7b7c01ac8a
ci: deps 2024-02-22 10:01:01 +00:00
247f0f90ed
ci: build cache 2024-02-22 09:58:49 +00:00
b1dc739cfa
ci: 8 threads; 128 kernels 2024-02-22 08:56:30 +00:00
9727c7863c
ci: bump ssh-agent version 2024-02-21 22:52:54 +00:00
4a1422e010
ci: use the latest podman 2024-02-21 18:43:32 +00:00
d733cde2ae
feat: prebuilt containers 2024-02-21 14:55:04 +00:00
8a4ce9909b
ci: upload images only after test success 2024-02-21 14:05:47 +00:00
6bda2344c9
ci: prune docker 2024-02-21 12:53:16 +00:00
30e0e5f554
fix: correct output path 2024-02-21 12:38:29 +00:00
fcd559124d
ci: maximize build space 2024-02-21 12:35:51 +00:00
4e01c719a0
ci: PATH 2024-02-21 12:30:32 +00:00
3c6a2eab32
ci: yaml 2024-02-21 12:17:25 +00:00
a8066428f8
feat: save container images 2024-02-21 12:11:57 +00:00
94d0cf1ae4
ci: yaml 2024-02-21 11:51:30 +00:00
987be594a4
ci: yaml 2024-02-21 11:46:46 +00:00
8aa5391a25
ci: add ssh key 2024-02-21 11:42:30 +00:00
ee232dc54a
ci: maximize build space 2024-02-21 02:11:52 +00:00
375844e2cd
ci(qemu): set timeouts 2024-02-20 22:50:58 +00:00
bdeb395dd9
ci: upload-artifact v3 -> v4 2024-02-20 15:09:58 +00:00
f8e5d29722
ci: increase timeout to 20 minutes 2023-06-18 14:02:02 +00:00
8516ff9e91
ci: include internal errors in status 2023-06-18 11:47:02 +00:00
cfc6c1928f
ci: add opensuse 12 to matrix 2023-06-17 13:26:11 +00:00
6d725d3581
ci: free more disk space 2023-06-17 12:47:12 +00:00
0c16dc02dc
feat: support for openSUSE 13 2023-06-17 08:46:20 +00:00
a6944050cc
feat: implement openSUSE 42+ support 2023-06-15 16:30:12 +00:00
b0b19d87ca
feat: add flag to count internal errors as part of the success rate 2023-06-01 14:19:20 +00:00
c54616594c
ci: use vm with the latest cpu 2023-06-01 14:19:14 +00:00
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