164 Commits

Author SHA1 Message Date
Krzesimir Nowak
9cc998d099 .github: Add app-text/mandoc to automation 2023-12-07 15:41:55 +01:00
Krzesimir Nowak
29a38e14e9 .github: Drop sys-cluster/ipvsadm from automation 2023-12-07 12:58:40 +01:00
Krzesimir Nowak
186ee9bfb2 .github: Add packages to automation 2023-12-07 12:58:40 +01:00
Krzesimir Nowak
9b63891ef2
Merge pull request #1394 from flatcar/krnowak/net-libs-automation
Add net-libs packages under automation
2023-12-07 12:55:26 +01:00
Krzesimir Nowak
a39e53aed3 .github/ci: Install python3-packaging package
show-fixed-kernel-cves.py script from flatcar-build-scripts requires
this package:

Traceback (most recent call last):
  File "/home/runner/actions-runner/_work/scripts/scripts/flatcar-build-scripts/show-fixed-kernel-cves.py", line 29, in <module>
    from packaging import version
ModuleNotFoundError: No module named 'packaging'
2023-11-21 16:00:00 +01:00
Krzesimir Nowak
c9b9864ae1 .github/ci: AAAARGH! 2023-11-21 16:00:00 +01:00
Krzesimir Nowak
810306c884 ci-automation/image-changes, .github/ci: Further deduplication 2023-11-21 16:00:00 +01:00
Krzesimir Nowak
89f0cba474 .github/ci: Deduplicate the image changes job 2023-11-21 16:00:00 +01:00
Krzesimir Nowak
0490c9c672 .github/ci: Report about base sysexts for against last nightly too 2023-11-21 16:00:00 +01:00
Krzesimir Nowak
c5b8a80d36 ci-automation: List built base sysext explicitly
Instead of depending on default value of build_image's base_sysext
parameter, create a file that explicitly lists which base sysexts will
be built for each architecture. The file can be sourced by other
scripts that need this kind of information. Currently, image.sh and
image_changes.sh use this file.
2023-11-21 16:00:00 +01:00
Krzesimir Nowak
dabb54783d .github/ci, ci-automation/image-changes: Print diffs for base sysexts 2023-11-21 16:00:00 +01:00
Krzesimir Nowak
5b3e90eceb .github/ci: Fix artifacts paths 2023-11-21 16:00:00 +01:00
Krzesimir Nowak
d373052ca4 ci-automation/image-changes: Filter out OEM IDs not built for an arch
This is to limit the amount of reports consisting purely of failures,
because some files were missing. And those files will be missing,
because an OEM might not even have any image for certain arches (like
digitalocean has no arm64 images).
2023-11-21 16:00:00 +01:00
Krzesimir Nowak
c03d372c54 .github/ci: Run image reports job after vms job
It shows changes also in OEM images and these are built in vms step.
2023-11-21 16:00:00 +01:00
Krzesimir Nowak
202b905a47 .github/ci: Fix clobbering of parameters and env vars 2023-11-21 16:00:00 +01:00
Krzesimir Nowak
f9e0363bf0 ci-automation/image-changes, .github/ci: Add reports against last nightly 2023-11-21 16:00:00 +01:00
Krzesimir Nowak
ffa2bfc695 ci-automation/image-changes, .github/ci: Set up env for show-changes 2023-11-21 16:00:00 +01:00
Krzesimir Nowak
5443a66c91 ci-automation/image-changes, .github/ci: Show changes in OEM sysext images 2023-11-21 16:00:00 +01:00
Krzesimir Nowak
992db543d1 ci-automation/image-changes, .github/ci: Drop work directory parameter
It was only needed for the show-changes script. Now that show-changes
script allows to set the repos parent directory with an environment
variable, we set the variable instead of changing the working
directory.
2023-11-21 16:00:00 +01:00
Krzesimir Nowak
eebca8dd15 .github: Add net-libs under automation 2023-11-16 13:12:05 +01:00
Krzesimir Nowak
980c627c46 .github: Add net-misc/ntp to automation 2023-11-15 09:55:23 +01:00
Krzesimir Nowak
7f5ab42143 .github: Add new packages to automation and sort the list 2023-11-15 09:55:23 +01:00
Thilo Fromm
b3b08e0e64 containerd-apply-patch: updated to work with upstream ebuilds
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-11-03 16:28:53 +01:00
Thilo Fromm
ed12285278 .github/: remove docker, runc auto-update workflows
These were for coreos-overlay. The packages have been moved to
portage-stable and are now handled by the weekly package updates
automation.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Thilo Fromm
10b27ce94e portage-stable-packages-list: remove containerd
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Thilo Fromm
7e493da5fc portage-stable-packages-list: add cri-tools, containerd, docker, runc
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-30 17:21:26 +01:00
Krzesimir Nowak
81405745c4 .github: Add cargo.eclass to package automation 2023-10-25 15:05:33 +02:00
Krzesimir Nowak
0133bcc236 .github: Remove dropped packages from automation 2023-10-25 15:05:33 +02:00
Thilo Fromm
b775036a62 torcx removal: address PR comments
- updated github actions for runc, containerd, and docker to not handle
  nonexistent ebuilds in app-torcx/ anymore
