Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix system tests for kind
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Oct 2, 2023
1 parent 421b4dc commit f5b1070
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 0 additions & 7 deletions test/install/kind/kustomization.yaml

This file was deleted.

6 changes: 5 additions & 1 deletion test/system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ fi
kubectl get events -A -w &

# Install Substratus
kubectl apply -k ${repo}/test/install/${cloud}
# kubectl apply -k ${repo}/test/install/${cloud}
skaffold run -f skaffold.kind.yaml -m registry
sleep 5
skaffold run -f skaffold.kind.yaml -m install --cache-artifacts=true \
--tolerate-failures-until-deadline=true

# Import a Model
kubectl apply -f ${repo}/examples/${example}/base-model.yaml
Expand Down

0 comments on commit f5b1070

Please sign in to comment.