From 906092e298f1d4b4de71f07c25a3e6e5aa5d49d9 Mon Sep 17 00:00:00 2001 From: "Hui, Chunyang" Date: Tue, 22 Feb 2022 06:22:04 +0000 Subject: [PATCH] Add flink demo log check for CI --- .github/workflows/demo_test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/demo_test.yml b/.github/workflows/demo_test.yml index 619f14bd..5217b3e7 100644 --- a/.github/workflows/demo_test.yml +++ b/.github/workflows/demo_test.yml @@ -483,6 +483,10 @@ jobs: 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" + - 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: runs-on: ubuntu-18.04 steps: