1
0
Commit Graph

1209 Commits

Author SHA1 Message Date
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
e633fd2e79
feat(daemon): task groups 2024-02-26 09:48:00 +00:00
2b4db95166
feat(daemon): parallel execution 2024-02-25 18:19:48 +00:00
6a9bfb503f
refactor: set qemu default values as constants 2024-02-25 18:02:39 +00:00
29f4821320
feat: add watch flag 2024-02-25 18:02:03 +00:00
bb8344958e
ci: rename logs 2024-02-22 13:46:03 +00:00
2c66dbc736
docs: add .readthedocs.yaml 2024-02-22 13:06:05 +00:00
cc43cbcc2d
Revert "ci: remove setup.sh"
This reverts commit e203229f00.
2024-02-22 10:33:50 +00:00
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
335eeb5ed5
fix: load local archive 2024-02-21 22:52:38 +00:00
8812cb4293
feat: allow amended commits 2024-02-21 22:48:39 +00:00