-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add DTT1 workflow tool name #5458
Comments
UPDATEI updated the README.md files with the new name. |
UPDATEI've renamed the workflow_engine folder and all the references in the source code and the documentation. I've installed the
The failures are not related to jobflow, are related to other dtt modules. |
UPDATEI've renamed all workflow references to This is the result obtained after reinstalling the package and running a jobflow file: (dtt1) marcelo@marcelo-B460-AORUS-PRO-AC:~/wazuh/wazuh-qa/deployability$ python -m jobflow modules/jobflow/examples/agent/vagrant/test-agent-complete-1.yaml
[2024-06-10 15:18:54] [INFO] [121581] [MainThread] [jobflow]: Executing DAG tasks.
[2024-06-10 15:18:54] [INFO] [121581] [MainThread] [jobflow]: Executing tasks in parallel.
[2024-06-10 15:18:54] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [allocate-manager-linux-ubuntu-22.04-amd64] Starting task.
[2024-06-10 15:19:39] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [allocate-manager-linux-ubuntu-22.04-amd64] Finished task in 45.21 seconds.
[2024-06-10 15:19:39] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [provision-manager-linux-ubuntu-22.04-amd64] Starting task.
[2024-06-10 15:30:37] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [provision-manager-linux-ubuntu-22.04-amd64] Finished task in 658.46 seconds.
[2024-06-10 15:30:37] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [allocate-agent-linux-ubuntu-18.04-amd64] Starting task.
[2024-06-10 15:31:23] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [allocate-agent-linux-ubuntu-18.04-amd64] Finished task in 45.52 seconds.
[2024-06-10 15:31:23] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [allocate-agent-linux-ubuntu-20.04-amd64] Starting task.
[2024-06-10 15:32:10] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [allocate-agent-linux-ubuntu-20.04-amd64] Finished task in 47.25 seconds.
[2024-06-10 15:32:10] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [allocate-agent-linux-debian-10-amd64] Starting task.
[2024-06-10 15:33:18] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [allocate-agent-linux-debian-10-amd64] Finished task in 67.99 seconds.
[2024-06-10 15:33:18] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [allocate-agent-linux-debian-11-amd64] Starting task.
[2024-06-10 15:34:02] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [allocate-agent-linux-debian-11-amd64] Finished task in 44.02 seconds.
[2024-06-10 15:34:02] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [allocate-agent-linux-debian-12-amd64] Starting task.
[2024-06-10 15:34:47] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [allocate-agent-linux-debian-12-amd64] Finished task in 44.95 seconds.
[2024-06-10 15:34:47] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [allocate-agent-linux-oracle-9-amd64] Starting task.
[2024-06-10 15:35:42] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [allocate-agent-linux-oracle-9-amd64] Finished task in 55.25 seconds.
[2024-06-10 15:35:42] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [run-agent-linux-ubuntu-18.04-amd64-tests] Starting task.
[2024-06-10 15:37:49] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [run-agent-linux-ubuntu-18.04-amd64-tests] Finished task in 126.81 seconds.
[2024-06-10 15:37:49] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [run-agent-linux-ubuntu-20.04-amd64-tests] Starting task.
[2024-06-10 15:39:56] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [run-agent-linux-ubuntu-20.04-amd64-tests] Finished task in 126.72 seconds.
[2024-06-10 15:39:56] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [run-agent-linux-debian-10-amd64-tests] Starting task.
[2024-06-10 15:41:49] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [run-agent-linux-debian-10-amd64-tests] Finished task in 112.58 seconds.
[2024-06-10 15:41:49] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [run-agent-linux-debian-11-amd64-tests] Starting task.
[2024-06-10 15:43:36] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [run-agent-linux-debian-11-amd64-tests] Finished task in 107.78 seconds.
[2024-06-10 15:43:36] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [run-agent-linux-oracle-9-amd64-tests] Starting task.
[2024-06-10 15:46:22] [INFO] [121581] [ThreadPoolExecutor-0_0] [jobflow]: [run-agent-linux-oracle-9-amd64-tests] Finished task in 166.03 seconds.
[2024-06-10 15:46:22] [INFO] [121581] [MainThread] [jobflow]: Executing Reverse DAG tasks.
[2024-06-10 15:46:22] [INFO] [121581] [MainThread] [jobflow]: Executing tasks in parallel.
[2024-06-10 15:46:22] [INFO] [121581] [ThreadPoolExecutor-1_0] [jobflow]: [allocate-agent-linux-ubuntu-18.04-amd64] Starting task.
[2024-06-10 15:46:27] [INFO] [121581] [ThreadPoolExecutor-1_0] [jobflow]: [allocate-agent-linux-ubuntu-18.04-amd64] Finished task in 4.88 seconds.
[2024-06-10 15:46:27] [INFO] [121581] [ThreadPoolExecutor-1_0] [jobflow]: [allocate-agent-linux-ubuntu-20.04-amd64] Starting task.
[2024-06-10 15:46:32] [INFO] [121581] [ThreadPoolExecutor-1_0] [jobflow]: [allocate-agent-linux-ubuntu-20.04-amd64] Finished task in 4.91 seconds.
[2024-06-10 15:46:32] [INFO] [121581] [ThreadPoolExecutor-1_0] [jobflow]: [allocate-agent-linux-debian-10-amd64] Starting task.
[2024-06-10 15:46:37] [INFO] [121581] [ThreadPoolExecutor-1_0] [jobflow]: [allocate-agent-linux-debian-10-amd64] Finished task in 4.79 seconds.
[2024-06-10 15:46:37] [INFO] [121581] [ThreadPoolExecutor-1_0] [jobflow]: [allocate-agent-linux-debian-11-amd64] Starting task.
[2024-06-10 15:46:42] [INFO] [121581] [ThreadPoolExecutor-1_0] [jobflow]: [allocate-agent-linux-debian-11-amd64] Finished task in 4.44 seconds.
[2024-06-10 15:46:42] [INFO] [121581] [ThreadPoolExecutor-1_0] [jobflow]: [allocate-agent-linux-debian-12-amd64] Starting task.
[2024-06-10 15:46:46] [INFO] [121581] [ThreadPoolExecutor-1_0] [jobflow]: [allocate-agent-linux-debian-12-amd64] Finished task in 4.41 seconds.
[2024-06-10 15:46:46] [INFO] [121581] [ThreadPoolExecutor-1_0] [jobflow]: [allocate-agent-linux-oracle-9-amd64] Starting task.
[2024-06-10 15:46:51] [INFO] [121581] [ThreadPoolExecutor-1_0] [jobflow]: [allocate-agent-linux-oracle-9-amd64] Finished task in 5.11 seconds.
[2024-06-10 15:46:51] [INFO] [121581] [ThreadPoolExecutor-1_0] [jobflow]: [allocate-manager-linux-ubuntu-22.04-amd64] Starting task.
[2024-06-10 15:46:56] [INFO] [121581] [ThreadPoolExecutor-1_0] [jobflow]: [allocate-manager-linux-ubuntu-22.04-amd64] Finished task in 4.97 seconds. UNIT TESTS
|
UPDATEmodify graphics: |
UPDATEI can't find the workflow references in the TESTING-README.md and README.md files
Please confirm. I updated the images: |
LGTM |
Description
We need to update the DTT1 development README files to state the chosen workflow tool name:
JobFlow
The name should be reflected in the document title:
Then, modify all
Workflow engine
references to:JobFlow
(note: modify only documentation, not command lines)Related
Tasks
workflow_engine
references tojobflow
(code and directories)The text was updated successfully, but these errors were encountered: