Fix test failure
Publish / Build and publish (push) Successful in 12m11s
Details
Deploy Test / Run deploy test suite (push) Successful in 16m31s
Details
Webapp Test / Run webapp test suite (push) Successful in 12m11s
Details
Lint Checks / Run linter (push) Failing after 3s
Details
Container Registry Test / Run contaier registry hosting test on kind/k8s (push) Failing after 1m20s
Details
Smoke Test / Run basic test suite (push) Successful in 11m17s
Details
Publish / Build and publish (push) Successful in 12m11s
Details
Deploy Test / Run deploy test suite (push) Successful in 16m31s
Details
Webapp Test / Run webapp test suite (push) Successful in 12m11s
Details
Lint Checks / Run linter (push) Failing after 3s
Details
Container Registry Test / Run contaier registry hosting test on kind/k8s (push) Failing after 1m20s
Details
Smoke Test / Run basic test suite (push) Successful in 11m17s
Details
parent
f5314a979b
commit
049ffcff71
|
|
@ -106,6 +106,10 @@ if [ ! -d "$test_deployment_dir" ]; then
|
||||||
fi
|
fi
|
||||||
echo "deploy create test: passed"
|
echo "deploy create test: passed"
|
||||||
|
|
||||||
|
# Note: this isn't strictly necessary, except we end up trying to push the image into
|
||||||
|
# the kind cluster then fails because it can't be found locally
|
||||||
|
docker pull registry:2.8
|
||||||
|
|
||||||
# Try to start the deployment
|
# Try to start the deployment
|
||||||
$TEST_TARGET_SO deployment --dir $test_deployment_dir start
|
$TEST_TARGET_SO deployment --dir $test_deployment_dir start
|
||||||
wait_for_pods_started
|
wait_for_pods_started
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue