This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/debugCI in repository https://gitbox.apache.org/repos/asf/beam.git
commit 547f02619ca43db5e4284f698507973a3978733c Author: Danny McCormick <[email protected]> AuthorDate: Thu Jan 9 09:57:35 2025 -0500 Add printing to k8s script --- .test-infra/tools/stale_k8s_workload_cleaner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.test-infra/tools/stale_k8s_workload_cleaner.sh b/.test-infra/tools/stale_k8s_workload_cleaner.sh index 9ddaf17f2ce..1c39ae6dcdf 100755 --- a/.test-infra/tools/stale_k8s_workload_cleaner.sh +++ b/.test-infra/tools/stale_k8s_workload_cleaner.sh @@ -18,7 +18,7 @@ # Deletes stale and old BQ datasets that are left after tests. # -set -euo pipefail +set -exuo pipefail # Clean up the stale kubernetes workload of given cluster
