Skip to content

Commit 6f517b2

Browse files
Unique names for each pod to fix pre-submits (#1262)
follow-up of #1256
1 parent b516f54 commit 6f517b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudbuild/run-presubmit-on-k8s.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ LOGS_SINCE_TIME=$(date --iso-8601=seconds)
1515
# This kubectl sometimes fails because services have not caught up. Thread.yield()
1616
sleep 10s
1717

18-
readonly POD_CONFIG="pod.yaml"
18+
readonly POD_CONFIG="${POD_NAME}-config.yaml"
1919
cat >$POD_CONFIG <<EOF
2020
apiVersion: v1
2121
kind: Pod

0 commit comments

Comments
 (0)