Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Aug 23, 2024
1 parent 160aadf commit 8459014
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e/argocd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ argocd app create fink --dest-server https://kubernetes.default.svc \
--dest-namespace "$NS" \
--repo https://github.com/astrolabsoftware/fink-cd.git \
--path apps --revision "$FINK_CD_WORKBRANCH" \
-p spec.source.targetRevision.default="$FINK_CD_WORKBRANCH" \
-p spec.source.targetRevision.finkbroker="$FINK_BROKER_WORKBRANCH" \
-p spec.source.targetRevision.finkalertsimulator="$FINK_ALERT_SIMULATOR_WORKBRANCH"

Expand Down Expand Up @@ -86,6 +87,9 @@ kafka_topic="ztf-stream-sim"
echo "Wait for kafkatopic $kafka_topic to exist"
retry kubectl wait --for condition=ready kafkatopics -n kafka "$kafka_topic"

# TODO remove used for debug
kubectl describe pods -n kafka

# Check if kafka namespace exists,
# if yes, it means that the e2e tests are running
if kubectl get namespace kafka; then
Expand Down

0 comments on commit 8459014

Please sign in to comment.