[ci] Report bitstreams available on the FPGA pool

emit an error when specified bitstream isn't used

Signed-off-by: Drew Macrae <drewmacrae@google.com>
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 3c26dd4..e2909df 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -446,10 +446,10 @@
       BITCACHE_FILE=$BITCACHE_DIR/lowrisc_systems_chip_earlgrey_cw310_0.1.bit.orig
       cp $BIN_DIR/hw/top_earlgrey/lowrisc_systems_chip_earlgrey_cw310_0.1.bit ${BITCACHE_FILE}
       echo "" >> ${BITCACHE_DIR}/lowrisc_systems_chip_earlgrey_cw310_0.1.bit.splice
-      BITSTREAM="${SHA} --offline" ci/bazelisk.sh test \
+      BITSTREAM="--offline --list ${SHA}" ci/bazelisk.sh test \
           --define DISABLE_VERILATOR_BUILD=true \
           --test_tag_filters=cw310,-broken \
-          --test_output=errors \
+          --test_output=all \
           --build_tests_only \
           --flaky_test_attempts=4 \
           --define cw310=lowrisc \