-
Couldn't load subscription status.
- Fork 23
Add ubuntu test, terraform and validation files #364
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 ubuntu test, terraform and validation files #364
Conversation
validator/src/main/resources/validations/java/ec2/ubuntu/log-validation.yml
Outdated
Show resolved
Hide resolved
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.
I believe your test run is running either the wrong validation or the wrong test entirely. Please rerun and ensure the testing is done correctly.
With your current changes, it's impossible for it to be testing your changes as you are missing essential configurations.
validator/src/main/resources/validations/java/ec2/ubuntu/log-validation.yml
Outdated
Show resolved
Hide resolved
validator/src/main/java/com/amazon/aoc/fileconfigs/PredefinedExpectedTemplate.java
Outdated
Show resolved
Hide resolved
validator/src/main/resources/validations/java/ec2/ubuntu/log-validation.yml
Outdated
Show resolved
Hide resolved
validator/src/main/resources/validations/java/ec2/ubuntu/log-validation.yml
Outdated
Show resolved
Hide resolved
validator/src/main/resources/validations/java/ec2/ubuntu/metric-validation.yml
Outdated
Show resolved
Hide resolved
validator/src/main/resources/validations/java/ec2/ubuntu/trace-validation.yml
Outdated
Show resolved
Hide resolved
I have edited the PR with new test run |
Issue description: Existing testing framework did not have ubuntu test for java
Description of changes: Added java ec2 ubuntu test along with terraform files and validation files
Test link: https://github.com/Jeel-mehta/aws-application-signals-test-framework/actions/runs/13001021774
Rollback procedure:
<Can we safely revert this commit if needed? If not, detail what must be done to safely revert and why it is needed.>
Ensure you've run the following tests on your changes and include the link below:
To do so, create a
test.ymlfile withname: Testand workflow description to test your changes, then remove the file for your PR. Link your test run in your PR description. This process is a short term solution while we work on creating a staging environment for testing.NOTE: TESTS RUNNING ON A SINGLE EKS CLUSTER CANNOT BE RUN IN PARALLEL. See the needs keyword to run tests in succession.
e2e-playgroundin us-east-1 and eu-central-2e2e-playgroundin us-east-1 and eu-central-2e2e-playgroundin us-east-1 and eu-central-2By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.