- removed spurious package_run_dependencies from build_image_util.sh
- build_sysext: generate pkginfo before mangle script runs
  use zstd for compression; add cli flag to select compression
- ci_automation_common.sh: remove spurious `/` from match string
- coreos, board-packages, bootengine: bump ebuild revisions
- kernel commonconfig: add squashfs zstd support

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-23 16:05:45 +02:00
Thilo Fromm
bd54e3a0ce .github: removed torcx artifact handling from github CI
Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-10-23 16:05:45 +02:00
Thilo Fromm
17512925e7 SDK prefix: implement suggestions from code review
- remove explicit "-multilib" from prefix keywordsas it is set in
  profile
- split heredoc for generating emerge wrapper so we don't need to
  escape
- add sys-apps/bubblewrap and virtual/tmpfiles to package update
  automation list
- use prefix build fix for libgpg-error from upstream

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-09-29 15:22:45 +02:00
Krzesimir Nowak
876436f34b ci-automation/image-changes: Work around show-changes issue
There's a bug in show-changes script where it defaults to values with
single quotes in them. So the default scripts directory is not
"scripts" but "'scripts'". This will be fixed in show-scripts, but for
now work it around here by explicitly defining the directories.
2023-09-29 13:49:46 +02:00
Krzesimir Nowak
c593d76e7a
Merge pull request #1146 from flatcar/krnowak/vmware-sysext
Sysext image for VMware OEM
2023-09-25 14:51:02 +02:00
Mathieu Tortuyaux
c3ba668ece
.github: add more packages to automation
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2023-09-20 12:33:40 +02:00
Krzesimir Nowak
e7de80a2e5 .github: Add net-libs/rpcsvc-proto to package automation 2023-09-20 09:18:43 +02:00
Krzesimir Nowak
3721e4a810 .github: Add dev-libs/xmlsec to package automation 2023-09-20 09:18:43 +02:00
Krzesimir Nowak
2c3df2aafe .github: Add dev-libs/libmspack to automation 2023-09-20 09:18:43 +02:00
Krzesimir Nowak
d33d42f5ef .github: Add sys-fs/fuse-common to package automation 2023-09-20 09:18:43 +02:00
Krzesimir Nowak
88ff21b324 .github: Add sys-fs/fuse to package automation 2023-09-20 09:18:43 +02:00
Krzesimir Nowak
a89adcda17 .github: Add dev-libs/libdnet to package automation 2023-09-20 09:18:43 +02:00
Krzesimir Nowak
886abd27c0 .github: Add sys-apps/locale-gen to automation 2023-09-15 16:14:29 +02:00
Thilo Fromm
d07b993af4 portage-stable-packages-list: add app-misc/mime-types
Add app-misc/mime-types to the list of packages to be auto-synced.

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
2023-09-14 15:16:06 +02:00
Krzesimir Nowak
8716b3bf96
Merge pull request #1107 from flatcar/buildbot/weekly-portage-stable-package-updates-2023-09-04
Weekly portage-stable package updates 2023-09-04
2023-09-08 18:30:32 +02:00
Kai Lueke
ddb808f5c5 GitHub Actions: Use correct version in kola run and skip update test
The kola run didn't pick up the version that was set up in the build
because the git changes from that step are lost.
Redo the version setup in the kola run to use the same version, and
skip the kola update test if no update payload can be found. In the
future we should copy it over from the GitHub Action artifact.
2023-09-08 14:50:43 +02:00
Krzesimir Nowak
75bfabad9e .github: Add virtual/perl-Data-Dumper to automation 2023-09-07 17:21:39 +02:00
Krzesimir Nowak
908d4950d5 .github: Add virtual/perl-Encode to automation 2023-09-07 17:21:39 +02:00
Krzesimir Nowak
740b86bd5c
Merge pull request #931 from flatcar/krnowak/sys-apps-rest
Put the rest of system packages under automation
2023-08-17 09:35:43 +02:00
Krzesimir Nowak
b829540069
Merge pull request #1046 from flatcar/krnowak/github-reports
.github: Add image change reports to CI workflow
2023-08-11 13:57:28 +02:00
Krzesimir Nowak
dc8b1600bf .github: Drop dev-python/pydantic from automation 2023-08-09 11:22:34 +02:00
Krzesimir Nowak
2c2e83f870 .github: Add sec-keys/openpgp-keys-gentoo-release to automation 2023-08-09 11:22:34 +02:00