You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Serverless workflow is currently executed weekly, installing the full infrastructure, including agent-based integrations. To improve the testability of serverless and agentless and identify issues earlier, we aim to increase the execution frequency to daily. Additionally, to optimize resource usage, logic will be added to prevent the installation of agent-based integrations.
Definition of done
Execution frequency refactored: The Serverless workflow is refactored to execute daily.
Resource optimization: Logic is implemented to skip the installation of agent-based integrations during workflow execution.
Integration tests are executed as part of the workflow to verify findings retrieval for all agentless integrations every 24 hours.
Workflow will clean up all provisioned resources after tests are done
Motivation
The Serverless workflow is currently executed weekly, installing the full infrastructure, including agent-based integrations. To improve the testability of
serverless
andagentless
and identify issues earlier, we aim to increase the execution frequency todaily
. Additionally, to optimize resource usage, logic will be added to prevent the installation ofagent-based
integrations.Definition of done
Out of scope
What should not be included in this task
Related tasks/epics
Reference related issues and epics
The text was updated successfully, but these errors were encountered: