Fix CI check

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
This commit is contained in:
Tom Chauveau
2021-09-10 10:44:12 +02:00
committed by Sam Alba
parent 083fee85a5
commit d34200c9f6
4 changed files with 61 additions and 43 deletions

View File

@@ -47,9 +47,7 @@ import (
argocd app get "$APPLICATION" --output json | jq '{health:.status.health.status,sync:.status.sync.status,namespace:.spec.destination.namespace,server:.spec.destination.server,urls:(.status.summary.externalURLs//[]|join(",")),state:.status.operationState.message}' > /output.json
"""#,
]
env: {
APPLICATION: name
}
env: APPLICATION: name
},
op.#Export & {

View File

@@ -74,7 +74,7 @@ skip_unless_local_localstack() {
#
# This is need to do kubernetes test in the CI.
skip_unless_local_kube() {
if [ -f ~/.kube/config ] && grep -q "user: kind-kind" ~/.kube/config &> /dev/null && grep -q "127.0.0.1" ~/.kube/config &> /dev/null; then
if [ -f ~/.kube/config ] && grep -q "127.0.0.1" ~/.kube/config &> /dev/null; then
echo "Kubernetes available"
else
skip "local kubernetes cluster not available"

View File

@@ -224,7 +224,6 @@ setup() {
# Forward port
kubectl port-forward svc/argocd-server -n argocd 8080:443 >/dev/null 2>/dev/null &
pid=$!
sleep 3
# Run test