From 75b08fd2aa589df1063e2f66f7caccea20e5a90f Mon Sep 17 00:00:00 2001 From: Fabrice Jammes Date: Sat, 20 Jul 2024 16:48:25 +0200 Subject: [PATCH] Update current feature --- e2e/argocd.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/e2e/argocd.sh b/e2e/argocd.sh index e25ced17..9f7270dd 100755 --- a/e2e/argocd.sh +++ b/e2e/argocd.sh @@ -79,13 +79,14 @@ argocd app set fink-broker -p image.repository="$CIUX_IMAGE_REGISTRY" \ argocd app sync -l app.kubernetes.io/instance=fink -# TODO Wait for kafkatopic to exist -retry kubectl wait --for condition=ready kafkatopics -n kafka ztf-stream-sim +kafka_topic="ztf-stream-sim" +echo "Wait for kafkatopic $kafka_topic to exist" +retry kubectl wait --for condition=ready kafkatopics -n kafka "$kafka_topic" # Check if kafka namespace exists, # if yes, it means that the e2e tests are running if kubectl get namespace kafka; then - echo "Retrieve kafka secrets" + echo "Retrieve kafka secrets for e2e tests" if [[ "$CIUX_IMAGE_URL" =~ "-noscience" ]]; then FINKCONFIG="$DIR/finkconfig_noscience"