fluent-plugins-nursery / fluent-plugin-windows-exporter

Fluentd plugin to collect Windows metrics
Apache License 2.0
3 stars 2 forks source link

Add basic automated testing using GitHub Actions #13

Closed fujimotos closed 2 years ago

fujimotos commented 2 years ago

This should ensure us that out plugin works on plain WIndows servers.

daipom commented 2 years ago

Add a simple test to check if this can take all kinds of records at 8c11c22180fd3d513329891df3a2c6b9d893ab84.

fujimotos commented 2 years ago

Add a simple test to check if this can take all kinds of records at 8c11c22.

@daipom I set up GitHub Actions in a5b1bb5c to execute that test automatically.

You can check that CI is working in the "Actions" tab:

https://github.com/fluent-plugins-nursery/fluent-plugin-windows-exporter/runs/4579188195

daipom commented 2 years ago

@fujimotos Thank you! I can check CI is working.

fujimotos commented 2 years ago

Let's mark this ticket as done.

fujimotos commented 2 years ago

Talking about WIndows Server 2022, it seems that Fluentd fails to install on that platform.

https://github.com/fluent-plugins-nursery/fluent-plugin-windows-exporter/actions/runs/1600910542

We need to fix this issue in the upstream project first, in order to enable our testing on WinServer 2022.