Skip to content

Commit eb9f9c0

Browse files
committed
skip migrations
Signed-off-by: Tarun Pothulapati <[email protected]>
1 parent 33be6b0 commit eb9f9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/preview/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ run_telemetry(){
136136
# wait for the k3s cluster to be ready and Gitpod workloads are added
137137
sleep 100
138138
# indefinitely wait for Gitpod pods to be ready
139-
kubectl wait --timeout=7m --for=condition=ready pod -l app=gitpod
139+
kubectl wait --timeout=7m --for=condition=ready pod -l app=gitpod,component!=migrations
140140
# manually tun the cronjob
141141
kubectl create job gitpod-telemetry-init --from=cronjob/gitpod-telemetry
142142
}

0 commit comments

Comments
 (0)