Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Jul 20, 2024
1 parent 3b9e45f commit 6e71c48
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions e2e/argocd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ CIUXCONFIG=${CIUXCONFIG:-"$HOME/.ciux/ciux.sh"}

function retry {
local n=1
local max=5
local delay=5
local max=10
local delay=15
while true; do
"$@" && break || {
if [[ $n -lt $max ]]; then
Expand Down Expand Up @@ -86,9 +86,7 @@ retry kubectl wait --for condition=ready kafkatopics -n kafka ztf-stream-sim
# if yes, it means that the e2e tests are running
if kubectl get namespace kafka; then
echo "Retrieve kafka secrets"
IMAGE="$CIUX_IMAGE_URL"
echo "Use CIUX_IMAGE_URL to set fink-broker image: $CIUX_IMAGE_URL"
if [[ "$IMAGE" =~ "-noscience" ]];
if [[ "$CIUX_IMAGE_URL" =~ "-noscience" ]];
then
FINKCONFIG="$DIR/finkconfig_noscience"
else
Expand Down

0 comments on commit 6e71c48

Please sign in to comment.