Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions tools/ncp-local-cluster/tests/test-multicluster-make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,6 @@ fi
if ! grep -q '10081:10081' "$ROOT_DIR/k3d-config.yaml"; then
fail "single-cluster k3d config must expose the stack-owned grpc-gw TCP listener on host port 10081"
fi
if ! grep -q 'invocationServiceURL: http://invocation.nvcf.svc.cluster.local:8080' "$ROOT_DIR/../../deploy/stacks/self-managed/environments/local.yaml"; then
fail "local stack values must advertise the invocation service DNS worker endpoint"
fi

if ! grep -q 'service-nvct-api.yaml' "$ROOT_DIR/apps/compute-control-plane-endpoints/kustomization.yaml"; then
fail "compute control-plane endpoint aliases must include the NVCT API Service"
fi
Expand Down