|
|
|
@@ -336,21 +336,21 @@ jobs: |
|
|
|
|
|
|
|
dora build examples/python-dataflow/dataflow.yml |
|
|
|
dora start examples/python-dataflow/dataflow.yml --name ci-python --detach |
|
|
|
sleep 80 |
|
|
|
dora stop --name ci-python --grace-duration 5s |
|
|
|
sleep 10 |
|
|
|
dora stop --name ci-python --grace-duration 10s |
|
|
|
|
|
|
|
# Run Python Dynamic Node Example |
|
|
|
|
|
|
|
dora start examples/python-dataflow/dataflow_dynamic.yml --name ci-python-dynamic --detach |
|
|
|
opencv-plot --name plot |
|
|
|
sleep 80 |
|
|
|
dora stop --name ci-python-dynamic --grace-duration 5s |
|
|
|
sleep 10 |
|
|
|
dora stop --name ci-python-dynamic --grace-duration 10s |
|
|
|
|
|
|
|
# Run Python Operator Example |
|
|
|
|
|
|
|
dora start examples/python-operator-dataflow/dataflow.yml --name ci-python-operator --detach |
|
|
|
sleep 80 |
|
|
|
dora stop --name ci-python-operator --grace-duration 5s |
|
|
|
sleep 10 |
|
|
|
dora stop --name ci-python-operator --grace-duration 10s |
|
|
|
|
|
|
|
dora destroy |
|
|
|
|
|
|
|
|