Skip to content

Commit 24cd96b

Browse files
committed
debug
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
1 parent fd284ca commit 24cd96b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/e2e/02-quantum-placement.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ log "fluence chose backend: $backend"
1717
# The webhook must have surfaced it as QRMI_BACKEND inside the container.
1818
out="$(kubectl logs sampler-mock || true)"
1919
echo "$out" | grep -q "BACKEND=${backend}" \
20-
|| (fail "QRMI_BACKEND in container ('$out') does not match annotation ($backend)" && show_webhook sampler-mock)
20+
|| (show_webhook sampler-mock && fail "QRMI_BACKEND in container ('$out') does not match annotation ($backend)")
2121

2222
log "PASS: qpu pod scheduled, backend '$backend' chosen and injected as QRMI_BACKEND"
2323
kubectl delete -f examples/test/e2e/quantum-pod-mock.yaml --wait=false || true

0 commit comments

Comments
 (0)