Skip to content

Commit

Permalink
print lm log
Browse files Browse the repository at this point in the history
  • Loading branch information
peacewong authored Nov 22, 2024
1 parent e4b7ee6 commit 92545b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,6 @@ jobs:
#kubectl exec -it -n linkis ${POD_NAME} -- bash -c " \
#sh /opt/linkis/bin/linkis-cli -engineType spark-3.2.1 -codeType sql -code 'show databases' "
shell: bash
POD_NAME=`kubectl get pods -n linkis -l app.kubernetes.io/instance=linkis-demo-cg-linkismanager -o jsonpath='{.items[0].metadata.name}'`
kubectl logs -n linkis ${POD_NAME} -f --tail=10000
shell: bash

0 comments on commit 92545b8

Please sign in to comment.