Skip to content

Commit 7219249

Browse files
authored
CI: dump all containers' log for chart test (opea-project#627)
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
1 parent 3c63204 commit 7219249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/e2e/chart_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function dump_pod_log() {
1212
kubectl describe pod $pod_name -n $namespace
1313
echo "-----------------------------------"
1414
echo "#kubectl logs $pod_name -n $namespace"
15-
kubectl logs $pod_name -n $namespace
15+
kubectl logs $pod_name -n $namespace --all-containers --prefix=true
1616
echo "-----------------------------------"
1717
}
1818

0 commit comments

Comments
 (0)