Commit Graph

22070 Commits

Author SHA1 Message Date
Krzesimir Nowak
bf181a904e Merge pull request #435 from flatcar/krnowak/package-updates-job-update
.github: Update package updates action
2023-04-05 08:25:26 +02:00
Kai Lüke
4e976d007b Merge pull request #2565 from flatcar/kai/flatcar-reset-backup
coreos-base/coreos-init: Add preview/backup/restore to flatcar-reset
2023-04-05 07:44:48 +02:00
Kai Lüke
db4b1a0be8 Merge pull request #2558 from flatcar/kai/var-setup
Use tmpfiles to set up /var/log/journal/ from initrd
2023-04-04 17:46:24 +02:00
Kai Lueke
a59c004693 Use tmpfiles to set up /var/log/journal/ from initrd
This pulls in https://github.com/flatcar/bootengine/pull/60
and https://github.com/flatcar/baselayout/pull/29
to fix the persisting of the journal on first boot.
2023-04-05 00:46:07 +09:00
Kai Lueke
02ed377807 coreos-base/coreos-init: Add preview/backup/restore to flatcar-reset
This pulls in https://github.com/flatcar/init/pull/94
to prevent data loss by having a preview mode and a backup/restore
option.
2023-04-05 00:12:30 +09:00
Krzesimir Nowak
460fa1bef7 Merge pull request #433 from flatcar/buildbot/weekly-package-updates-2023-03-27
Weekly package updates 2023-03-27
2023-04-04 09:44:07 +02:00
Krzesimir Nowak
5ded4cc88e Merge pull request #2554 from flatcar/krnowak/weekly
Changes for weekly updates 27.03.2023
2023-04-04 09:44:07 +02:00
Thilo Fromm
ee0c51167b
Merge pull request #700 from flatcar/t-lo/fix-PR-test-reports
run-kola-tests.yaml: fix path of PR comment file
2023-03-31 12:22:48 +02:00
Thilo Fromm
ce2bf9bb75 run-kola-tests.yaml: fix path of PR comment file
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-03-31 10:04:48 +02:00
Kai Lüke
9e411fb6cf
Merge pull request #698 from flatcar/kai/upcopies
Drop more tmpfiles rules that cause /etc upcopies
2023-03-31 09:52:42 +02:00
Kai Lueke
54958b813e Drop more tmpfiles rules that cause /etc upcopies
We already drop tmpfile rules that we don't need because we ship the
files through our /etc overlay. However, some rules weren't dropped
because they used tabs and not spaces (/etc/selinux/, /etc/iscsi and
/etc/ssl/*).
Drop rule lines for /etc that use tabs. Also rules modifiers like ! to
only do it during boot or - to allow failure will be removed but those
with + or = will stay as they to explicit recreation.
2023-03-31 11:36:18 +09:00
flatcar-ci
8dfbed5a84 New version: main-3559.0.0-nightly-20230330-2100 2023-03-30 21:00:34 +00:00
Mathieu Tortuyaux
f91e85b4fc Merge pull request #2553 from flatcar/tormath1/journald
sys-kernel/bootengine: fix journalctl --user issue
2023-03-30 15:23:59 +02:00
Mathieu Tortuyaux
bc657a83ba changelog: add entry
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-03-30 14:44:54 +02:00
Mathieu Tortuyaux
51fbc89789 sys-kernel/bootengine: fix journalctl --user issue
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-03-30 14:43:15 +02:00
Thilo Fromm
a8101a6d6c
Merge pull request #696 from flatcar/t-lo/speed-up-ci-build
Github Actions CI: streamline build, export all artifacts required by testing, improve testing
2023-03-30 13:36:45 +02:00
Thilo Fromm
f8bf7fa4c7 run-kola-tests.yaml: test report merge job
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-03-30 13:07:52 +02:00
Flatcar Buildbot
cf928a0d65 app-emulation: Upgrade Runc 1.1.4 to 1.1.5 2023-03-30 07:55:47 +00:00
Thilo Fromm
f07cb5f781 tapfile_helper ff.: support TAP and Markdown output
This change adds markdown output support to tapfile helper.
tap_generate_report() has been refactored to use low-level output
functions to write tests; TAP and markdown output is supported and both
are generated by default. Also, it should be straightforward to add
other output formats by implementing the respective low level print
functions.

The markdown output is now used by run-kola-tests.yaml to generate step
output and, if run from a PR, add a comment with test results to the PR.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-03-29 21:05:47 +02:00
Krzesimir Nowak
003f8a4481 .github: Update package updates action
Create a PR as a draft. Update the body to use a template that I
usually use for package updates PRs. With these changes, stop counting
the updated packages, as we don't use this info any more.
2023-03-29 15:49:40 +02:00
Thilo Fromm
ab2000e3e4 run-kola-tests.yaml: fix test-summary TAP formatting
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-03-28 21:09:11 +02:00
Thilo Fromm
ae760903a3 run-kola-tests: improve test results archive globs
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-03-28 16:22:28 +02:00
Thilo Fromm
3653c9a8e5 [ci,run-kola-tests].yaml: use HEAD commit ref for PR builds
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-03-28 16:22:14 +02:00
Krzesimir Nowak
ae585bc17e changelog: Add entries 2023-03-28 13:03:06 +02:00
Thilo Fromm
43bbabec4b ci.yaml: extract + upload build logs also on failure
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-03-28 10:02:17 +02:00
Thilo Fromm
6f97e85590 dispatch-kola-tests.yaml: Elaborated comments on inputs 2023-03-28 10:02:17 +02:00
Thilo Fromm
54c61a046b ci.yaml: run only when ready and / or review requested 2023-03-28 10:02:17 +02:00
Thilo Fromm
27d540692f run-kola-tests.yaml: use new artifacts, local web server
This change updates the github actions kola test runner workflow to use
the new, separated artifacts produced by ci.yaml.

Further, it adds a fix for the devcontainer tests. Devcontainer and bin
packages used in the devcontainer tests are now served from a local
temporary web server.

The change also adds the qemu_update test and provides the respective
update payload.

Lastly, the tests now use a local torcx_manifest.json produced by
ci.yaml, which points to a torcx tarball also served by the local
temporary web server.
2023-03-28 10:02:17 +02:00
Thilo Fromm
28b26c87c1 ci.yaml: re-use build container, finer grained artifact upload
This change removes "docker commit" at the end of each step and instead
makes build steps re-use the build container, saving some build time.

It also makes artifact upload more granular, so build logs, images, and
dev container can be downloaded individually.

Lastly, it exports torcx tarball and binary packages as a separate
artifact each, for successive re-use in the kola tests.
2023-03-28 10:02:17 +02:00
flatcar-ci
09f5302f4d New version: main-3556.0.0-nightly-20230327-2100 2023-03-27 21:00:25 +00:00
Krzesimir Nowak
6fbbef8210 .github: Add new packages to the list 2023-03-27 18:38:28 +02:00
Krzesimir Nowak
e443212d7a profiles: Add accept keywords for app-arch/tar 2023-03-27 18:37:21 +02:00
Krzesimir Nowak
9a9e75d324 profiles: Update accept keywords for app-editors/vim-{,core} 2023-03-27 18:26:31 +02:00
Krzesimir Nowak
919a46c68c profiles: Add accept keywords for app-portage/portage-utils 2023-03-27 18:19:59 +02:00
Krzesimir Nowak
c393727ada coreos/user-patches: Drop patches for app-portage/portage-utils
We are about to update to version 0.95, which already contains these
patches.
2023-03-27 18:18:06 +02:00
Krzesimir Nowak
9eec8cb39f virtual/perl-Encode: Add from Gentoo
It's from Gentoo commit f37ce4d63a7f9d1388372a10f14f7d599dc60906.
2023-03-27 15:21:12 +02:00
Krzesimir Nowak
54d51a380f virtual/perl-Data-Dumper: Add from Gentoo
It's from Gentoo commit aa995b5a10b6cd2de47c4cea5a0b89b8d9a3a08f.
2023-03-27 15:20:58 +02:00
Krzesimir Nowak
64e1541d8b profiles: Drop accept keywords for sys-firmware/intel-microcode
It became stable for amd64. Not used in arm64.
2023-03-27 14:33:45 +02:00
Flatcar Buildbot
ab886dfb24 virtual/libcrypt: Sync with Gentoo
It's from Gentoo commit ae69460e1b30361fc27606530f4a205c723a1822.
2023-03-27 07:24:28 +00:00
Flatcar Buildbot
45db029f99 sys-fs/multipath-tools: Sync with Gentoo
It's from Gentoo commit fd7626e3647bc6b81d7b538e4b690845ff2fa32f.
2023-03-27 07:24:26 +00:00
Flatcar Buildbot
a4f38d4c0e sys-firmware/intel-microcode: Sync with Gentoo
It's from Gentoo commit c13aabef2ed599990622af47ed0ee16fe20ff859.
2023-03-27 07:24:21 +00:00
Flatcar Buildbot
c9e08a208b sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit b8f2c10a957d7dbb93174015bb692a7bab56b97f.
2023-03-27 07:24:18 +00:00
Flatcar Buildbot
8fe0b4b029 sys-devel/crossdev: Sync with Gentoo
It's from Gentoo commit d1e06321f7bdb1382288305c0314adec374a61f7.
2023-03-27 07:24:17 +00:00
Flatcar Buildbot
8d539b241b sys-devel/automake-wrapper: Sync with Gentoo
It's from Gentoo commit f6b6f84e45b5b7837f450f65c14b4324c5561e15.
2023-03-27 07:24:14 +00:00
Flatcar Buildbot
a166ff2b6f sys-devel/autoconf-wrapper: Sync with Gentoo
It's from Gentoo commit 63674f6d7a1342109ef33a54201e2e9b469e6b1d.
2023-03-27 07:24:13 +00:00
Flatcar Buildbot
0557278275 sys-apps/texinfo: Sync with Gentoo
It's from Gentoo commit cd230f48e1d915142a56850e534b3d69e9714e37.
2023-03-27 07:24:12 +00:00
Flatcar Buildbot
b935452428 sys-apps/portage: Sync with Gentoo
It's from Gentoo commit e5eface0cbc95ed300c005937f35b7da40d63d8a.
2023-03-27 07:24:12 +00:00
Flatcar Buildbot
725d71c0e4 profiles: Sync with Gentoo
It's from Gentoo commit c07171f9b11f56778cef8606138907393f2e7478.
2023-03-27 07:24:04 +00:00
Flatcar Buildbot
9fe4ee9cdf net-misc/iperf: Sync with Gentoo
It's from Gentoo commit 25c09bd142c3e133aa20fc91a684bda5431674a4.
2023-03-27 07:23:56 +00:00
Flatcar Buildbot
27514d4b88 net-misc/curl: Sync with Gentoo
It's from Gentoo commit 467268668fb1f89414b460457d80402636fb8a26.
2023-03-27 07:23:55 +00:00