This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev-1.4.0-integration-test2
in repository https://gitbox.apache.org/repos/asf/linkis.git
The following commit(s) were added to refs/heads/dev-1.4.0-integration-test2 by
this push:
new 612d26f61 add docker push
612d26f61 is described below
commit 612d26f61e83c7330195080991e97605f65e7278
Author: casionone <[email protected]>
AuthorDate: Wed May 31 13:10:23 2023 +0800
add docker push
---
.github/workflows/integration-test.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/integration-test.yml
b/.github/workflows/integration-test.yml
index 139335049..e41db7f14 100644
--- a/.github/workflows/integration-test.yml
+++ b/.github/workflows/integration-test.yml
@@ -154,9 +154,9 @@ jobs:
done
# 查看日志
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=1000
+ kubectl logs -n linkis ${POD_NAME} -f --tail=10000
POD_NAME=`kubectl get pods -n linkis -l
app.kubernetes.io/instance=linkis-demo-cg-engineconnmanager -o
jsonpath='{.items[0].metadata.name}'`
- kubectl logs -n linkis ${POD_NAME} -f --tail=1000
+ kubectl logs -n linkis ${POD_NAME} -f --tail=10000
shell: bash
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]