fluent-plugins-nursery / fluent-plugin-systemd

This is a fluentd input plugin. It reads logs from the systemd journal.
Apache License 2.0
153 stars 43 forks source link

Update rpm package test environment #100

Closed daipom closed 1 year ago

daipom commented 1 year ago

The next td-agent will embed Ruby 3.2.

I was checking each embedded plugin, and I noticed that we should update the CI of this plugin.

I think several points need to be fixed. Please let me submit them in separate PRs.


This PR updates CI for the td-agent rpm package. Since CentOS is EOL now, we should replace it with another RHEL compatible OS.

The current CI fails since the yum repository mirror site doesn't work anymore.

In addition to this PR, we need to fix some tests for the latest libsystemd. I will submit another PR on that.

daipom commented 1 year ago

@errm Could you review this?