|
79037d61ec
|
feat: add support for blocklisting kernels
|
2023-06-02 09:52:17 +00:00 |
|
|
b0b19d87ca
|
feat: add flag to count internal errors as part of the success rate
|
2023-06-01 14:19:20 +00:00 |
|
|
6d6ee135cd
|
feat: make qemu cpu model/flags configurable
|
2023-06-01 14:19:17 +00:00 |
|
|
c7bc206ad8
|
feat: add error counters output
|
2023-06-01 14:19:16 +00:00 |
|
|
75d740b22b
|
feat: sleep one second for the first threads
|
2023-05-30 21:04:06 +00:00 |
|
|
8f39b502a4
|
refactor: rename
|
2023-05-30 20:55:23 +00:00 |
|
|
916acc9895
|
feat: add timeout for first threads
|
2023-05-30 20:52:41 +00:00 |
|
|
2f9b5d615b
|
feat: add qemu start up time before ssh and test duration logs
|
2023-05-30 20:37:02 +00:00 |
|
|
4fa8c2c02b
|
feat: always show script
|
2023-05-25 12:04:29 +00:00 |
|
|
301e2fde1a
|
fix: set internal error on module scp connection refused
|
2023-05-25 11:04:30 +00:00 |
|
|
6db5ffc8c2
|
fix: correct success rate
|
2023-05-25 10:02:45 +00:00 |
|
|
7806a774e4
|
feat: add internal error to log database
|
2023-05-24 22:46:04 +00:00 |
|
|
b8058bffb0
|
feat: exclude internal errors from success rate
|
2023-05-24 18:44:14 +00:00 |
|
|
2c2124bdb0
|
refactor: merge guess with when no kernels defined
|
2023-05-24 15:46:58 +00:00 |
|
|
c1fceb6ce6
|
fix: use kernel version (same as uname -r) for /lib/modules path
|
2023-05-24 10:01:25 +00:00 |
|
|
c1ec4add81
|
refactor: move kernelinfo to distro module
|
2023-05-23 21:33:50 +00:00 |
|
|
c6e06d8e3e
|
feat: multiple commands to run in container
|
2023-05-23 20:46:09 +00:00 |
|
|
fa5d0adb39
|
feat: implement global docker timeout
|
2023-05-22 14:41:00 +00:00 |
|
|
ba03d4a049
|
feat: use all available kernels in case of no targets defined
|
2023-05-21 14:40:24 +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 |
|
|
d551cc8fc4
|
refactor: use the same name as in config
|
2023-05-18 18:27:51 +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 |
|
|
bcf8de336f
|
feat!: introduce new distribution structure
BREAKING CHANGE: distro definition in the configuration files has switched
from
[[supported_kernels]]
distro_type = "Ubuntu"
distro_release = "16.04"
...
to
[[supported_kernels]]
distro = { id = "Ubuntu", release = "16.04" }
...
|
2023-05-18 16:07:24 +00:00 |
|
|
304bb74ecf
|
fix: keep target with random name
|
2023-05-17 16:55:22 +00:00 |
|
|
6df94d7e15
|
feat: add distro type/release to target name
|
2023-05-17 12:58:14 +00:00 |
|
|
1b2d636410
|
feat: introduce kernel version
|
2023-05-14 22:00:29 +00:00 |
|
|
de5ebd6455
|
feat: mount container volumes based on kernel info
|
2023-05-14 21:39:41 +00:00 |
|
|
7cf1bbd194
|
refactor: remove global temporary directory base
|
2023-05-13 11:32:29 +00:00 |
|
|
ebc597ff0b
|
refactor: move container functions to submodule
|
2023-05-13 10:14:45 +00:00 |
|
|
da5797766b
|
refactor: move fs-related functions to submodule
|
2023-05-13 09:17:57 +00:00 |
|
|
e291352925
|
Sync
|
2023-05-08 22:31:46 +00:00 |
|
|
c14c5989a4
|
Flag to override rootfs image
|
2023-05-08 22:21:28 +00:00 |
|
|
3677adece9
|
Implements the parameter to specify an endless stress script
|
2023-05-08 22:01:10 +00:00 |
|
|
ca95155ce0
|
endless: exit on first error
|
2023-05-08 21:36:25 +00:00 |
|
|
1a1afce4f2
|
Implements endless tests
|
2023-05-08 21:19:06 +00:00 |
|
|
17a70fdb2d
|
Add option for timeout after starting of the qemu vm before tests
|
2023-05-08 19:56:10 +00:00 |
|
|
8ec4f13364
|
Lower log level for debug output
|
2023-05-08 19:18:49 +00:00 |
|
|
7b94053376
|
Avoid use of external scp command
|
2023-05-07 18:14:59 +00:00 |
|
|
0e08d87a64
|
Fix check whether vm is alive
|
2023-05-07 16:05:11 +00:00 |
|
|
734240500b
|
Revert "Ensure log file is available for VM status check"
This reverts commit 8c1024b36c .
|
2023-05-07 16:03:28 +00:00 |
|
|
8c1024b36c
|
Ensure log file is available for VM status check
|
2023-05-07 15:59:45 +00:00 |
|
|
ababd027f9
|
Revert "Do not close log file immediately"
This reverts commit e8a446ec76 .
|
2023-05-07 15:46:54 +00:00 |
|
|
e8a446ec76
|
Do not close log file immediately
|
2023-05-07 14:54:36 +00:00 |
|
|
de3f361e51
|
Remove colors from the cwd logs
|
2023-05-02 17:40:28 +00:00 |
|
|
8279517ecf
|
Do not show distro type/release and kernel version in cwd logs
|
2023-05-02 12:38:06 +00:00 |
|
|
4f80122039
|
Implements per-test logging to the current working directory
|
2023-05-02 11:10:57 +00:00 |
|
|
249f11d059
|
Do not exit copying error, skip
|
2023-05-01 14:52:16 +00:00 |
|
|
b1f5a36a32
|
Improve logging
|
2023-05-01 14:51:58 +00:00 |
|
|
056e38698e
|
Use single temp directory base
|
2023-04-07 16:44:21 +00:00 |
|
|
5ce73d2fc5
|
Add stdout trace for sh commands
|
2023-04-06 18:14:24 +00:00 |
|