Skip to content

Commit

Permalink
fix(#4850): Fixes of depends on
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-akim committed Apr 1, 2024
1 parent 6698385 commit c37afe8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions deployability/modules/workflow_engine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ Initially, Python libraries must be installed. we recommended the use of virtual
- wazuh-version: "4.7.1"
- wazuh-revision: "40709"
- live: "True"
depends-on:
- "allocate-{agent}"
- "allocate-manager"

# Unique manager allocate task
- task: "allocate-manager"
Expand Down Expand Up @@ -253,8 +256,8 @@ Its function is to allow the ordered and structured execution in steps of alloca
- wazuh-revision: "40709"
- live: "True"
depends-on:
- "provision-install-{agent}"
- "provision-manager"
- "allocate-{agent}"
- "allocate-manager"
```
In the exposed fixture fragment, it can be observed that for the execution of the testing module launcher ('[testing/main.py](https://github.com/wazuh/wazuh-qa/tree/master/deployability/modules/testing/main.py)'), it is necessary to provide the inventory, dependencies, component, tests to execute, Wazuh version, Wazuh revision, and whether the repository is live or not (if not, it will look for information in packages-dev pre-release).
Expand Down

0 comments on commit c37afe8

Please sign in to comment.