amazon-cloudwatch-agent icon indicating copy to clipboard operation
amazon-cloudwatch-agent copied to clipboard

Add onprem test back

Open movence opened this issue 2 weeks ago • 0 comments

Test update PR: https://github.com/aws/amazon-cloudwatch-agent-test/pull/635

Description of the issue

OnPrem integ test had been removed due to broken validation

Description of changes

Add back Onprem test that validates logs on Ubuntu25 and Debian12. There is no reason to cover all supported non-AL OSes since it's simple set up with:

  • Local creds file
  • IMDS disabled

License

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Tests

https://github.com/aws/amazon-cloudwatch-agent/actions/runs/20178604561

Requirements

Before commiting your code, please do the following steps.

  1. Run make fmt and make fmt-sh
  2. Run make lint

Integration Tests

To run integration tests against this PR, add the ready for testing label.

movence avatar Dec 12 '25 21:12 movence