We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24202d6 commit 4958254Copy full SHA for 4958254
.prow/scripts/test-end-to-end-batch.sh
@@ -255,6 +255,9 @@ if [[ ${TEST_EXIT_CODE} != 0 ]]; then
255
echo "[DEBUG] Printing logs"
256
ls -ltrh /var/log/feast*
257
cat /var/log/feast-serving-warehouse.log /var/log/feast-core.log
258
+
259
+ echo "[DEBUG] Printing Python packages list"
260
+ pip list
261
fi
262
263
cd ${ORIGINAL_DIR}
.prow/scripts/test-end-to-end.sh
@@ -229,6 +229,9 @@ if [[ ${TEST_EXIT_CODE} != 0 ]]; then
229
230
231
cat /var/log/feast-serving-online.log /var/log/feast-core.log
232
233
234
235
236
237
0 commit comments