-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[TESTING][Detection Engine] Testing Prebuilt Security Rules Package - DO NOT MERGE #161789
[TESTING][Detection Engine] Testing Prebuilt Security Rules Package - DO NOT MERGE #161789
Conversation
|
💔 Build FailedFailed CI Steps
Test Failures
Metrics [docs]Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
|
I believe this is expected as prebuilt rules should not be exported. |
This failure is concerning as it seems to indicate that the package is not being installed via Fleet. Test is from
|
@@ -55,7 +55,7 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) { | |||
'--xpack.cloud.id=test', | |||
`--home.disableWelcomeScreen=true`, | |||
// Specify which version of the detection-rules package to install | |||
// `--xpack.securitySolution.prebuiltRulesPackageVersion=8.3.1`, | |||
`--xpack.securitySolution.prebuiltRulesPackageVersion=8.7.9-beta.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.
`--xpack.securitySolution.prebuiltRulesPackageVersion=8.7.9-beta.1`, | |
`--xpack.securitySolution.prebuiltRulesPackageVersion=8.8.7-beta.1`, |
Closing, packages have all been released. |
Related Issue
Summary
This PR is used to use the Kibana CI testing for the security solution Cypress tests. This PR is NOT MEANT to be merged. Once tests are successful, this PR will be closed.
Prerelease packages:
v8.7.9-beta.1
v8.8.7-beta.1
v8.9.2-beta.1