Add flink demo log check for CI
This commit is contained in:
parent
ffaccedf95
commit
906092e298
4
.github/workflows/demo_test.yml
vendored
4
.github/workflows/demo_test.yml
vendored
@ -483,6 +483,10 @@ jobs:
|
|||||||
sleep ${{ env.nap_time }};
|
sleep ${{ env.nap_time }};
|
||||||
docker exec ${{ github.job }} bash -c "cd /root/occlum/demos/flink && SGX_MODE=SIM ./run_flink_on_occlum_glibc.sh task"
|
docker exec ${{ github.job }} bash -c "cd /root/occlum/demos/flink && SGX_MODE=SIM ./run_flink_on_occlum_glibc.sh task"
|
||||||
|
|
||||||
|
- name: Check flink task manager's log
|
||||||
|
if: ${{ always() }}
|
||||||
|
run: docker exec ${{ github.job }} bash -c "cd /root/occlum/demos/flink; cat occlum_instance_taskmanager/flink--taskmanager-0.log"
|
||||||
|
|
||||||
Cluster_serving_test:
|
Cluster_serving_test:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user