1
0
Commit Graph

1235 Commits

Author SHA1 Message Date
8999a65f4e
ci: archive logs 2024-10-17 22:06:55 +00:00
426bd3864a
ci: generate CentOS images 2024-10-17 22:03:01 +00:00
e6ae8a9c2f
fix(qemu images): set centos 7 repos 2024-10-17 21:59:49 +00:00
82e03b79fc
fix(qemu images): add appstream repo for OracleLinux 2024-10-17 21:19:42 +00:00
081b534bd2
ci: update ssh keys 2024-10-17 19:10:28 +00:00
eb04c74c1b
fix(qemu images): fix sources.list 2024-10-17 18:24:41 +00:00
8f34ec0be0
fix(qemu images): use apt-get 2024-10-17 18:13:55 +00:00
2daa111196
feat(qemu images): generate all ubuntu images 2024-10-17 18:05:01 +00:00
48854bf40d
ci(qemu images): bump version for newly generated images 2024-10-17 17:52:40 +00:00
8d0941b406
ci: wait for cloud-init to finish 2024-10-17 17:50:08 +00:00
bd0160aa85
ci: rename images-related workflows 2024-10-17 17:24:42 +00:00
1a0578c541
fix(qemu images): set sshd UseDNS=no 2024-10-17 17:20:46 +00:00
2df0d81782
fix(container): prevent base image pull for non-registry containers 2024-10-17 12:28:53 +00:00
77547cedce
fix(client): set push.default=current for git 2024-10-09 18:57:25 +00:00
24ec99bacd
feat: more logs by default 2024-10-09 18:54:25 +00:00
354b1cbedd
ci: set timeout to 5m 2024-10-09 18:52:31 +00:00
e96cfac95c
fix: use text ok/fail in log query 2024-10-09 09:54:23 +00:00
9bb15afa21
fix: disable multithreading when realtime output is enabled 2024-10-09 09:38:05 +00:00
27abdc3687
fix: do not print output on error if real-time output is enabled 2024-10-09 09:17:21 +00:00
c53e0cc99b
fix: trim control commands from qemu logs 2024-10-08 22:36:12 +00:00
ef4a9364a1
docs: update examples 2024-10-08 15:03:44 +00:00
0bc66ec025
docs: remove outdated screenshot 2024-10-08 14:59:10 +00:00
1814fe1144
ci: set timeout to 3m 2024-10-08 14:54:23 +00:00
77442a31b1
feat: retry on internal error 2024-10-08 14:50:47 +00:00
4e3313b6db
feat: parameter to write per-run logs to directory 2024-10-08 12:01:53 +00:00
287ef19530
fix: pass container by pointer to allow changing logs 2024-10-08 12:01:35 +00:00
5bb4e3ff45
feat: realtime output 2024-10-08 08:43:37 +00:00
fee3b44c6e
feat: parameter to display the output of successful stages 2024-10-07 20:59:16 +00:00
a852e2d9e9
feat: show relevant qemu output 2024-10-07 20:40:58 +00:00
7cb5877fd0
refactor: logs 2024-10-07 16:47:39 +00:00
b32c097446
feat!: harmonise distro/release/kernel parameters across commands
BREAKING CHANGE: Parameters for the kernel command are changed

from

--distro= --ver= --kernel=

to

--distro-id= --distro-release= --kernel-regex=
2024-10-07 14:53:10 +00:00
77aecc7548
fix: make build errors easier to read 2024-10-07 13:31:02 +00:00
20cd32243d
feat!: replace filtering of containers by name to distro/release 2024-10-06 17:01:31 +00:00
a7ecc354a9
feat!: prepend/append commands to dockerfile
BREAKING CHANGE: Command definition in the configuration has been changed

from

[[docker.commands]]
distro = { id = "Ubuntu" }
command = "echo runs before the base layer"

to

[[docker.commands.prepend]]
distro = { id = "Ubuntu" }
command = "echo runs before the base layer"
2024-10-06 16:11:29 +00:00
cba1abc7f4
feat: command for the update of containers 2024-10-06 15:49:19 +00:00
3f0c28014c
feat: add command aliases 2024-10-06 15:34:14 +00:00
c3c97c3828
fix: untag duplicate image in case of docker 2024-10-06 15:33:35 +00:00
cdfa480479
feat: parameters to specify kernel/distro for debug/test 2024-10-06 00:30:44 +00:00
ad5254ded3
feat: show qemu/docker timeouts at tests startup 2024-10-05 20:36:17 +00:00
c3e5a138b4
fix: do not change default global timeouts with command line params 2024-10-05 20:35:44 +00:00
5fcc874985
fix: qemu timeout priorities 2024-10-05 20:28:48 +00:00
b626012591
fix: make sure all default CentOS repos are disabled 2024-10-05 19:37:15 +00:00
51158fae47
fix: add centos repo names 2024-10-05 17:56:19 +00:00
e76b63f392
ci: perform weekly testing 2024-10-05 17:33:41 +00:00
7b3c927313
fix: remove mirror.centos.org 2024-10-05 17:20:52 +00:00
01b9c2e9f2
feat: disable network in containers during build 2024-10-05 17:08:53 +00:00
f33ff25708
fix: avoid rebuild of prebuilt containers 2024-06-06 14:38:24 +00:00
9b379eded8
feat!: rename option for using pre-built containers 2024-06-06 13:02:27 +00:00
d3a575e5e3
fix: containers update 2024-06-06 12:59:04 +00:00
75dd8f4a51
refactor: logs 2024-05-23 11:22:13 +00:00