Skip to content
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

[Buildkite] Enable independent Elastic Agents and for some packages enable parallel system tests #10201

Closed
1 task done
mrodm opened this issue Jun 20, 2024 · 1 comment · Fixed by #10384
Closed
1 task done
Assignees

Comments

@mrodm
Copy link
Contributor

mrodm commented Jun 20, 2024

Relates elastic/elastic-package#787

Enable independent Elastic Agents for all packages, it will require to update auditd_manager and oracle packages. It needs to define the environment variable ELASTIC_PACKAGE_TEST_ENABLE_INDEPENDENT_AGENT=true

Enable system tests in parallel for network_traffic and zeek packages:

  • Requires to add the configuration file _dev/test/config.yml
  • Requires to set the maximum number of routines with the environment variable ELASTIC_PACKAGE_MAXIMUM_NUMBER_PARALLEL_TESTS=5
  • Related to the changes in Test parallel tests - DO NOT MERGE #10161

Checklist

  • Requires a new elastic-package version released and updated in this repository

EDIT: Move auditd_manager and oracle packages update to another issue.

@mrodm
Copy link
Contributor Author

mrodm commented Jul 4, 2024

Updated description issue to just enable independent Elastic Agents and enable running system tests in parallel for network_traffic and zeek packages.

Updating auditd_manager and oracle packages is going to be done in a second stage, once elastic-package is running independent Elastic Agents by default. A new elastic-package release containing elastic/elastic-package#1954 is required.

Created issue for this second stage: #10390

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant