Dmitry Gurevich
Dmitry Gurevich
### Summary of your changes This PR introduces a new workflow called Test Agent Compatibility. The workflow verifies the latest Elasticsearch version against agents starting from version 8.11. It dynamically...
**Motivation** During implementation of EKS functional tests several test cases were skipped. The skip reason was due missing findings. After investigation it was found that fleet-managed agent reveals eks findings...
**Motivation** The periodic CI is currently failing due to a redundant "Build" step, which needs refactoring and updating to resolve the issue. **Definition of done** What needs to be completed...
**Motivation** After migrating vanilla Kubernetes tests to a new format, it's apparent that there are still unimplemented test cases. This task involves developing and implementing the remaining test cases to...
**Motivation** To improve our workflows and reduce complexity, we want to investigate alternative methods for working with jobs data (build artifacts, docker images) instead of relying solely on caching. The...
**Motivation** In our current CI workflows, we have defined `CI_ELASTIC_AGENT_DOCKER_TAG` and `CI_ELASTIC_AGENT_DOCKER_IMAGE` variables specifically intended for EKS agent tests. However, as our current plans do not involve implementing agent tests...
**Describe the bug** When creating new KSPM integration with EKS cluster deployment (correct credentials provided), cloudbeat the following error logs appear: ``` 19:02:34.025 elastic_agent.cloudbeat [elastic_agent.cloudbeat][error] Failed to parse file configuration...
**Motivation** EKS-CI is currently experiencing deployment failures on EKS config 1 cluster. This task involves investigating and resolving the deployment issue.  Logs:  folder can lead to confusion and inconsistency in the codebase. By standardizing the naming convention to lowercase dashes `( _ )`, we...
### Summary of your changes This PR introduces the capability to install the CDR infrastructure with or without the CIS infrastructure. This enhancement allows for more flexibility in setting up...