Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

agent(rhel8): move the C8S jobs to C9S #727

Merged
merged 2 commits into from
Jun 26, 2024
Merged

Conversation

mrc0mmand
Copy link
Member

No description provided.

@mrc0mmand mrc0mmand force-pushed the c8s branch 12 times, most recently from d0004d7 to 88fe5d1 Compare June 25, 2024 19:20
Since C8S is EOL, but we still support RHEL 8, let's run the integration
tests on C9S instead. This won't exactly represent the RHEL 8
environment, but it should be enough to catch early regressions - we
still run the same tests internally on RHEL 8 for the "proper"
verification.

To make the tests work on C9S, some changes are necessary:
  - use dbus-daemon instead of dbus-broker (since RHEL 8's systemd test
    suite is not compatible with dbus-broker)
  - skip parse-hwdb and test-execute, and they're not compatible with
    RHEL 9's package set (we still run them in other CIs anyway)
  - explicitly whitelist all known syscalls for nspawn containers, as
    systemd is missing some syscalls from RHEL 9 from its default
    whitelists (but it thankfully knows about them, so @known set works
    here)
  - don't build with --werror, as RHEL 9's gcc has some additional
    warnings enable for which we don't have the respective patches in
    RHEL 8's systemd; not sure (yet) how feasible it would be to
    backported them to RHEL 8
@mrc0mmand mrc0mmand changed the title WIP: move the C8S jobs to C9S agent(rhel8): move the C8S jobs to C9S Jun 25, 2024
@mrc0mmand mrc0mmand marked this pull request as ready for review June 26, 2024 07:48
@mrc0mmand mrc0mmand merged commit 235bc02 into systemd:main Jun 26, 2024
5 checks passed
@mrc0mmand mrc0mmand deleted the c8s branch June 26, 2024 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant