From e23f7b304a754e72609f72e50de1d673836a76f7 Mon Sep 17 00:00:00 2001 From: Max Hoffman Date: Mon, 5 Dec 2022 09:17:32 -0800 Subject: [PATCH] cat job.json --- .github/scripts/performance-benchmarking/run-benchmarks.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/scripts/performance-benchmarking/run-benchmarks.sh b/.github/scripts/performance-benchmarking/run-benchmarks.sh index 59dfd49e6e..8cf8dc4159 100755 --- a/.github/scripts/performance-benchmarking/run-benchmarks.sh +++ b/.github/scripts/performance-benchmarking/run-benchmarks.sh @@ -90,6 +90,8 @@ source \ "$WITH_TPCC" \ "$WITH_SYSTAB" > job.json +cat job.json + out=$(KUBECONFIG="$KUBECONFIG" kubectl apply -f job.json || true) if [ "$out" != "job.batch/$jobname created" ]; then