Skip to content

Commit

Permalink
drop! Retry CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nineinchnick committed May 30, 2024
1 parent b52f180 commit f818cf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ for test_name in "${TEST_NAMES[@]}"; do
echo 1>&2 "❌ Test $test_name failed"
echo 1>&2 "Test logs:"
kubectl logs -l app.kubernetes.io/component=test
# TODO remove this - apparently helm test cleans up after itself anyway, so run it again with `--logs`
helm --namespace "$NAMESPACE" test --logs charts/trino $HELM_EXTRA_SET_ARGS ${testCases[$test_name]}
result=1
else
echo 1>&2 "✅ Test $test_name completed"
Expand Down

0 comments on commit f818cf2

Please sign in to comment.