21483 Commits

Author SHA1 Message Date
Sayan Chowdhury
d5a9eea368
x11-drivers/nvidia-drivers: Updates to 525.105.17
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
2023-04-24 20:41:53 +05:30
Mathieu Tortuyaux
ef6193dcb6
Merge pull request #733 from flatcar/mantle-update-flatcar-3549
Upgrade mantle container image to latest HEAD in flatcar-3549
2023-04-24 08:52:56 +02:00
Flatcar Buildbot
ffe50dc3df Update mantle container image to latest HEAD 2023-04-24 06:49:56 +00:00
flatcar-ci
0eb6ac3861 New version: beta-3549.1.0-nightly-20230421-2100 2023-04-21 21:00:24 +00:00
Mathieu Tortuyaux
21c51c3abc
Merge pull request #725 from flatcar/tormath1/beta-baselayout-3549
sys-apps/baselayout: bump revision
2023-04-21 10:01:00 +02:00
Mathieu Tortuyaux
5dc92ed9da
sys-apps/baselayout: bump revision
let's bump it for main branch and backport branch to stay consistent.
this has to be backported to flatcar-3459

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-04-20 18:46:17 +02:00
flatcar-ci
2f590ba4f1 New version: beta-3549.1.0-nightly-20230419-2100 2023-04-19 21:00:24 +00:00
Mathieu Tortuyaux
522aea5b26
Merge pull request #712 from flatcar/mantle-update-flatcar-3549
Upgrade mantle container image to latest HEAD in flatcar-3549
2023-04-19 09:29:36 +02:00
Flatcar Buildbot
b763e67cce Update mantle container image to latest HEAD 2023-04-18 09:39:59 +00:00
flatcar-ci
f9d9c1160b New version: beta-3549.1.0-nightly-20230417-2100 2023-04-17 21:00:24 +00:00
Thilo Fromm
bebffff69b
Merge pull request #705 from flatcar/t-lo/merge-submodules-to-paths-flatcar-3549
Merge submodules to paths flatcar 3549
2023-04-17 17:07:48 +02:00
Thilo Fromm
338087e985 scripts, CI, workflows: remove submodule handling (flatcar-3549) 2023-04-13 11:46:11 +02:00
Thilo Fromm
ff96b58557 sdk_container/src/third_party/portage-stable : merge contents of version flatcar-3549 2023-04-13 11:43:23 +02:00
Thilo Fromm
d436211eaf sdk_container/src/third_party/coreos-overlay : merge contents of version flatcar-3549 2023-04-13 11:42:21 +02:00
Thilo Fromm
10c3fbd3d0 remove submodules 2023-04-13 11:41:54 +02:00
Sayan Chowdhury
65def8f8ee
New version: beta-3549.1.0 beta-3549.1.0 2023-04-13 07:07:46 +05:30
flatcar-ci
ca37a1348a New version: alpha-3549.0.0-nightly-20230412-2100 2023-04-12 21:00:37 +00:00
Dongsu Park
95d8deb795 Merge pull request #2568 from flatcar/linux-5.15.106-flatcar-3549
Upgrade Linux Kernel for flatcar-3549 from 5.15.103 to 5.15.106
2023-04-12 11:57:49 +02:00
flatcar-ci
357d74ab08 New version: alpha-3549.0.0-nightly-20230411-2100 2023-04-11 21:00:32 +00:00
Flatcar Buildbot
a43d70c14a sys-kernel: Upgrade Kernel 5.15.103 to 5.15.106 2023-04-06 07:16:09 +00:00
flatcar-ci
63f789806c New version: alpha-3549.0.0-nightly-20230405-2100 2023-04-05 21:00:31 +00:00
flatcar-ci
ec5d69419d New version: alpha-3549.0.0-nightly-20230404-2100 2023-04-04 21:00:28 +00:00
Kai Lueke
d4bdba4cb3 Merge pull request #2558 from flatcar/coreos-overlay
Use tmpfiles to set up /var/log/journal/ from initrd
2023-04-05 00:48:40 +09:00
Kai Lueke
fe700e952d 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:48:40 +09:00
Kai Lueke
ca72fdc761 Merge pull request #2553 from flatcar/coreos-overlay
sys-kernel/bootengine: fix journalctl --user issue
2023-04-05 00:48:25 +09:00
Mathieu Tortuyaux
6f5c5d8595 changelog: add entry
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-04-05 00:48:25 +09:00
Mathieu Tortuyaux
622fd5ac17 sys-kernel/bootengine: fix journalctl --user issue
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-04-05 00:48:25 +09:00
flatcar-ci
59e449a84c New version: alpha-3549.0.0-nightly-20230331-2100 2023-03-31 21:00:41 +00:00
Thilo Fromm
1784969919 Merge pull request #700 from flatcar/scripts
run-kola-tests.yaml: fix path of PR comment file
2023-03-31 12:26:24 +02:00
Thilo Fromm
40f39c6b48 run-kola-tests.yaml: fix path of PR comment file
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-03-31 12:26:23 +02:00
Kai Lueke
646ac18764 Merge pull request #698 from flatcar/scripts
Drop more tmpfiles rules that cause /etc upcopies
2023-03-31 16:53:22 +09:00
Kai Lueke
5419af340d 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 16:53:22 +09:00
flatcar-ci
6a510b037c New version: alpha-3549.0.0-nightly-20230330-2100 2023-03-30 21:00:32 +00:00
Thilo Fromm
0b16ed6cb0 Merge pull request #696 from flatcar/scripts
Github Actions CI: streamline build, export all artifacts required by testing, improve testing
2023-03-30 13:46:11 +02:00
Thilo Fromm
d2868b874f run-kola-tests.yaml: test report merge job
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-03-30 13:45:52 +02:00
Thilo Fromm
5df0491def 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-30 13:45:52 +02:00
Thilo Fromm
6213e7448f run-kola-tests.yaml: fix test-summary TAP formatting
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-03-30 13:45:52 +02:00
Thilo Fromm
4b976d7379 run-kola-tests: improve test results archive globs
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-03-30 13:45:52 +02:00
Thilo Fromm
3d4c0cb407 .yaml: use HEAD commit ref for PR builds
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-03-30 13:45:52 +02:00
Thilo Fromm
715116fb26 ci.yaml: extract + upload build logs also on failure
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-03-30 13:45:52 +02:00
Thilo Fromm
030afceae8 dispatch-kola-tests.yaml: Elaborated comments on inputs 2023-03-30 13:45:51 +02:00
Thilo Fromm
5db7ef851b ci.yaml: run only when ready and / or review requested 2023-03-30 13:45:51 +02:00
Thilo Fromm
2b02f8197f 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-30 13:45:51 +02:00
Thilo Fromm
e3fa6b736d 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-30 13:45:05 +02:00
flatcar-ci
3b0880b263 New version: alpha-3549.0.0-nightly-20230328-2100 2023-03-28 21:00:26 +00:00
flatcar-ci
4ccfe49ed3 New version: alpha-3549.0.0-nightly-20230327-2100 2023-03-27 21:00:25 +00:00
Thilo Fromm
5e392a4370 Merge pull request #2552 from flatcar/coreos-overlay
emerge-gitclone: bump to include support for git ref versions
2023-03-27 08:36:45 +02:00
Thilo Fromm
d1024405ab emerge-gitclone: bump to include support for git ref versions
This change bumps the CROS_WORKON_COMMIT of emerge-gitclone to include
the latest flatcar-master tip. emerge-gitclone now supports developer OS
versions and uses the version's git ref suffix to check out the correct
scripts repo version.

See
401e84df7b
for details.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-03-27 08:36:45 +02:00
flatcar-ci
81b81db64a New version: alpha-3549.0.0-nightly-20230321-2100 2023-03-21 21:00:33 +00:00
Sayan Chowdhury
d840a739b5
New version: alpha-3549.0.0 alpha-3549.0.0 2023-03-20 21:00:25 +05:30