-
Notifications
You must be signed in to change notification settings - Fork 440
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
Enable static test runner #754
Conversation
1ebb849
to
779528b
Compare
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪 |
Pinging @elastic/integrations (Team:Integrations) |
jenkins run the tests please |
1 similar comment
jenkins run the tests please |
@@ -1,7 +1,7 @@ | |||
format_version: 1.0.0 | |||
name: aws | |||
title: AWS | |||
version: 0.4.0 | |||
version: 0.4.1 |
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.
Do we need to bump up the version?
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.
Changes in packages LGTM, except I'm wondering if we want to bump up the version
s in the package's manifest.yml
files for these changes. They could go out with other changes in the future, no?
I would say that this PR cleans up the package content which is shown to the customer (sample events) and we don't have any publishing timeline for these packages. If you don't mind, I would be for releasing them due to consistency reasons (all sample events are looking the same). |
Ah, okay, that makes sense then. ++ to upversioning. |
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.
LGTM.
* Update dependency on elastic-package * Adjust AWS integration * Adjust other integrations * Adjust zookeeper * Adjust Redis * Adjust Kubernetes integration * Correct Azure integration * Fix Haproxy * Fix nats * Fix IIS * Fix * Fix Kafka * Fix mongodb * Fix MySQL * Fix Postgresql * Fix Prometheus * Fix RabbitMQ * Use latest elastic-package
What does this PR do?
This PR enables static test runner which can validate
sample_event.json
files.Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots