-
Notifications
You must be signed in to change notification settings - Fork 200
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
Workflow executor example workflow API #1102
base: main
Are you sure you want to change the base?
Workflow executor example workflow API #1102
Conversation
Signed-off-by: JoshuaL3000 <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: JoshuaL3000 <[email protected]>
for more information, see https://pre-commit.ci
* Use single tool implementation * Add CICD validation script * Update example readme Signed-off-by: JoshuaL3000 <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: JoshuaL3000 <[email protected]>
Signed-off-by: JoshuaL3000 <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: JoshuaL3000 <[email protected]>
Signed-off-by: JoshuaL3000 <[email protected]>
Signed-off-by: JoshuaL3000 <[email protected]>
Signed-off-by: JoshuaL3000 <[email protected]>
* Add files for example workflow * Add test scripts for example workflow CICD * Update tool docstrings Signed-off-by: JoshuaL3000 <[email protected]>
Signed-off-by: JoshuaL3000 <[email protected]>
Signed-off-by: JoshuaL3000 <[email protected]>
* Add files for example workflow * Add test scripts for example workflow CICD * Update tool docstrings * Update readme and add launch workflow example guide Signed-off-by: JoshuaL3000 <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: JoshuaL3000 <[email protected]>
@JoshuaL3000 I will temporarily put it under OPEA 1.2 release tag as OPEA 1.1 has been in feature freeze phase. |
Dependency ReviewThe following issues were found:
VulnerabilitiesWorkflowExecAgent/tests/example_workflow/requirements.txt
License IssuesWorkflowExecAgent/tests/example_workflow/requirements.txt
Scanned Files
|
@@ -0,0 +1,11 @@ | |||
FROM ubuntu:22.04 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR add a new dockerfile, but why this is under tests folder. Tests folder just for test scripts.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will move that out of tests
Description
Add example workflow serving API setup scripts under WorkflowExecAgent/tests/example_workflow for users to setup local API server as the SDK class URL.
Type of change
List the type of change like below. Please delete options that are not relevant.
Tests
Verified results with /WorkflowExecAgent/tests/test_compose_vllm_example_wf_xeon.sh. This test script will be run in the CICD.