We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd284ca commit 24cd96bCopy full SHA for 24cd96b
1 file changed
test/e2e/02-quantum-placement.sh
@@ -17,7 +17,7 @@ log "fluence chose backend: $backend"
17
# The webhook must have surfaced it as QRMI_BACKEND inside the container.
18
out="$(kubectl logs sampler-mock || true)"
19
echo "$out" | grep -q "BACKEND=${backend}" \
20
- || (fail "QRMI_BACKEND in container ('$out') does not match annotation ($backend)" && show_webhook sampler-mock)
+ || (show_webhook sampler-mock && fail "QRMI_BACKEND in container ('$out') does not match annotation ($backend)")
21
22
log "PASS: qpu pod scheduled, backend '$backend' chosen and injected as QRMI_BACKEND"
23
kubectl delete -f examples/test/e2e/quantum-pod-mock.yaml --wait=false || true
0 commit comments