1
0
Commit Graph

15 Commits

Author SHA1 Message Date
c1ec4add81
refactor: move kernelinfo to distro module 2023-05-23 21:33:50 +00:00
31b0945a15
fix: use the default config dirs provider 2023-05-21 20:31:47 +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
6939d64226
fix: continue in case of no/wrong preload .out-of-tree.toml 2023-05-18 16:43:15 +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
7cf1bbd194
refactor: remove global temporary directory base 2023-05-13 11:32:29 +00:00
da5797766b
refactor: move fs-related functions to submodule 2023-05-13 09:17:57 +00:00
4f80122039
Implements per-test logging to the current working directory 2023-05-02 11:10:57 +00:00
056e38698e
Use single temp directory base 2023-04-07 16:44:21 +00:00
8bffea0aea
Switch to zerolog 2023-03-18 21:30:07 +00:00
09feffb6a8
Treat test files as relative to build directory 2023-02-16 10:46:24 +00:00
2f52f6db6d
Refactor command line interface 2023-01-31 07:13:33 +00:00
22a8e32e2c
Implements modules preload list 2020-06-14 20:14:59 +00:00