1
0
Commit Graph

1223 Commits

Author SHA1 Message Date
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
8437d61df7
ci: 8 threads; 64 kernels 2024-05-23 11:22:12 +00:00
12e269cfc1
fix(cli): display test log for all artifact types 2024-05-23 08:58:14 +00:00
61e3e6d5e8
ci: run e2e tests on master and dev branches only 2024-05-23 08:31:34 +00:00
79706099ec
ci: 8 threads; 96 kernels 2024-05-23 08:11:12 +00:00
793ac0071d
feat: ubuntu 24.04 2024-05-22 21:14:38 +00:00
a79ea1905a
feat: explicit list of source files 2024-05-11 14:48:23 +00:00
331876127a
feat(api): job description 2024-05-11 14:42:44 +00:00
ee1262e983
fix: re-tagging podman-generated images 2024-05-11 11:10:09 +00:00
e51a528838
ci: pin macOS-12 2024-05-11 11:09:08 +00:00
fc193afe92
refactor(daemon): switch to gob encoding 2024-02-28 03:04:38 +00:00
1c8e1d068b
feat(daemon): query jobs by update time 2024-02-28 01:51:45 +00:00
c909c2a352
feat(daemon): timestamps 2024-02-27 02:00:07 +00:00