Skip to content

Commit

Permalink
Increase wait pod timeout for OAI components (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
brenbread authored Sep 15, 2021
1 parent 6bb2719 commit 46d0513
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mk/ran.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ $(M)/oai-enb-cu: | version $(M)/helm-ready $(M)/ric
oai-enb-cu \
$(SDRANCHARTDIR)/oai-enb-cu && \
sleep 60 && \
kubectl wait pod -n $(RIAB_NAMESPACE) --for=condition=Ready -l release=oai-enb-cu --timeout=300s && \
kubectl wait pod -n $(RIAB_NAMESPACE) --for=condition=Ready -l release=oai-enb-cu --timeout=600s && \
sleep 10
touch $@

Expand All @@ -42,7 +42,7 @@ $(M)/oai-enb-cu-hw: | version $(M)/helm-ready
oai-enb-cu \
$(SDRANCHARTDIR)/oai-enb-cu && \
sleep 60 && \
kubectl wait pod -n $(RIAB_NAMESPACE) --for=condition=Ready -l app=oai-enb-cu --timeout=300s && \
kubectl wait pod -n $(RIAB_NAMESPACE) --for=condition=Ready -l app=oai-enb-cu --timeout=600s && \
sleep 10
touch $@

Expand All @@ -61,7 +61,7 @@ $(M)/oai-enb-du: | version $(M)/helm-ready
oai-enb-du \
$(SDRANCHARTDIR)/oai-enb-du && \
sleep 60 && \
kubectl wait pod -n $(RIAB_NAMESPACE) --for=condition=Ready -l app=oai-enb-du --timeout=300s && \
kubectl wait pod -n $(RIAB_NAMESPACE) --for=condition=Ready -l app=oai-enb-du --timeout=600s && \
sleep 10
touch $@

Expand All @@ -76,5 +76,5 @@ $(M)/oai-ue: | version $(M)/helm-ready
oai-ue \
$(SDRANCHARTDIR)/oai-ue && \
sleep 60 && \
kubectl wait pod -n $(RIAB_NAMESPACE) --for=condition=Ready -l app=oai-ue --timeout=300s && \
kubectl wait pod -n $(RIAB_NAMESPACE) --for=condition=Ready -l app=oai-ue --timeout=600s && \
touch $@

0 comments on commit 46d0513

Please sign in to comment.