-
Notifications
You must be signed in to change notification settings - Fork 444
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
Replacing .json pipeline test config files with .yml ones #739
Replacing .json pipeline test config files with .yml ones #739
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪 |
54516ca
to
d81301d
Compare
CI is failing on pipeline tests for the |
2e03afb
to
6d915a8
Compare
@mtojek looks like the new static tests are failing for some packages in CI. Is this to be expected? I've rebased this PR on |
@mtojek Actually I just updated the |
Pinging @elastic/integrations (Team:Integrations) |
jenkins, run the tests please |
Yes, that's why I pushed the static test runner, it's not really blocking :) Sorry for the confusion. |
* Replacing .json pipeline test config files with .yml ones * Removing header and trailing newline * Removing leading whitespace columns * Quoting @timestamp field * Running elastic-package format on all packages * Updating elastic-package dependency * Updating elastic-package dependency * Using older release of elastic-package
What does this PR do?
This PR replaces all
.json
pipeline test configuration files with equivalent*.yml
ones. This ensures that all package-related configuration files are consistently in YAML format.Related issues