-
Notifications
You must be signed in to change notification settings - Fork 35
Add OnPrem test back #635
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
Add OnPrem test back #635
Conversation
|
|
||
| # SELinux test setup (if enabled) | ||
| var.is_selinux_test ? [ | ||
| "sudo yum install amazon-cloudwatch-agent -y", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is kind of weird to me: why are we installing the agent from yum when we should be installing a local build?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is to revert the previous change which I think it's wrong 54bceae#diff-7bd8f9f5e97c6da06e4bf19f9af808f0b39d6034c15800262f0f6300d7fced06R129-R135
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
created an internal ticket to track fixing this
2c6ab52 to
2effcbf
Compare
| { | ||
| "os": "debian-12", | ||
| "username": "admin", | ||
| "instanceType": "c6g.large", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this using c6g.large but the ubuntu is using t3a.medium?
Related PR: aws/amazon-cloudwatch-agent#1962
Description of the issue
OnPrem integ test had been removed due to broken validation
Description of changes
Update linux terraform file to support
is_onpremflag with extra setupsLicense
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